#872F39

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

Shades of Shiraz #872F39

Tints of Shiraz #872F39

Color information

#872F39 (or 0x872F39) is unknown color: approx Shiraz. HEX triplet: 87, 2F and 39. RGB value is (135,47,57). Sum of RGB (Red+Green+Blue) = 135+47+57=239 (31% of max value = 765). Red value is 135 (53.12% from 255 or 56.49% from 239); Green value is 47 (18.75% from 255 or 19.67% from 239); Blue value is 57 (22.66% from 255 or 23.85% from 239); Max value from RGB is 135 - color contains mainly: red. Hex color #872F39 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #872F39 is #78D0C6. Grayscale: #4A4A4A. Windows color (decimal): -7917767 or 3747719. OLE color: 3747719.

HSL color Cylindrical-coordinate representation of color #872F39: hue angle of 353.18º degrees, saturation: 0.48, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #872F39 is Cyan = 0, Magento = 0.65, Yellow = 0.58 and Black (K on CMYK) = 0.47.

Color convert

RGB1354757-
CMYK00.650.580.47
HSL353.18º48.35%35.69%-
HSV(B)353.18º65.19%52.94%-
XYZ11.757.484.7-
YUV74.45118.15171.19-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 56.49%
GREEN value IS 47 (18.75% from 255) = 19.67%
BLUE value IS 57 (22.66% from 255) = 23.85%
R=56.49%
G=19.67%
B=23.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.58
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal135475700.650.580.47353.1848.3535.69
Hex872F390413A2F1613024
Octal2075771010172575416044
Binary1000011110111111100101000001111010101111101100001110000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #872F39

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #872F39; }

 p { color: rgb(135,47,57); }

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

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

 a { background-color: rgb(135,47,57); }

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

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

 span { border-color: rgb(135,47,57); }

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