#872E3B

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

Shades of Shiraz #872E3B

Tints of Shiraz #872E3B

Color information

#872E3B (or 0x872E3B) is unknown color: approx Shiraz. HEX triplet: 87, 2E and 3B. RGB value is (135,46,59). Sum of RGB (Red+Green+Blue) = 135+46+59=240 (31% of max value = 765). Red value is 135 (53.12% from 255 or 56.25% from 240); Green value is 46 (18.36% from 255 or 19.17% from 240); Blue value is 59 (23.44% from 255 or 24.58% from 240); Max value from RGB is 135 - color contains mainly: red. Hex color #872E3B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #872E3B is #78D1C4. Grayscale: #4A4A4A. Windows color (decimal): -7918021 or 3878535. OLE color: 3878535.

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

Color convert

RGB1354659-
CMYK00.660.560.47
HSL351.24º49.17%35.49%-
HSV(B)351.24º65.93%52.94%-
XYZ11.767.424.95-
YUV74.09119.49171.44-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 56.25%
GREEN value IS 46 (18.36% from 255) = 19.17%
BLUE value IS 59 (23.44% from 255) = 24.58%
R=56.25%
G=19.17%
B=24.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.56
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal135465900.660.560.47351.2449.1735.49
Hex872E3B042382F15f3123
Octal2075673010270575376143
Binary1000011110111011101101000010111000101111101011111110001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #872E3B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(135,46,59); }

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

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

 a { background-color: rgb(135,46,59); }

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

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

 span { border-color: rgb(135,46,59); }

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