#720715

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

Shades of Burgundy #720715

Tints of Burgundy #720715

Color information

#720715 (or 0x720715) is unknown color: approx Burgundy. HEX triplet: 72, 07 and 15. RGB value is (114,7,21). Sum of RGB (Red+Green+Blue) = 114+7+21=142 (18% of max value = 765). Red value is 114 (44.92% from 255 or 80.28% from 142); Green value is 7 (3.12% from 255 or 4.93% from 142); Blue value is 21 (8.59% from 255 or 14.79% from 142); Max value from RGB is 114 - color contains mainly: red. Hex color #720715 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #720715 is #8DF8EA. Grayscale: #282828. Windows color (decimal): -9304299 or 1378162. OLE color: 1378162.

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

Color convert

RGB114721-
CMYK00.940.820.55
HSL352.15º88.43%23.73%-
HSV(B)352.15º93.86%44.71%-
XYZ7.153.781.06-
YUV40.59116.95180.36-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 80.28%
GREEN value IS 7 (3.12% from 255) = 4.93%
BLUE value IS 21 (8.59% from 255) = 14.79%
R=80.28%
G=4.93%
B=14.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.82
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal11472100.940.820.55352.1588.4323.73
Hex7271505E52371605818
Octal16272501361226754013030
Binary111001011110101010111101010010110111101100000101100011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #720715

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #720715; }

 p { color: rgb(114,7,21); }

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

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

 a { background-color: rgb(114,7,21); }

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

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

 span { border-color: rgb(114,7,21); }

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