#872239

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

Shades of Shiraz #872239

Tints of Shiraz #872239

Color information

#872239 (or 0x872239) is unknown color: approx Shiraz. HEX triplet: 87, 22 and 39. RGB value is (135,34,57). Sum of RGB (Red+Green+Blue) = 135+34+57=226 (29% of max value = 765). Red value is 135 (53.12% from 255 or 59.73% from 226); Green value is 34 (13.67% from 255 or 15.04% from 226); Blue value is 57 (22.66% from 255 or 25.22% from 226); Max value from RGB is 135 - color contains mainly: red. Hex color #872239 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #872239 is #78DDC6. Grayscale: #424242. Windows color (decimal): -7921095 or 3744391. OLE color: 3744391.

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

Color convert

RGB1353457-
CMYK00.750.580.47
HSL346.34º59.76%33.14%-
HSV(B)346.34º74.81%52.94%-
XYZ11.36.594.55-
YUV66.82122.46176.63-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 59.73%
GREEN value IS 34 (13.67% from 255) = 15.04%
BLUE value IS 57 (22.66% from 255) = 25.22%
R=59.73%
G=15.04%
B=25.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.58
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal135345700.750.580.47346.3459.7633.14
Hex87223904B3A2F15a3c21
Octal2074271011372575327441
Binary1000011110001011100101001011111010101111101011010111100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #872239

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #872239; }

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

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

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

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

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

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

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

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