#730A15

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

Shades of Burgundy #730A15

Tints of Burgundy #730A15

Color information

#730A15 (or 0x730A15) is unknown color: approx Burgundy. HEX triplet: 73, 0A and 15. RGB value is (115,10,21). Sum of RGB (Red+Green+Blue) = 115+10+21=146 (19% of max value = 765). Red value is 115 (45.31% from 255 or 78.77% from 146); Green value is 10 (4.30% from 255 or 6.85% from 146); Blue value is 21 (8.59% from 255 or 14.38% from 146); Max value from RGB is 115 - color contains mainly: red. Hex color #730A15 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #730A15 is #8CF5EA. Grayscale: #2A2A2A. Windows color (decimal): -9237995 or 1378931. OLE color: 1378931.

HSL color Cylindrical-coordinate representation of color #730A15: hue angle of 353.71º 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 #730A15 is Cyan = 0, Magento = 0.91, Yellow = 0.82 and Black (K on CMYK) = 0.55.

Color convert

RGB1151021-
CMYK00.910.820.55
HSL353.71º84%24.51%-
HSV(B)353.71º91.3%45.1%-
XYZ7.313.921.08-
YUV42.65115.79179.61-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 78.77%
GREEN value IS 10 (4.30% from 255) = 6.85%
BLUE value IS 21 (8.59% from 255) = 14.38%
R=78.77%
G=6.85%
B=14.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.82
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal115102100.910.820.55353.718424.51
Hex73A1505B52371625419
Octal163122501331226754212431
Binary1110011101010101010110111010010110111101100010101010011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #730A15

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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