#720719

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

Shades of Burgundy #720719

Tints of Burgundy #720719

Color information

#720719 (or 0x720719) is unknown color: approx Burgundy. HEX triplet: 72, 07 and 19. RGB value is (114,7,25). Sum of RGB (Red+Green+Blue) = 114+7+25=146 (19% of max value = 765). Red value is 114 (44.92% from 255 or 78.08% from 146); Green value is 7 (3.12% from 255 or 4.79% from 146); Blue value is 25 (10.16% from 255 or 17.12% from 146); Max value from RGB is 114 - color contains mainly: red. Hex color #720719 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #720719 is #8DF8E6. Grayscale: #292929. Windows color (decimal): -9304295 or 1640306. OLE color: 1640306.

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

Color convert

RGB114725-
CMYK00.940.780.55
HSL349.91º88.43%23.73%-
HSV(B)349.91º93.86%44.71%-
XYZ7.193.81.27-
YUV41.04118.95180.04-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 78.08%
GREEN value IS 7 (3.12% from 255) = 4.79%
BLUE value IS 25 (10.16% from 255) = 17.12%
R=78.08%
G=4.79%
B=17.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.78
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal11472500.940.780.55349.9188.4323.73
Hex7271905E4E3715e5818
Octal16273101361166753613030
Binary111001011111001010111101001110110111101011110101100011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #720719

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #720719; }

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

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

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

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

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

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

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

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