#871E36

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

Shades of Shiraz #871E36

Tints of Shiraz #871E36

Color information

#871E36 (or 0x871E36) is unknown color: approx Shiraz. HEX triplet: 87, 1E and 36. RGB value is (135,30,54). Sum of RGB (Red+Green+Blue) = 135+30+54=219 (29% of max value = 765). Red value is 135 (53.12% from 255 or 61.64% from 219); Green value is 30 (12.11% from 255 or 13.70% from 219); Blue value is 54 (21.48% from 255 or 24.66% from 219); Max value from RGB is 135 - color contains mainly: red. Hex color #871E36 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #871E36 is #78E1C9. Grayscale: #404040. Windows color (decimal): -7922122 or 3546759. OLE color: 3546759.

HSL color Cylindrical-coordinate representation of color #871E36: hue angle of 346.29º 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 #871E36 is Cyan = 0, Magento = 0.78, Yellow = 0.60 and Black (K on CMYK) = 0.47.

Color convert

RGB1353054-
CMYK00.780.600.47
HSL346.29º63.64%32.35%-
HSV(B)346.29º77.78%52.94%-
XYZ11.126.354.13-
YUV64.13122.29178.55-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 61.64%
GREEN value IS 30 (12.11% from 255) = 13.70%
BLUE value IS 54 (21.48% from 255) = 24.66%
R=61.64%
G=13.70%
B=24.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.60
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal135305400.780.600.47346.2963.6432.35
Hex871E3604E3C2F15a4020
Octal20736660116745753210040
Binary1000011111110110110010011101111001011111010110101000000100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #871E36

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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