#720522

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

Shades of Burgundy #720522

Tints of Burgundy #720522

Color information

#720522 (or 0x720522) is unknown color: approx Burgundy. HEX triplet: 72, 05 and 22. RGB value is (114,5,34). Sum of RGB (Red+Green+Blue) = 114+5+34=153 (20% of max value = 765). Red value is 114 (44.92% from 255 or 74.51% from 153); Green value is 5 (2.34% from 255 or 3.27% from 153); Blue value is 34 (13.67% from 255 or 22.22% from 153); Max value from RGB is 114 - color contains mainly: red. Hex color #720522 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #720522 is #8DFADD. Grayscale: #282828. Windows color (decimal): -9304798 or 2229618. OLE color: 2229618.

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

Color convert

RGB114534-
CMYK00.960.700.55
HSL344.04º91.6%23.33%-
HSV(B)344.04º95.61%44.71%-
XYZ7.283.81.86-
YUV40.9124.11180.14-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 74.51%
GREEN value IS 5 (2.34% from 255) = 3.27%
BLUE value IS 34 (13.67% from 255) = 22.22%
R=74.51%
G=3.27%
B=22.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.70
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal11453400.960.700.55344.0491.623.33
Hex7252206046371585c17
Octal16254201401066753013427
Binary1110010101100010011000001000110110111101011000101110010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #720522

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #720522; }

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

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

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

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

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

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

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

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