#72021F

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

Shades of Burgundy #72021F

Tints of Burgundy #72021F

Color information

#72021F (or 0x72021F) is unknown color: approx Burgundy. HEX triplet: 72, 02 and 1F. RGB value is (114,2,31). Sum of RGB (Red+Green+Blue) = 114+2+31=147 (19% of max value = 765). Red value is 114 (44.92% from 255 or 77.55% from 147); Green value is 2 (1.17% from 255 or 1.36% from 147); Blue value is 31 (12.5% from 255 or 21.09% from 147); Max value from RGB is 114 - color contains mainly: red. Hex color #72021F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #72021F is #8DFDE0. Grayscale: #262626. Windows color (decimal): -9305569 or 2032242. OLE color: 2032242.

HSL color Cylindrical-coordinate representation of color #72021F: hue angle of 344.46º degrees, saturation: 0.97, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #72021F is Cyan = 0, Magento = 0.98, Yellow = 0.73 and Black (K on CMYK) = 0.55.

Color convert

RGB114231-
CMYK00.980.730.55
HSL344.46º96.55%22.75%-
HSV(B)344.46º98.25%44.71%-
XYZ7.213.721.63-
YUV38.79123.61181.64-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 77.55%
GREEN value IS 2 (1.17% from 255) = 1.36%
BLUE value IS 31 (12.5% from 255) = 21.09%
R=77.55%
G=1.36%
B=21.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.73
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal11423100.980.730.55344.4696.5522.75
Hex7221F06249371586117
Octal16223701421116753014127
Binary11100101011111011000101001001110111101011000110000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72021F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #72021F; }

 p { color: rgb(114,2,31); }

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

<style>
 a { background-color: #72021F; }

 a { background-color: rgb(114,2,31); }

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

<style>
 span { border-color: #72021F; }

 span { border-color: rgb(114,2,31); }

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