#840D28

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

Shades of Burgundy #840D28

Tints of Burgundy #840D28

Color information

#840D28 (or 0x840D28) is unknown color: approx Burgundy. HEX triplet: 84, 0D and 28. RGB value is (132,13,40). Sum of RGB (Red+Green+Blue) = 132+13+40=185 (24% of max value = 765). Red value is 132 (51.95% from 255 or 71.35% from 185); Green value is 13 (5.47% from 255 or 7.03% from 185); Blue value is 40 (16.02% from 255 or 21.62% from 185); Max value from RGB is 132 - color contains mainly: red. Hex color #840D28 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #840D28 is #7BF2D7. Grayscale: #333333. Windows color (decimal): -8123096 or 2624900. OLE color: 2624900.

HSL color Cylindrical-coordinate representation of color #840D28: hue angle of 346.39º degrees, saturation: 0.82, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #840D28 is Cyan = 0, Magento = 0.90, Yellow = 0.70 and Black (K on CMYK) = 0.48.

Color convert

RGB1321340-
CMYK00.900.700.48
HSL346.39º82.07%28.43%-
HSV(B)346.39º90.15%51.76%-
XYZ10.045.352.51-
YUV51.66121.42185.3-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 71.35%
GREEN value IS 13 (5.47% from 255) = 7.03%
BLUE value IS 40 (16.02% from 255) = 21.62%
R=71.35%
G=7.03%
B=21.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.70
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal132134000.900.700.48346.3982.0728.43
Hex84D2805A463015a521c
Octal204155001321066053212234
Binary100001001101101000010110101000110110000101011010101001011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #840D28

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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