#840E28

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

Shades of Burgundy #840E28

Tints of Burgundy #840E28

Color information

#840E28 (or 0x840E28) is unknown color: approx Burgundy. HEX triplet: 84, 0E and 28. RGB value is (132,14,40). Sum of RGB (Red+Green+Blue) = 132+14+40=186 (24% of max value = 765). Red value is 132 (51.95% from 255 or 70.97% from 186); Green value is 14 (5.86% from 255 or 7.53% from 186); Blue value is 40 (16.02% from 255 or 21.51% from 186); Max value from RGB is 132 - color contains mainly: red. Hex color #840E28 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #840E28 is #7BF1D7. Grayscale: #343434. Windows color (decimal): -8122840 or 2625156. OLE color: 2625156.

HSL color Cylindrical-coordinate representation of color #840E28: hue angle of 346.78º degrees, saturation: 0.81, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #840E28 is Cyan = 0, Magento = 0.89, Yellow = 0.70 and Black (K on CMYK) = 0.48.

Color convert

RGB1321440-
CMYK00.890.700.48
HSL346.78º80.82%28.63%-
HSV(B)346.78º89.39%51.76%-
XYZ10.065.372.51-
YUV52.25121.09184.89-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 70.97%
GREEN value IS 14 (5.86% from 255) = 7.53%
BLUE value IS 40 (16.02% from 255) = 21.51%
R=70.97%
G=7.53%
B=21.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.70
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal132144000.890.700.48346.7880.8228.63
Hex84E28059463015b511d
Octal204165001311066053312135
Binary100001001110101000010110011000110110000101011011101000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #840E28

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #840E28; }

 p { color: rgb(132,14,40); }

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

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

 a { background-color: rgb(132,14,40); }

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

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

 span { border-color: rgb(132,14,40); }

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