#871E3C

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

Shades of Shiraz #871E3C

Tints of Shiraz #871E3C

Color information

#871E3C (or 0x871E3C) is unknown color: approx Shiraz. HEX triplet: 87, 1E and 3C. RGB value is (135,30,60). Sum of RGB (Red+Green+Blue) = 135+30+60=225 (29% of max value = 765). Red value is 135 (53.12% from 255 or 60% from 225); Green value is 30 (12.11% from 255 or 13.33% from 225); Blue value is 60 (23.83% from 255 or 26.67% from 225); Max value from RGB is 135 - color contains mainly: red. Hex color #871E3C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #871E3C is #78E1C3. Grayscale: #404040. Windows color (decimal): -7922116 or 3939975. OLE color: 3939975.

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

Color convert

RGB1353060-
CMYK00.780.560.47
HSL342.86º63.64%32.35%-
HSV(B)342.86º77.78%52.94%-
XYZ11.276.414.92-
YUV64.82125.29178.06-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 60%
GREEN value IS 30 (12.11% from 255) = 13.33%
BLUE value IS 60 (23.83% from 255) = 26.67%
R=60%
G=13.33%
B=26.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.56
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal135306000.780.560.47342.8663.6432.35
Hex871E3C04E382F1574020
Octal20736740116705752710040
Binary1000011111110111100010011101110001011111010101111000000100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #871E3C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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