#871836

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

Shades of Shiraz #871836

Tints of Shiraz #871836

Color information

#871836 (or 0x871836) is unknown color: approx Shiraz. HEX triplet: 87, 18 and 36. RGB value is (135,24,54). Sum of RGB (Red+Green+Blue) = 135+24+54=213 (28% of max value = 765). Red value is 135 (53.12% from 255 or 63.38% from 213); Green value is 24 (9.77% from 255 or 11.27% from 213); Blue value is 54 (21.48% from 255 or 25.35% from 213); Max value from RGB is 135 - color contains mainly: red. Hex color #871836 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #871836 is #78E7C9. Grayscale: #3C3C3C. Windows color (decimal): -7923658 or 3545223. OLE color: 3545223.

HSL color Cylindrical-coordinate representation of color #871836: hue angle of 343.78º degrees, saturation: 0.7, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #871836 is Cyan = 0, Magento = 0.82, Yellow = 0.60 and Black (K on CMYK) = 0.47.

Color convert

RGB1352454-
CMYK00.820.600.47
HSL343.78º69.81%31.18%-
HSV(B)343.78º82.22%52.94%-
XYZ10.986.074.08-
YUV60.61124.27181.06-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 63.38%
GREEN value IS 24 (9.77% from 255) = 11.27%
BLUE value IS 54 (21.48% from 255) = 25.35%
R=63.38%
G=11.27%
B=25.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.60
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal135245400.820.600.47343.7869.8131.18
Hex8718360523C2F158461f
Octal20730660122745753010637
Binary100001111100011011001010010111100101111101011000100011011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #871836

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #871836; }

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

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

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

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

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

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

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

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