#720624

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

Shades of Burgundy #720624

Tints of Burgundy #720624

Color information

#720624 (or 0x720624) is unknown color: approx Burgundy. HEX triplet: 72, 06 and 24. RGB value is (114,6,36). Sum of RGB (Red+Green+Blue) = 114+6+36=156 (20% of max value = 765). Red value is 114 (44.92% from 255 or 73.08% from 156); Green value is 6 (2.73% from 255 or 3.85% from 156); Blue value is 36 (14.45% from 255 or 23.08% from 156); Max value from RGB is 114 - color contains mainly: red. Hex color #720624 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #720624 is #8DF9DB. Grayscale: #292929. Windows color (decimal): -9304540 or 2360946. OLE color: 2360946.

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

Color convert

RGB114636-
CMYK00.950.680.55
HSL343.33º90%23.53%-
HSV(B)343.33º94.74%44.71%-
XYZ7.323.842.02-
YUV41.71124.78179.56-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 73.08%
GREEN value IS 6 (2.73% from 255) = 3.85%
BLUE value IS 36 (14.45% from 255) = 23.08%
R=73.08%
G=3.85%
B=23.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.68
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal11463600.950.680.55343.339023.53
Hex7262405F44371575a18
Octal16264401371046752713230
Binary1110010110100100010111111000100110111101010111101101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #720624

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #720624; }

 p { color: rgb(114,6,36); }

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

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

 a { background-color: rgb(114,6,36); }

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

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

 span { border-color: rgb(114,6,36); }

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