#720813

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

Shades of Burgundy #720813

Tints of Burgundy #720813

Color information

#720813 (or 0x720813) is unknown color: approx Burgundy. HEX triplet: 72, 08 and 13. RGB value is (114,8,19). Sum of RGB (Red+Green+Blue) = 114+8+19=141 (18% of max value = 765). Red value is 114 (44.92% from 255 or 80.85% from 141); Green value is 8 (3.52% from 255 or 5.67% from 141); Blue value is 19 (7.81% from 255 or 13.48% from 141); Max value from RGB is 114 - color contains mainly: red. Hex color #720813 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #720813 is #8DF7EC. Grayscale: #292929. Windows color (decimal): -9304045 or 1247346. OLE color: 1247346.

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

Color convert

RGB114819-
CMYK00.930.830.55
HSL353.77º86.89%23.92%-
HSV(B)353.77º92.98%44.71%-
XYZ7.143.80.97-
YUV40.95115.62180.11-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 80.85%
GREEN value IS 8 (3.52% from 255) = 5.67%
BLUE value IS 19 (7.81% from 255) = 13.48%
R=80.85%
G=5.67%
B=13.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.83
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal11481900.930.830.55353.7786.8923.92
Hex7281305D53371625718
Octal162102301351236754212730
Binary1110010100010011010111011010011110111101100010101011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #720813

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #720813; }

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

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

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

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

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

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

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

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