#720518

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

Shades of Burgundy #720518

Tints of Burgundy #720518

Color information

#720518 (or 0x720518) is unknown color: approx Burgundy. HEX triplet: 72, 05 and 18. RGB value is (114,5,24). Sum of RGB (Red+Green+Blue) = 114+5+24=143 (18% of max value = 765). Red value is 114 (44.92% from 255 or 79.72% from 143); Green value is 5 (2.34% from 255 or 3.50% from 143); Blue value is 24 (9.77% from 255 or 16.78% from 143); Max value from RGB is 114 - color contains mainly: red. Hex color #720518 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #720518 is #8DFAE7. Grayscale: #272727. Windows color (decimal): -9304808 or 1574258. OLE color: 1574258.

HSL color Cylindrical-coordinate representation of color #720518: hue angle of 349.54º degrees, saturation: 0.92, 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 #720518 is Cyan = 0, Magento = 0.96, Yellow = 0.79 and Black (K on CMYK) = 0.55.

Color convert

RGB114524-
CMYK00.960.790.55
HSL349.54º91.6%23.33%-
HSV(B)349.54º95.61%44.71%-
XYZ7.163.751.21-
YUV39.76119.11180.96-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 79.72%
GREEN value IS 5 (2.34% from 255) = 3.50%
BLUE value IS 24 (9.77% from 255) = 16.78%
R=79.72%
G=3.50%
B=16.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.79
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal11452400.960.790.55349.5491.623.33
Hex725180604F3715e5c17
Octal16253001401176753613427
Binary111001010111000011000001001111110111101011110101110010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #720518

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #720518; }

 p { color: rgb(114,5,24); }

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

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

 a { background-color: rgb(114,5,24); }

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

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

 span { border-color: rgb(114,5,24); }

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