#840F2D

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

Shades of Burgundy #840F2D

Tints of Burgundy #840F2D

Color information

#840F2D (or 0x840F2D) is unknown color: approx Burgundy. HEX triplet: 84, 0F and 2D. RGB value is (132,15,45). Sum of RGB (Red+Green+Blue) = 132+15+45=192 (25% of max value = 765). Red value is 132 (51.95% from 255 or 68.75% from 192); Green value is 15 (6.25% from 255 or 7.81% from 192); Blue value is 45 (17.97% from 255 or 23.44% from 192); Max value from RGB is 132 - color contains mainly: red. Hex color #840F2D is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #840F2D is #7BF0D2. Grayscale: #353535. Windows color (decimal): -8122579 or 2953092. OLE color: 2953092.

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

Color convert

RGB1321545-
CMYK00.890.660.48
HSL344.62º79.59%28.82%-
HSV(B)344.62º88.64%51.76%-
XYZ10.165.443-
YUV53.4123.26184.06-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 68.75%
GREEN value IS 15 (6.25% from 255) = 7.81%
BLUE value IS 45 (17.97% from 255) = 23.44%
R=68.75%
G=7.81%
B=23.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.66
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal132154500.890.660.48344.6279.5928.82
Hex84F2D0594230159501d
Octal204175501311026053112035
Binary100001001111101101010110011000010110000101011001101000011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #840F2D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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