#720513

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

Shades of Burgundy #720513

Tints of Burgundy #720513

Color information

#720513 (or 0x720513) is unknown color: approx Burgundy. HEX triplet: 72, 05 and 13. RGB value is (114,5,19). Sum of RGB (Red+Green+Blue) = 114+5+19=138 (18% of max value = 765). Red value is 114 (44.92% from 255 or 82.61% from 138); Green value is 5 (2.34% from 255 or 3.62% from 138); Blue value is 19 (7.81% from 255 or 13.77% from 138); Max value from RGB is 114 - color contains mainly: red. Hex color #720513 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #720513 is #8DFAEC. Grayscale: #272727. Windows color (decimal): -9304813 or 1246578. OLE color: 1246578.

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

Color convert

RGB114519-
CMYK00.960.830.55
HSL352.29º91.6%23.33%-
HSV(B)352.29º95.61%44.71%-
XYZ7.113.730.96-
YUV39.19116.61181.36-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 82.61%
GREEN value IS 5 (2.34% from 255) = 3.62%
BLUE value IS 19 (7.81% from 255) = 13.77%
R=82.61%
G=3.62%
B=13.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.83
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal11451900.960.830.55352.2991.623.33
Hex7251306053371605c17
Octal16252301401236754013427
Binary111001010110011011000001010011110111101100000101110010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #720513

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #720513; }

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

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

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

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

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

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

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

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