#720815

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

Shades of Burgundy #720815

Tints of Burgundy #720815

Color information

#720815 (or 0x720815) is unknown color: approx Burgundy. HEX triplet: 72, 08 and 15. RGB value is (114,8,21). Sum of RGB (Red+Green+Blue) = 114+8+21=143 (18% of max value = 765). Red value is 114 (44.92% from 255 or 79.72% from 143); Green value is 8 (3.52% from 255 or 5.59% from 143); Blue value is 21 (8.59% from 255 or 14.69% from 143); Max value from RGB is 114 - color contains mainly: red. Hex color #720815 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #720815 is #8DF7EA. Grayscale: #292929. Windows color (decimal): -9304043 or 1378418. OLE color: 1378418.

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

Color convert

RGB114821-
CMYK00.930.820.55
HSL352.64º86.89%23.92%-
HSV(B)352.64º92.98%44.71%-
XYZ7.163.811.07-
YUV41.18116.62179.94-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 79.72%
GREEN value IS 8 (3.52% from 255) = 5.59%
BLUE value IS 21 (8.59% from 255) = 14.69%
R=79.72%
G=5.59%
B=14.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.82
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal11482100.930.820.55352.6486.8923.92
Hex7281505D52371615718
Octal162102501351226754112730
Binary1110010100010101010111011010010110111101100001101011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #720815

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #720815; }

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

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

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

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

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

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

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

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