#730716

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

Shades of Burgundy #730716

Tints of Burgundy #730716

Color information

#730716 (or 0x730716) is unknown color: approx Burgundy. HEX triplet: 73, 07 and 16. RGB value is (115,7,22). Sum of RGB (Red+Green+Blue) = 115+7+22=144 (19% of max value = 765). Red value is 115 (45.31% from 255 or 79.86% from 144); Green value is 7 (3.12% from 255 or 4.86% from 144); Blue value is 22 (8.98% from 255 or 15.28% from 144); Max value from RGB is 115 - color contains mainly: red. Hex color #730716 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #730716 is #8CF8E9. Grayscale: #292929. Windows color (decimal): -9238762 or 1443699. OLE color: 1443699.

HSL color Cylindrical-coordinate representation of color #730716: hue angle of 351.67º degrees, saturation: 0.89, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #730716 is Cyan = 0, Magento = 0.94, Yellow = 0.81 and Black (K on CMYK) = 0.55.

Color convert

RGB115722-
CMYK00.940.810.55
HSL351.67º88.52%23.92%-
HSV(B)351.67º93.91%45.1%-
XYZ7.293.851.12-
YUV41117.28180.78-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 79.86%
GREEN value IS 7 (3.12% from 255) = 4.86%
BLUE value IS 22 (8.98% from 255) = 15.28%
R=79.86%
G=4.86%
B=15.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.81
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal11572200.940.810.55351.6788.5223.92
Hex7371605E51371605918
Octal16372601361216754013130
Binary111001111110110010111101010001110111101100000101100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #730716

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #730716; }

 p { color: rgb(115,7,22); }

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

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

 a { background-color: rgb(115,7,22); }

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

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

 span { border-color: rgb(115,7,22); }

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