#872937

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

Shades of Shiraz #872937

Tints of Shiraz #872937

Color information

#872937 (or 0x872937) is unknown color: approx Shiraz. HEX triplet: 87, 29 and 37. RGB value is (135,41,55). Sum of RGB (Red+Green+Blue) = 135+41+55=231 (30% of max value = 765). Red value is 135 (53.12% from 255 or 58.44% from 231); Green value is 41 (16.41% from 255 or 17.75% from 231); Blue value is 55 (21.88% from 255 or 23.81% from 231); Max value from RGB is 135 - color contains mainly: red. Hex color #872937 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #872937 is #78D6C8. Grayscale: #464646. Windows color (decimal): -7919305 or 3615111. OLE color: 3615111.

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

Color convert

RGB1354155-
CMYK00.700.590.47
HSL351.06º53.41%34.51%-
HSV(B)351.06º69.63%52.94%-
XYZ11.477.014.36-
YUV70.7119.14173.86-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 58.44%
GREEN value IS 41 (16.41% from 255) = 17.75%
BLUE value IS 55 (21.88% from 255) = 23.81%
R=58.44%
G=17.75%
B=23.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.59
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal135415500.700.590.47351.0653.4134.51
Hex8729370463B2F15f3523
Octal2075167010673575376543
Binary1000011110100111011101000110111011101111101011111110101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #872937

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #872937; }

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

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

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

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

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

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

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

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