#840F2C

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

Shades of Burgundy #840F2C

Tints of Burgundy #840F2C

Color information

#840F2C (or 0x840F2C) is unknown color: approx Burgundy. HEX triplet: 84, 0F and 2C. RGB value is (132,15,44). Sum of RGB (Red+Green+Blue) = 132+15+44=191 (25% of max value = 765). Red value is 132 (51.95% from 255 or 69.11% from 191); Green value is 15 (6.25% from 255 or 7.85% from 191); Blue value is 44 (17.58% from 255 or 23.04% from 191); Max value from RGB is 132 - color contains mainly: red. Hex color #840F2C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #840F2C is #7BF0D3. Grayscale: #353535. Windows color (decimal): -8122580 or 2887556. OLE color: 2887556.

HSL color Cylindrical-coordinate representation of color #840F2C: hue angle of 345.13º degrees, saturation: 0.8, 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 #840F2C is Cyan = 0, Magento = 0.89, Yellow = 0.67 and Black (K on CMYK) = 0.48.

Color convert

RGB1321544-
CMYK00.890.670.48
HSL345.13º79.59%28.82%-
HSV(B)345.13º88.64%51.76%-
XYZ10.145.432.9-
YUV53.29122.76184.14-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 69.11%
GREEN value IS 15 (6.25% from 255) = 7.85%
BLUE value IS 44 (17.58% from 255) = 23.04%
R=69.11%
G=7.85%
B=23.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.67
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal132154400.890.670.48345.1379.5928.82
Hex84F2C0594330159501d
Octal204175401311036053112035
Binary100001001111101100010110011000011110000101011001101000011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #840F2C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(132,15,44); }

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

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

 a { background-color: rgb(132,15,44); }

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

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

 span { border-color: rgb(132,15,44); }

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