#730C09

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

Shades of Maroon #730C09

Tints of Maroon #730C09

Color information

#730C09 (or 0x730C09) is unknown color: approx Maroon. HEX triplet: 73, 0C and 09. RGB value is (115,12,9). Sum of RGB (Red+Green+Blue) = 115+12+9=136 (18% of max value = 765). Red value is 115 (45.31% from 255 or 84.56% from 136); Green value is 12 (5.08% from 255 or 8.82% from 136); Blue value is 9 (3.91% from 255 or 6.62% from 136); Max value from RGB is 115 - color contains mainly: red. Hex color #730C09 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #730C09 is #8CF3F6. Grayscale: #2A2A2A. Windows color (decimal): -9237495 or 593011. OLE color: 593011.

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

Color convert

RGB115129-
CMYK00.900.920.55
HSL1.7º85.48%24.31%-
HSV(B)1.7º92.17%45.1%-
XYZ7.253.930.63-
YUV42.46109.12179.74-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 84.56%
GREEN value IS 12 (5.08% from 255) = 8.82%
BLUE value IS 9 (3.91% from 255) = 6.62%
R=84.56%
G=8.82%
B=6.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.92
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal11512900.900.920.551.785.4824.31
Hex73C905A5C3725518
Octal1631411013213467212530
Binary11100111100100101011010101110011011110101010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #730C09

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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