#720220

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

Shades of Burgundy #720220

Tints of Burgundy #720220

Color information

#720220 (or 0x720220) is unknown color: approx Burgundy. HEX triplet: 72, 02 and 20. RGB value is (114,2,32). Sum of RGB (Red+Green+Blue) = 114+2+32=148 (19% of max value = 765). Red value is 114 (44.92% from 255 or 77.03% from 148); Green value is 2 (1.17% from 255 or 1.35% from 148); Blue value is 32 (12.89% from 255 or 21.62% from 148); Max value from RGB is 114 - color contains mainly: red. Hex color #720220 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #720220 is #8DFDDF. Grayscale: #262626. Windows color (decimal): -9305568 or 2097778. OLE color: 2097778.

HSL color Cylindrical-coordinate representation of color #720220: hue angle of 343.93º degrees, saturation: 0.97, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #720220 is Cyan = 0, Magento = 0.98, Yellow = 0.72 and Black (K on CMYK) = 0.55.

Color convert

RGB114232-
CMYK00.980.720.55
HSL343.93º96.55%22.75%-
HSV(B)343.93º98.25%44.71%-
XYZ7.223.731.7-
YUV38.91124.11181.56-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 77.03%
GREEN value IS 2 (1.17% from 255) = 1.35%
BLUE value IS 32 (12.89% from 255) = 21.62%
R=77.03%
G=1.35%
B=21.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.72
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal11423200.980.720.55343.9396.5522.75
Hex7222006248371586117
Octal16224001421106753014127
Binary111001010100000011000101001000110111101011000110000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #720220

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #720220; }

 p { color: rgb(114,2,32); }

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

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

 a { background-color: rgb(114,2,32); }

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

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

 span { border-color: rgb(114,2,32); }

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