#871E32

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

Shades of Shiraz #871E32

Tints of Shiraz #871E32

Color information

#871E32 (or 0x871E32) is unknown color: approx Shiraz. HEX triplet: 87, 1E and 32. RGB value is (135,30,50). Sum of RGB (Red+Green+Blue) = 135+30+50=215 (28% of max value = 765). Red value is 135 (53.12% from 255 or 62.79% from 215); Green value is 30 (12.11% from 255 or 13.95% from 215); Blue value is 50 (19.92% from 255 or 23.26% from 215); Max value from RGB is 135 - color contains mainly: red. Hex color #871E32 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #871E32 is #78E1CD. Grayscale: #3F3F3F. Windows color (decimal): -7922126 or 3284615. OLE color: 3284615.

HSL color Cylindrical-coordinate representation of color #871E32: hue angle of 348.57º degrees, saturation: 0.64, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #871E32 is Cyan = 0, Magento = 0.78, Yellow = 0.63 and Black (K on CMYK) = 0.47.

Color convert

RGB1353050-
CMYK00.780.630.47
HSL348.57º63.64%32.35%-
HSV(B)348.57º77.78%52.94%-
XYZ11.036.313.65-
YUV63.68120.29178.87-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 62.79%
GREEN value IS 30 (12.11% from 255) = 13.95%
BLUE value IS 50 (19.92% from 255) = 23.26%
R=62.79%
G=13.95%
B=23.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.63
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal135305000.780.630.47348.5763.6432.35
Hex871E3204E3F2F15d4020
Octal20736620116775753510040
Binary1000011111110110010010011101111111011111010111011000000100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #871E32

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #871E32; }

 p { color: rgb(135,30,50); }

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

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

 a { background-color: rgb(135,30,50); }

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

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

 span { border-color: rgb(135,30,50); }

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