#871228

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

Shades of Burgundy #871228

Tints of Burgundy #871228

Color information

#871228 (or 0x871228) is unknown color: approx Burgundy. HEX triplet: 87, 12 and 28. RGB value is (135,18,40). Sum of RGB (Red+Green+Blue) = 135+18+40=193 (25% of max value = 765). Red value is 135 (53.12% from 255 or 69.95% from 193); Green value is 18 (7.42% from 255 or 9.33% from 193); Blue value is 40 (16.02% from 255 or 20.73% from 193); Max value from RGB is 135 - color contains mainly: red. Hex color #871228 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #871228 is #78EDD7. Grayscale: #373737. Windows color (decimal): -7925208 or 2626183. OLE color: 2626183.

HSL color Cylindrical-coordinate representation of color #871228: hue angle of 348.72º degrees, saturation: 0.76, 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 #871228 is Cyan = 0, Magento = 0.87, Yellow = 0.70 and Black (K on CMYK) = 0.47.

Color convert

RGB1351840-
CMYK00.870.700.47
HSL348.72º76.47%30%-
HSV(B)348.72º86.67%52.94%-
XYZ10.595.742.56-
YUV55.49119.26184.71-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 69.95%
GREEN value IS 18 (7.42% from 255) = 9.33%
BLUE value IS 40 (16.02% from 255) = 20.73%
R=69.95%
G=9.33%
B=20.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.70
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal135184000.870.700.47348.7276.4730
Hex871228057462F15d4c1e
Octal207225001271065753511436
Binary1000011110010101000010101111000110101111101011101100110011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #871228

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #871228; }

 p { color: rgb(135,18,40); }

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

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

 a { background-color: rgb(135,18,40); }

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

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

 span { border-color: rgb(135,18,40); }

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