#720122

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

Shades of Burgundy #720122

Tints of Burgundy #720122

Color information

#720122 (or 0x720122) is unknown color: approx Burgundy. HEX triplet: 72, 01 and 22. RGB value is (114,1,34). Sum of RGB (Red+Green+Blue) = 114+1+34=149 (19% of max value = 765). Red value is 114 (44.92% from 255 or 76.51% from 149); Green value is 1 (0.78% from 255 or 0.67% from 149); Blue value is 34 (13.67% from 255 or 22.82% from 149); Max value from RGB is 114 - color contains mainly: red. Hex color #720122 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #720122 is #8DFEDD. Grayscale: #262626. Windows color (decimal): -9305822 or 2228594. OLE color: 2228594.

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

Color convert

RGB114134-
CMYK00.990.700.55
HSL342.48º98.26%22.55%-
HSV(B)342.48º99.12%44.71%-
XYZ7.243.711.85-
YUV38.55125.44181.82-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 76.51%
GREEN value IS 1 (0.78% from 255) = 0.67%
BLUE value IS 34 (13.67% from 255) = 22.82%
R=76.51%
G=0.67%
B=22.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.70
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal11413400.990.700.55342.4898.2622.55
Hex7212206346371566217
Octal16214201431066752614227
Binary11100101100010011000111000110110111101010110110001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #720122

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #720122; }

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

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

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

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

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

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

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

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