#841420

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

Shades of Burgundy #841420

Tints of Burgundy #841420

Color information

#841420 (or 0x841420) is unknown color: approx Burgundy. HEX triplet: 84, 14 and 20. RGB value is (132,20,32). Sum of RGB (Red+Green+Blue) = 132+20+32=184 (24% of max value = 765). Red value is 132 (51.95% from 255 or 71.74% from 184); Green value is 20 (8.20% from 255 or 10.87% from 184); Blue value is 32 (12.89% from 255 or 17.39% from 184); Max value from RGB is 132 - color contains mainly: red. Hex color #841420 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #841420 is #7BEBDF. Grayscale: #363636. Windows color (decimal): -8121312 or 2102404. OLE color: 2102404.

HSL color Cylindrical-coordinate representation of color #841420: hue angle of 353.57º degrees, saturation: 0.74, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #841420 is Cyan = 0, Magento = 0.85, Yellow = 0.76 and Black (K on CMYK) = 0.48.

Color convert

RGB1322032-
CMYK00.850.760.48
HSL353.57º73.68%29.8%-
HSV(B)353.57º84.85%51.76%-
XYZ10.035.511.9-
YUV54.86115.11183.02-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 71.74%
GREEN value IS 20 (8.20% from 255) = 10.87%
BLUE value IS 32 (12.89% from 255) = 17.39%
R=71.74%
G=10.87%
B=17.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.76
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal132203200.850.760.48353.5773.6829.8
Hex8414200554C301624a1e
Octal204244001251146054211236
Binary1000010010100100000010101011001100110000101100010100101011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #841420

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #841420; }

 p { color: rgb(132,20,32); }

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

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

 a { background-color: rgb(132,20,32); }

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

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

 span { border-color: rgb(132,20,32); }

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