#72021E

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

Shades of Burgundy #72021E

Tints of Burgundy #72021E

Color information

#72021E (or 0x72021E) is unknown color: approx Burgundy. HEX triplet: 72, 02 and 1E. RGB value is (114,2,30). Sum of RGB (Red+Green+Blue) = 114+2+30=146 (19% of max value = 765). Red value is 114 (44.92% from 255 or 78.08% from 146); Green value is 2 (1.17% from 255 or 1.37% from 146); Blue value is 30 (12.11% from 255 or 20.55% from 146); Max value from RGB is 114 - color contains mainly: red. Hex color #72021E is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #72021E is #8DFDE1. Grayscale: #262626. Windows color (decimal): -9305570 or 1966706. OLE color: 1966706.

HSL color Cylindrical-coordinate representation of color #72021E: hue angle of 345º 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 #72021E is Cyan = 0, Magento = 0.98, Yellow = 0.74 and Black (K on CMYK) = 0.55.

Color convert

RGB114230-
CMYK00.980.740.55
HSL345º96.55%22.75%-
HSV(B)345º98.25%44.71%-
XYZ7.23.711.57-
YUV38.68123.11181.72-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 78.08%
GREEN value IS 2 (1.17% from 255) = 1.37%
BLUE value IS 30 (12.11% from 255) = 20.55%
R=78.08%
G=1.37%
B=20.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.74
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal11423000.980.740.5534596.5522.75
Hex7221E0624A371596117
Octal16223601421126753114127
Binary11100101011110011000101001010110111101011001110000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72021E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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