#730916

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

Shades of Burgundy #730916

Tints of Burgundy #730916

Color information

#730916 (or 0x730916) is unknown color: approx Burgundy. HEX triplet: 73, 09 and 16. RGB value is (115,9,22). Sum of RGB (Red+Green+Blue) = 115+9+22=146 (19% of max value = 765). Red value is 115 (45.31% from 255 or 78.77% from 146); Green value is 9 (3.91% from 255 or 6.16% from 146); Blue value is 22 (8.98% from 255 or 15.07% from 146); Max value from RGB is 115 - color contains mainly: red. Hex color #730916 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #730916 is #8CF6E9. Grayscale: #2A2A2A. Windows color (decimal): -9238250 or 1444211. OLE color: 1444211.

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

Color convert

RGB115922-
CMYK00.920.810.55
HSL352.64º85.48%24.31%-
HSV(B)352.64º92.17%45.1%-
XYZ7.313.91.13-
YUV42.18116.62179.94-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 78.77%
GREEN value IS 9 (3.91% from 255) = 6.16%
BLUE value IS 22 (8.98% from 255) = 15.07%
R=78.77%
G=6.16%
B=15.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.81
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal11592200.920.810.55352.6485.4824.31
Hex7391605C51371615518
Octal163112601341216754112530
Binary1110011100110110010111001010001110111101100001101010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #730916

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #730916; }

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

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

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

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

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

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

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

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