#872C34

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

Shades of Shiraz #872C34

Tints of Shiraz #872C34

Color information

#872C34 (or 0x872C34) is unknown color: approx Shiraz. HEX triplet: 87, 2C and 34. RGB value is (135,44,52). Sum of RGB (Red+Green+Blue) = 135+44+52=231 (30% of max value = 765). Red value is 135 (53.12% from 255 or 58.44% from 231); Green value is 44 (17.58% from 255 or 19.05% from 231); Blue value is 52 (20.70% from 255 or 22.51% from 231); Max value from RGB is 135 - color contains mainly: red. Hex color #872C34 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #872C34 is #78D3CB. Grayscale: #484848. Windows color (decimal): -7918540 or 3419271. OLE color: 3419271.

HSL color Cylindrical-coordinate representation of color #872C34: hue angle of 354.73º degrees, saturation: 0.51, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #872C34 is Cyan = 0, Magento = 0.67, Yellow = 0.61 and Black (K on CMYK) = 0.47.

Color convert

RGB1354452-
CMYK00.670.610.47
HSL354.73º50.84%35.1%-
HSV(B)354.73º67.41%52.94%-
XYZ11.517.24.03-
YUV72.12116.65172.85-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 58.44%
GREEN value IS 44 (17.58% from 255) = 19.05%
BLUE value IS 52 (20.70% from 255) = 22.51%
R=58.44%
G=19.05%
B=22.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.61
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal135445200.670.610.47354.7350.8435.1
Hex872C340433D2F1633323
Octal2075464010375575436343
Binary1000011110110011010001000011111101101111101100011110011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #872C34

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(135,44,52); }

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

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

 a { background-color: rgb(135,44,52); }

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

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

 span { border-color: rgb(135,44,52); }

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