#730f09

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

Shades of Maroon #730F09

Tints of Maroon #730F09

Color information

#730F09 (or 0x730F09) is unknown color: approx Maroon. HEX triplet: 73, 0F and 09. RGB value is (115,15,9). Sum of RGB (Red+Green+Blue) = 115+15+9=139 (18% of max value = 765). Red value is 115 (45.31% from 255 or 82.73% from 139); Green value is 15 (6.25% from 255 or 10.79% from 139); Blue value is 9 (3.91% from 255 or 6.47% from 139); Max value from RGB is 115 - color contains mainly: red. Hex color #730F09 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #730F09 is #8CF0F6. Grayscale: #2C2C2C. Windows color (decimal): -9236727 or 593779. OLE color: 593779.

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

Color convert

RGB115159-
CMYK00.870.920.55
HSL3.4º85.48%24.31%-
HSV(B)3.4º92.17%45.1%-
XYZ7.294.010.65-
YUV44.22108.13178.49-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 82.73%
GREEN value IS 15 (6.25% from 255) = 10.79%
BLUE value IS 9 (3.91% from 255) = 6.47%
R=82.73%
G=10.79%
B=6.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.92
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal11515900.870.920.553.485.4824.31
Hex73F90575C3735518
Octal1631711012713467312530
Binary11100111111100101010111101110011011111101010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #730f09

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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