#871E35

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

Shades of Shiraz #871E35

Tints of Shiraz #871E35

Color information

#871E35 (or 0x871E35) is unknown color: approx Shiraz. HEX triplet: 87, 1E and 35. RGB value is (135,30,53). Sum of RGB (Red+Green+Blue) = 135+30+53=218 (28% of max value = 765). Red value is 135 (53.12% from 255 or 61.93% from 218); Green value is 30 (12.11% from 255 or 13.76% from 218); Blue value is 53 (21.09% from 255 or 24.31% from 218); Max value from RGB is 135 - color contains mainly: red. Hex color #871E35 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #871E35 is #78E1CA. Grayscale: #404040. Windows color (decimal): -7922123 or 3481223. OLE color: 3481223.

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

Color convert

RGB1353053-
CMYK00.780.610.47
HSL346.86º63.64%32.35%-
HSV(B)346.86º77.78%52.94%-
XYZ11.16.344.01-
YUV64.02121.79178.63-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 61.93%
GREEN value IS 30 (12.11% from 255) = 13.76%
BLUE value IS 53 (21.09% from 255) = 24.31%
R=61.93%
G=13.76%
B=24.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.61
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal135305300.780.610.47346.8663.6432.35
Hex871E3504E3D2F15b4020
Octal20736650116755753310040
Binary1000011111110110101010011101111011011111010110111000000100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #871E35

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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