#840D19

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

Shades of Burgundy #840D19

Tints of Burgundy #840D19

Color information

#840D19 (or 0x840D19) is unknown color: approx Burgundy. HEX triplet: 84, 0D and 19. RGB value is (132,13,25). Sum of RGB (Red+Green+Blue) = 132+13+25=170 (22% of max value = 765). Red value is 132 (51.95% from 255 or 77.65% from 170); Green value is 13 (5.47% from 255 or 7.65% from 170); Blue value is 25 (10.16% from 255 or 14.71% from 170); Max value from RGB is 132 - color contains mainly: red. Hex color #840D19 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #840D19 is #7BF2E6. Grayscale: #323232. Windows color (decimal): -8123111 or 1641860. OLE color: 1641860.

HSL color Cylindrical-coordinate representation of color #840D19: hue angle of 353.95º 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 #840D19 is Cyan = 0, Magento = 0.90, Yellow = 0.81 and Black (K on CMYK) = 0.48.

Color convert

RGB1321325-
CMYK00.900.810.48
HSL353.95º82.07%28.43%-
HSV(B)353.95º90.15%51.76%-
XYZ9.845.261.42-
YUV49.95113.92186.52-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 77.65%
GREEN value IS 13 (5.47% from 255) = 7.65%
BLUE value IS 25 (10.16% from 255) = 14.71%
R=77.65%
G=7.65%
B=14.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.81
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal132132500.900.810.48353.9582.0728.43
Hex84D1905A5130162521c
Octal204153101321216054212234
Binary10000100110111001010110101010001110000101100010101001011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #840D19

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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