#871024

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

Shades of Burgundy #871024

Tints of Burgundy #871024

Color information

#871024 (or 0x871024) is unknown color: approx Burgundy. HEX triplet: 87, 10 and 24. RGB value is (135,16,36). Sum of RGB (Red+Green+Blue) = 135+16+36=187 (24% of max value = 765). Red value is 135 (53.12% from 255 or 72.19% from 187); Green value is 16 (6.64% from 255 or 8.56% from 187); Blue value is 36 (14.45% from 255 or 19.25% from 187); Max value from RGB is 135 - color contains mainly: red. Hex color #871024 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #871024 is #78EFDB. Grayscale: #353535. Windows color (decimal): -7925724 or 2363527. OLE color: 2363527.

HSL color Cylindrical-coordinate representation of color #871024: hue angle of 349.92º degrees, saturation: 0.79, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #871024 is Cyan = 0, Magento = 0.88, Yellow = 0.73 and Black (K on CMYK) = 0.47.

Color convert

RGB1351636-
CMYK00.880.730.47
HSL349.92º78.81%29.61%-
HSV(B)349.92º88.15%52.94%-
XYZ10.55.652.21-
YUV53.86117.92185.87-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 72.19%
GREEN value IS 16 (6.64% from 255) = 8.56%
BLUE value IS 36 (14.45% from 255) = 19.25%
R=72.19%
G=8.56%
B=19.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.73
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal135163600.880.730.47349.9278.8129.61
Hex871024058492F15e4f1e
Octal207204401301115753611736
Binary1000011110000100100010110001001001101111101011110100111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #871024

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #871024; }

 p { color: rgb(135,16,36); }

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

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

 a { background-color: rgb(135,16,36); }

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

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

 span { border-color: rgb(135,16,36); }

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