#730109

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

Shades of Burgundy #730109

Tints of Burgundy #730109

Color information

#730109 (or 0x730109) is unknown color: approx Burgundy. HEX triplet: 73, 01 and 09. RGB value is (115,1,9). Sum of RGB (Red+Green+Blue) = 115+1+9=125 (16% of max value = 765). Red value is 115 (45.31% from 255 or 92% from 125); Green value is 1 (0.78% from 255 or 0.8% from 125); Blue value is 9 (3.91% from 255 or 7.2% from 125); Max value from RGB is 115 - color contains mainly: red. Hex color #730109 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #730109 is #8CFEF6. Grayscale: #242424. Windows color (decimal): -9240311 or 590195. OLE color: 590195.

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

Color convert

RGB11519-
CMYK00.990.920.55
HSL355.79º98.28%22.75%-
HSV(B)355.79º99.13%45.1%-
XYZ7.133.690.59-
YUV36112.77184.35-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 92%
GREEN value IS 1 (0.78% from 255) = 0.8%
BLUE value IS 9 (3.91% from 255) = 7.2%
R=92%
G=0.8%
B=7.2%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.92
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1151900.990.920.55355.7998.2822.75
Hex73190635C371646217
Octal16311101431346754414227
Binary111001111001011000111011100110111101100100110001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #730109

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #730109; }

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

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

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

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

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

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

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

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