#720621

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

Shades of Burgundy #720621

Tints of Burgundy #720621

Color information

#720621 (or 0x720621) is unknown color: approx Burgundy. HEX triplet: 72, 06 and 21. RGB value is (114,6,33). Sum of RGB (Red+Green+Blue) = 114+6+33=153 (20% of max value = 765). Red value is 114 (44.92% from 255 or 74.51% from 153); Green value is 6 (2.73% from 255 or 3.92% from 153); Blue value is 33 (13.28% from 255 or 21.57% from 153); Max value from RGB is 114 - color contains mainly: red. Hex color #720621 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #720621 is #8DF9DE. Grayscale: #292929. Windows color (decimal): -9304543 or 2164338. OLE color: 2164338.

HSL color Cylindrical-coordinate representation of color #720621: hue angle of 345º degrees, saturation: 0.9, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #720621 is Cyan = 0, Magento = 0.95, Yellow = 0.71 and Black (K on CMYK) = 0.55.

Color convert

RGB114633-
CMYK00.950.710.55
HSL345º90%23.53%-
HSV(B)345º94.74%44.71%-
XYZ7.283.821.79-
YUV41.37123.28179.8-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 74.51%
GREEN value IS 6 (2.73% from 255) = 3.92%
BLUE value IS 33 (13.28% from 255) = 21.57%
R=74.51%
G=3.92%
B=21.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.71
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal11463300.950.710.553459023.53
Hex7262105F47371595a18
Octal16264101371076753113230
Binary1110010110100001010111111000111110111101011001101101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #720621

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #720621; }

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

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

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

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

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

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

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

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