#720416

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

Shades of Burgundy #720416

Tints of Burgundy #720416

Color information

#720416 (or 0x720416) is unknown color: approx Burgundy. HEX triplet: 72, 04 and 16. RGB value is (114,4,22). Sum of RGB (Red+Green+Blue) = 114+4+22=140 (18% of max value = 765). Red value is 114 (44.92% from 255 or 81.43% from 140); Green value is 4 (1.95% from 255 or 2.86% from 140); Blue value is 22 (8.98% from 255 or 15.71% from 140); Max value from RGB is 114 - color contains mainly: red. Hex color #720416 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #720416 is #8DFBE9. Grayscale: #262626. Windows color (decimal): -9305066 or 1442930. OLE color: 1442930.

HSL color Cylindrical-coordinate representation of color #720416: hue angle of 350.18º degrees, saturation: 0.93, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #720416 is Cyan = 0, Magento = 0.96, Yellow = 0.81 and Black (K on CMYK) = 0.55.

Color convert

RGB114422-
CMYK00.960.810.55
HSL350.18º93.22%23.14%-
HSV(B)350.18º96.49%44.71%-
XYZ7.133.721.1-
YUV38.94118.44181.54-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 81.43%
GREEN value IS 4 (1.95% from 255) = 2.86%
BLUE value IS 22 (8.98% from 255) = 15.71%
R=81.43%
G=2.86%
B=15.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.81
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal11442200.960.810.55350.1893.2223.14
Hex72416060513715e5d17
Octal16242601401216753613527
Binary111001010010110011000001010001110111101011110101110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #720416

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #720416; }

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

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

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

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

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

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

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

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