#720014

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

Shades of Burgundy #720014

Tints of Burgundy #720014

Color information

#720014 (or 0x720014) is unknown color: approx Burgundy. HEX triplet: 72, 00 and 14. RGB value is (114,0,20). Sum of RGB (Red+Green+Blue) = 114+0+20=134 (17% of max value = 765). Red value is 114 (44.92% from 255 or 85.07% from 134); Green value is 0 (0.39% from 255 or 0% from 134); Blue value is 20 (8.20% from 255 or 14.93% from 134); Max value from RGB is 114 - color contains mainly: red. Hex color #720014 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #720014 is #8DFFEB. Grayscale: #242424. Windows color (decimal): -9306092 or 1310834. OLE color: 1310834.

HSL color Cylindrical-coordinate representation of color #720014: hue angle of 349.47º degrees, saturation: 1, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 1%. Process color model (Four color, CMYK) of #720014 is Cyan = 0, Magento = 1, Yellow = 0.82 and Black (K on CMYK) = 0.55.

Color convert

RGB114020-
CMYK010.820.55
HSL349.47º100%22.35%-
HSV(B)349.47º100%44.71%-
XYZ7.073.630.99-
YUV36.37118.77183.37-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 85.07%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 20 (8.20% from 255) = 14.93%
R=85.07%
G=0%
B=14.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.82
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal114020010.820.55349.4710022.35
Hex72014064523715d6416
Octal16202401441226753514426
Binary1110010010100011001001010010110111101011101110010010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #720014

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #720014; }

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

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

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

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

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

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

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

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