#730A14

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

Shades of Burgundy #730A14

Tints of Burgundy #730A14

Color information

#730A14 (or 0x730A14) is unknown color: approx Burgundy. HEX triplet: 73, 0A and 14. RGB value is (115,10,20). Sum of RGB (Red+Green+Blue) = 115+10+20=145 (19% of max value = 765). Red value is 115 (45.31% from 255 or 79.31% from 145); Green value is 10 (4.30% from 255 or 6.90% from 145); Blue value is 20 (8.20% from 255 or 13.79% from 145); Max value from RGB is 115 - color contains mainly: red. Hex color #730A14 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #730A14 is #8CF5EB. Grayscale: #2A2A2A. Windows color (decimal): -9237996 or 1313395. OLE color: 1313395.

HSL color Cylindrical-coordinate representation of color #730A14: hue angle of 354.29º degrees, saturation: 0.84, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #730A14 is Cyan = 0, Magento = 0.91, Yellow = 0.83 and Black (K on CMYK) = 0.55.

Color convert

RGB1151020-
CMYK00.910.830.55
HSL354.29º84%24.51%-
HSV(B)354.29º91.3%45.1%-
XYZ7.313.911.03-
YUV42.54115.29179.69-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 79.31%
GREEN value IS 10 (4.30% from 255) = 6.90%
BLUE value IS 20 (8.20% from 255) = 13.79%
R=79.31%
G=6.90%
B=13.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.83
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal115102000.910.830.55354.298424.51
Hex73A1405B53371625419
Octal163122401331236754212431
Binary1110011101010100010110111010011110111101100010101010011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #730A14

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #730A14; }

 p { color: rgb(115,10,20); }

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

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

 a { background-color: rgb(115,10,20); }

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

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

 span { border-color: rgb(115,10,20); }

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