#872537

Color #872537 Shiraz (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Shiraz #872537

Tints of Shiraz #872537

Color information

#872537 (or 0x872537) is unknown color: approx Shiraz. HEX triplet: 87, 25 and 37. RGB value is (135,37,55). Sum of RGB (Red+Green+Blue) = 135+37+55=227 (30% of max value = 765). Red value is 135 (53.12% from 255 or 59.47% from 227); Green value is 37 (14.84% from 255 or 16.30% from 227); Blue value is 55 (21.88% from 255 or 24.23% from 227); Max value from RGB is 135 - color contains mainly: red. Hex color #872537 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #872537 is #78DAC8. Grayscale: #444444. Windows color (decimal): -7920329 or 3614087. OLE color: 3614087.

HSL color Cylindrical-coordinate representation of color #872537: hue angle of 348.98º degrees, saturation: 0.57, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #872537 is Cyan = 0, Magento = 0.73, Yellow = 0.59 and Black (K on CMYK) = 0.47.

Color convert

RGB1353755-
CMYK00.730.590.47
HSL348.98º56.98%33.73%-
HSV(B)348.98º72.59%52.94%-
XYZ11.346.754.32-
YUV68.35120.47175.54-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 135 (53.12% from 255) = 59.47%
GREEN value IS 37 (14.84% from 255) = 16.30%
BLUE value IS 55 (21.88% from 255) = 24.23%
R=59.47%
G=16.30%
B=24.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.59
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal135375500.730.590.47348.9856.9833.73
Hex8725370493B2F15d3922
Octal2074567011173575357142
Binary1000011110010111011101001001111011101111101011101111001100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #872537

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #872537; }

 p { color: rgb(135,37,55); }

 H1.HeaderClassName
 {
   color: #872537;
 }
 .AnyTagClassName
 {
   color: #872537;
 }
</style>
background-color css

<style>
 a { background-color: #872537; }

 a { background-color: rgb(135,37,55); }

 div.DivClassName
 {
   background-color: #872537;
 }
 .BgClassName
 {
   background-color: #872537;
 }
</style>
border-color css

<style>
 span { border-color: #872537; }

 span { border-color: rgb(135,37,55); }

 td.TdClassName
 {
   border-color: #872537;
 }
 .TagClassName
 {
   border-color: #872537;
 }
</style>