#720C21

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

Shades of Burgundy #720C21

Tints of Burgundy #720C21

Color information

#720C21 (or 0x720C21) is unknown color: approx Burgundy. HEX triplet: 72, 0C and 21. RGB value is (114,12,33). Sum of RGB (Red+Green+Blue) = 114+12+33=159 (21% of max value = 765). Red value is 114 (44.92% from 255 or 71.70% from 159); Green value is 12 (5.08% from 255 or 7.55% from 159); Blue value is 33 (13.28% from 255 or 20.75% from 159); Max value from RGB is 114 - color contains mainly: red. Hex color #720C21 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #720C21 is #8DF3DE. Grayscale: #2C2C2C. Windows color (decimal): -9303007 or 2165874. OLE color: 2165874.

HSL color Cylindrical-coordinate representation of color #720C21: hue angle of 347.65º degrees, saturation: 0.81, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #720C21 is Cyan = 0, Magento = 0.89, Yellow = 0.71 and Black (K on CMYK) = 0.55.

Color convert

RGB1141233-
CMYK00.890.710.55
HSL347.65º80.95%24.71%-
HSV(B)347.65º89.47%44.71%-
XYZ7.353.951.81-
YUV44.89121.29177.29-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 71.70%
GREEN value IS 12 (5.08% from 255) = 7.55%
BLUE value IS 33 (13.28% from 255) = 20.75%
R=71.70%
G=7.55%
B=20.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.71
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal114123300.890.710.55347.6580.9524.71
Hex72C21059473715c5119
Octal162144101311076753412131
Binary11100101100100001010110011000111110111101011100101000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #720C21

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #720C21; }

 p { color: rgb(114,12,33); }

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

<style>
 a { background-color: #720C21; }

 a { background-color: rgb(114,12,33); }

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

<style>
 span { border-color: #720C21; }

 span { border-color: rgb(114,12,33); }

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