#720718

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

Shades of Burgundy #720718

Tints of Burgundy #720718

Color information

#720718 (or 0x720718) is unknown color: approx Burgundy. HEX triplet: 72, 07 and 18. RGB value is (114,7,24). Sum of RGB (Red+Green+Blue) = 114+7+24=145 (19% of max value = 765). Red value is 114 (44.92% from 255 or 78.62% from 145); Green value is 7 (3.12% from 255 or 4.83% from 145); Blue value is 24 (9.77% from 255 or 16.55% from 145); Max value from RGB is 114 - color contains mainly: red. Hex color #720718 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #720718 is #8DF8E7. Grayscale: #282828. Windows color (decimal): -9304296 or 1574770. OLE color: 1574770.

HSL color Cylindrical-coordinate representation of color #720718: hue angle of 350.47º degrees, saturation: 0.88, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #720718 is Cyan = 0, Magento = 0.94, Yellow = 0.79 and Black (K on CMYK) = 0.55.

Color convert

RGB114724-
CMYK00.940.790.55
HSL350.47º88.43%23.73%-
HSV(B)350.47º93.86%44.71%-
XYZ7.183.81.22-
YUV40.93118.45180.12-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 78.62%
GREEN value IS 7 (3.12% from 255) = 4.83%
BLUE value IS 24 (9.77% from 255) = 16.55%
R=78.62%
G=4.83%
B=16.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.79
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal11472400.940.790.55350.4788.4323.73
Hex7271805E4F3715e5818
Octal16273001361176753613030
Binary111001011111000010111101001111110111101011110101100011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #720718

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #720718; }

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

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

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

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

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

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

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

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