#720229

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

Shades of Burgundy #720229

Tints of Burgundy #720229

Color information

#720229 (or 0x720229) is unknown color: approx Burgundy. HEX triplet: 72, 02 and 29. RGB value is (114,2,41). Sum of RGB (Red+Green+Blue) = 114+2+41=157 (20% of max value = 765). Red value is 114 (44.92% from 255 or 72.61% from 157); Green value is 2 (1.17% from 255 or 1.27% from 157); Blue value is 41 (16.41% from 255 or 26.11% from 157); Max value from RGB is 114 - color contains mainly: red. Hex color #720229 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #720229 is #8DFDD6. Grayscale: #272727. Windows color (decimal): -9305559 or 2687602. OLE color: 2687602.

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

Color convert

RGB114241-
CMYK00.980.640.55
HSL339.11º96.55%22.75%-
HSV(B)339.11º98.25%44.71%-
XYZ7.363.782.44-
YUV39.93128.61180.83-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 72.61%
GREEN value IS 2 (1.17% from 255) = 1.27%
BLUE value IS 41 (16.41% from 255) = 26.11%
R=72.61%
G=1.27%
B=26.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.64
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal11424100.980.640.55339.1196.5522.75
Hex7222906240371536117
Octal16225101421006752314127
Binary111001010101001011000101000000110111101010011110000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #720229

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #720229; }

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

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

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

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

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

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

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

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