#720521

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

Shades of Burgundy #720521

Tints of Burgundy #720521

Color information

#720521 (or 0x720521) is unknown color: approx Burgundy. HEX triplet: 72, 05 and 21. RGB value is (114,5,33). Sum of RGB (Red+Green+Blue) = 114+5+33=152 (20% of max value = 765). Red value is 114 (44.92% from 255 or 75% from 152); Green value is 5 (2.34% from 255 or 3.29% from 152); Blue value is 33 (13.28% from 255 or 21.71% from 152); Max value from RGB is 114 - color contains mainly: red. Hex color #720521 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #720521 is #8DFADE. Grayscale: #282828. Windows color (decimal): -9304799 or 2164082. OLE color: 2164082.

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

Color convert

RGB114533-
CMYK00.960.710.55
HSL344.59º91.6%23.33%-
HSV(B)344.59º95.61%44.71%-
XYZ7.273.81.79-
YUV40.78123.61180.22-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 75%
GREEN value IS 5 (2.34% from 255) = 3.29%
BLUE value IS 33 (13.28% from 255) = 21.71%
R=75%
G=3.29%
B=21.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.71
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal11453300.960.710.55344.5991.623.33
Hex7252106047371595c17
Octal16254101401076753113427
Binary1110010101100001011000001000111110111101011001101110010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #720521

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #720521; }

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

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

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

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

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

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

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

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