#730D09

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

Shades of Maroon #730D09

Tints of Maroon #730D09

Color information

#730D09 (or 0x730D09) is unknown color: approx Maroon. HEX triplet: 73, 0D and 09. RGB value is (115,13,9). Sum of RGB (Red+Green+Blue) = 115+13+9=137 (18% of max value = 765). Red value is 115 (45.31% from 255 or 83.94% from 137); Green value is 13 (5.47% from 255 or 9.49% from 137); Blue value is 9 (3.91% from 255 or 6.57% from 137); Max value from RGB is 115 - color contains mainly: red. Hex color #730D09 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #730D09 is #8CF2F6. Grayscale: #2B2B2B. Windows color (decimal): -9237239 or 593267. OLE color: 593267.

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

Color convert

RGB115139-
CMYK00.890.920.55
HSL2.26º85.48%24.31%-
HSV(B)2.26º92.17%45.1%-
XYZ7.263.950.64-
YUV43.04108.79179.33-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 83.94%
GREEN value IS 13 (5.47% from 255) = 9.49%
BLUE value IS 9 (3.91% from 255) = 6.57%
R=83.94%
G=9.49%
B=6.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.92
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal11513900.890.920.552.2685.4824.31
Hex73D90595C3725518
Octal1631511013113467212530
Binary11100111101100101011001101110011011110101010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #730D09

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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