#871E2F

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

Shades of Shiraz #871E2F

Tints of Shiraz #871E2F

Color information

#871E2F (or 0x871E2F) is unknown color: approx Shiraz. HEX triplet: 87, 1E and 2F. RGB value is (135,30,47). Sum of RGB (Red+Green+Blue) = 135+30+47=212 (28% of max value = 765). Red value is 135 (53.12% from 255 or 63.68% from 212); Green value is 30 (12.11% from 255 or 14.15% from 212); Blue value is 47 (18.75% from 255 or 22.17% from 212); Max value from RGB is 135 - color contains mainly: red. Hex color #871E2F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #871E2F is #78E1D0. Grayscale: #3F3F3F. Windows color (decimal): -7922129 or 3088007. OLE color: 3088007.

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

Color convert

RGB1353047-
CMYK00.780.650.47
HSL350.29º63.64%32.35%-
HSV(B)350.29º77.78%52.94%-
XYZ10.976.283.32-
YUV63.33118.79179.12-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 63.68%
GREEN value IS 30 (12.11% from 255) = 14.15%
BLUE value IS 47 (18.75% from 255) = 22.17%
R=63.68%
G=14.15%
B=22.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.65
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal135304700.780.650.47350.2963.6432.35
Hex871E2F04E412F15e4020
Octal207365701161015753610040
Binary10000111111101011110100111010000011011111010111101000000100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #871E2F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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