#720216

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

Shades of Burgundy #720216

Tints of Burgundy #720216

Color information

#720216 (or 0x720216) is unknown color: approx Burgundy. HEX triplet: 72, 02 and 16. RGB value is (114,2,22). Sum of RGB (Red+Green+Blue) = 114+2+22=138 (18% of max value = 765). Red value is 114 (44.92% from 255 or 82.61% from 138); Green value is 2 (1.17% from 255 or 1.45% from 138); Blue value is 22 (8.98% from 255 or 15.94% from 138); Max value from RGB is 114 - color contains mainly: red. Hex color #720216 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #720216 is #8DFDE9. Grayscale: #252525. Windows color (decimal): -9305578 or 1442418. OLE color: 1442418.

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

Color convert

RGB114222-
CMYK00.980.810.55
HSL349.29º96.55%22.75%-
HSV(B)349.29º98.25%44.71%-
XYZ7.113.681.09-
YUV37.77119.11182.37-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 82.61%
GREEN value IS 2 (1.17% from 255) = 1.45%
BLUE value IS 22 (8.98% from 255) = 15.94%
R=82.61%
G=1.45%
B=15.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.81
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal11422200.980.810.55349.2996.5522.75
Hex72216062513715d6117
Octal16222601421216753514127
Binary11100101010110011000101010001110111101011101110000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #720216

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #720216; }

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

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

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

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

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

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

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

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