#730906

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

Shades of Maroon #730906

Tints of Maroon #730906

Color information

#730906 (or 0x730906) is unknown color: approx Maroon. HEX triplet: 73, 09 and 06. RGB value is (115,9,6). Sum of RGB (Red+Green+Blue) = 115+9+6=130 (17% of max value = 765). Red value is 115 (45.31% from 255 or 88.46% from 130); Green value is 9 (3.91% from 255 or 6.92% from 130); Blue value is 6 (2.73% from 255 or 4.62% from 130); Max value from RGB is 115 - color contains mainly: red. Hex color #730906 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #730906 is #8CF6F9. Grayscale: #282828. Windows color (decimal): -9238266 or 395635. OLE color: 395635.

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

Color convert

RGB11596-
CMYK00.920.950.55
HSL1.65º90.08%23.73%-
HSV(B)1.65º94.78%45.1%-
XYZ7.23.850.54-
YUV40.35108.62181.24-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 88.46%
GREEN value IS 9 (3.91% from 255) = 6.92%
BLUE value IS 6 (2.73% from 255) = 4.62%
R=88.46%
G=6.92%
B=4.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.95
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1159600.920.950.551.6590.0823.73
Hex739605C5F3725a18
Octal163116013413767213230
Binary1110011100111001011100101111111011110101101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #730906

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #730906; }

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

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

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

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

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

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

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

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