#871E3B

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

Shades of Shiraz #871E3B

Tints of Shiraz #871E3B

Color information

#871E3B (or 0x871E3B) is unknown color: approx Shiraz. HEX triplet: 87, 1E and 3B. RGB value is (135,30,59). Sum of RGB (Red+Green+Blue) = 135+30+59=224 (29% of max value = 765). Red value is 135 (53.12% from 255 or 60.27% from 224); Green value is 30 (12.11% from 255 or 13.39% from 224); Blue value is 59 (23.44% from 255 or 26.34% from 224); Max value from RGB is 135 - color contains mainly: red. Hex color #871E3B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #871E3B is #78E1C4. Grayscale: #404040. Windows color (decimal): -7922117 or 3874439. OLE color: 3874439.

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

Color convert

RGB1353059-
CMYK00.780.560.47
HSL343.43º63.64%32.35%-
HSV(B)343.43º77.78%52.94%-
XYZ11.256.44.78-
YUV64.7124.79178.14-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 60.27%
GREEN value IS 30 (12.11% from 255) = 13.39%
BLUE value IS 59 (23.44% from 255) = 26.34%
R=60.27%
G=13.39%
B=26.34%

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
Decimal135305900.780.560.47343.4363.6432.35
Hex871E3B04E382F1574020
Octal20736730116705752710040
Binary1000011111110111011010011101110001011111010101111000000100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #871E3B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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