#720214

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

Shades of Burgundy #720214

Tints of Burgundy #720214

Color information

#720214 (or 0x720214) is unknown color: approx Burgundy. HEX triplet: 72, 02 and 14. RGB value is (114,2,20). Sum of RGB (Red+Green+Blue) = 114+2+20=136 (18% of max value = 765). Red value is 114 (44.92% from 255 or 83.82% from 136); Green value is 2 (1.17% from 255 or 1.47% from 136); Blue value is 20 (8.20% from 255 or 14.71% from 136); Max value from RGB is 114 - color contains mainly: red. Hex color #720214 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #720214 is #8DFDEB. Grayscale: #252525. Windows color (decimal): -9305580 or 1311346. OLE color: 1311346.

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

Color convert

RGB114220-
CMYK00.980.820.55
HSL350.36º96.55%22.75%-
HSV(B)350.36º98.25%44.71%-
XYZ7.093.671-
YUV37.54118.11182.54-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 83.82%
GREEN value IS 2 (1.17% from 255) = 1.47%
BLUE value IS 20 (8.20% from 255) = 14.71%
R=83.82%
G=1.47%
B=14.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.82
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal11422000.980.820.55350.3696.5522.75
Hex72214062523715e6117
Octal16222401421226753614127
Binary11100101010100011000101010010110111101011110110000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #720214

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #720214; }

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

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

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

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

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

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

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

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