#872037

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

Shades of Shiraz #872037

Tints of Shiraz #872037

Color information

#872037 (or 0x872037) is unknown color: approx Shiraz. HEX triplet: 87, 20 and 37. RGB value is (135,32,55). Sum of RGB (Red+Green+Blue) = 135+32+55=222 (29% of max value = 765). Red value is 135 (53.12% from 255 or 60.81% from 222); Green value is 32 (12.89% from 255 or 14.41% from 222); Blue value is 55 (21.88% from 255 or 24.77% from 222); Max value from RGB is 135 - color contains mainly: red. Hex color #872037 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #872037 is #78DFC8. Grayscale: #414141. Windows color (decimal): -7921609 or 3612807. OLE color: 3612807.

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

Color convert

RGB1353255-
CMYK00.760.590.47
HSL346.6º61.68%32.75%-
HSV(B)346.6º76.3%52.94%-
XYZ11.26.464.27-
YUV65.42122.12177.63-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 60.81%
GREEN value IS 32 (12.89% from 255) = 14.41%
BLUE value IS 55 (21.88% from 255) = 24.77%
R=60.81%
G=14.41%
B=24.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.59
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal135325500.760.590.47346.661.6832.75
Hex87203704C3B2F15b3e21
Octal2074067011473575337641
Binary1000011110000011011101001100111011101111101011011111110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #872037

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #872037; }

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

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

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

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

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

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

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

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