#720613

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

Shades of Burgundy #720613

Tints of Burgundy #720613

Color information

#720613 (or 0x720613) is unknown color: approx Burgundy. HEX triplet: 72, 06 and 13. RGB value is (114,6,19). Sum of RGB (Red+Green+Blue) = 114+6+19=139 (18% of max value = 765). Red value is 114 (44.92% from 255 or 82.01% from 139); Green value is 6 (2.73% from 255 or 4.32% from 139); Blue value is 19 (7.81% from 255 or 13.67% from 139); Max value from RGB is 114 - color contains mainly: red. Hex color #720613 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #720613 is #8DF9EC. Grayscale: #272727. Windows color (decimal): -9304557 or 1246834. OLE color: 1246834.

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

Color convert

RGB114619-
CMYK00.950.830.55
HSL352.78º90%23.53%-
HSV(B)352.78º94.74%44.71%-
XYZ7.123.750.97-
YUV39.77116.28180.94-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 82.01%
GREEN value IS 6 (2.73% from 255) = 4.32%
BLUE value IS 19 (7.81% from 255) = 13.67%
R=82.01%
G=4.32%
B=13.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.83
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal11461900.950.830.55352.789023.53
Hex7261305F53371615a18
Octal16262301371236754113230
Binary111001011010011010111111010011110111101100001101101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #720613

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #720613; }

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

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

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

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

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

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

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

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