#720221

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

Shades of Burgundy #720221

Tints of Burgundy #720221

Color information

#720221 (or 0x720221) is unknown color: approx Burgundy. HEX triplet: 72, 02 and 21. RGB value is (114,2,33). Sum of RGB (Red+Green+Blue) = 114+2+33=149 (19% of max value = 765). Red value is 114 (44.92% from 255 or 76.51% from 149); Green value is 2 (1.17% from 255 or 1.34% from 149); Blue value is 33 (13.28% from 255 or 22.15% from 149); Max value from RGB is 114 - color contains mainly: red. Hex color #720221 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #720221 is #8DFDDE. Grayscale: #272727. Windows color (decimal): -9305567 or 2163314. OLE color: 2163314.

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

Color convert

RGB114233-
CMYK00.980.710.55
HSL343.39º96.55%22.75%-
HSV(B)343.39º98.25%44.71%-
XYZ7.243.731.78-
YUV39.02124.61181.48-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 76.51%
GREEN value IS 2 (1.17% from 255) = 1.34%
BLUE value IS 33 (13.28% from 255) = 22.15%
R=76.51%
G=1.34%
B=22.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.71
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal11423300.980.710.55343.3996.5522.75
Hex7222106247371576117
Octal16224101421076752714127
Binary111001010100001011000101000111110111101010111110000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #720221

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #720221; }

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

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

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

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

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

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

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

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