#840D2F

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

Shades of Burgundy #840D2F

Tints of Burgundy #840D2F

Color information

#840D2F (or 0x840D2F) is unknown color: approx Burgundy. HEX triplet: 84, 0D and 2F. RGB value is (132,13,47). Sum of RGB (Red+Green+Blue) = 132+13+47=192 (25% of max value = 765). Red value is 132 (51.95% from 255 or 68.75% from 192); Green value is 13 (5.47% from 255 or 6.77% from 192); Blue value is 47 (18.75% from 255 or 24.48% from 192); Max value from RGB is 132 - color contains mainly: red. Hex color #840D2F is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #840D2F is #7BF2D0. Grayscale: #343434. Windows color (decimal): -8123089 or 3083652. OLE color: 3083652.

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

Color convert

RGB1321347-
CMYK00.900.640.48
HSL342.86º82.07%28.43%-
HSV(B)342.86º90.15%51.76%-
XYZ10.175.43.2-
YUV52.46124.92184.74-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 68.75%
GREEN value IS 13 (5.47% from 255) = 6.77%
BLUE value IS 47 (18.75% from 255) = 24.48%
R=68.75%
G=6.77%
B=24.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.64
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal132134700.900.640.48342.8682.0728.43
Hex84D2F05A4030157521c
Octal204155701321006052712234
Binary100001001101101111010110101000000110000101010111101001011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #840D2F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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