#871123

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

Shades of Burgundy #871123

Tints of Burgundy #871123

Color information

#871123 (or 0x871123) is unknown color: approx Burgundy. HEX triplet: 87, 11 and 23. RGB value is (135,17,35). Sum of RGB (Red+Green+Blue) = 135+17+35=187 (24% of max value = 765). Red value is 135 (53.12% from 255 or 72.19% from 187); Green value is 17 (7.03% from 255 or 9.09% from 187); Blue value is 35 (14.06% from 255 or 18.72% from 187); Max value from RGB is 135 - color contains mainly: red. Hex color #871123 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #871123 is #78EEDC. Grayscale: #363636. Windows color (decimal): -7925469 or 2298247. OLE color: 2298247.

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

Color convert

RGB1351735-
CMYK00.870.740.47
HSL350.85º77.63%29.8%-
HSV(B)350.85º87.41%52.94%-
XYZ10.55.672.13-
YUV54.33117.09185.54-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 72.19%
GREEN value IS 17 (7.03% from 255) = 9.09%
BLUE value IS 35 (14.06% from 255) = 18.72%
R=72.19%
G=9.09%
B=18.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.74
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal135173500.870.740.47350.8577.6329.8
Hex8711230574A2F15f4e1e
Octal207214301271125753711636
Binary1000011110001100011010101111001010101111101011111100111011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #871123

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #871123; }

 p { color: rgb(135,17,35); }

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

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

 a { background-color: rgb(135,17,35); }

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

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

 span { border-color: rgb(135,17,35); }

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