#730804

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

Shades of Maroon #730804

Tints of Maroon #730804

Color information

#730804 (or 0x730804) is unknown color: approx Maroon. HEX triplet: 73, 08 and 04. RGB value is (115,8,4). Sum of RGB (Red+Green+Blue) = 115+8+4=127 (16% of max value = 765). Red value is 115 (45.31% from 255 or 90.55% from 127); Green value is 8 (3.52% from 255 or 6.30% from 127); Blue value is 4 (1.95% from 255 or 3.15% from 127); Max value from RGB is 115 - color contains mainly: red. Hex color #730804 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #730804 is #8CF7FB. Grayscale: #272727. Windows color (decimal): -9238524 or 264307. OLE color: 264307.

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

Color convert

RGB11584-
CMYK00.930.970.55
HSL2.16º93.28%23.33%-
HSV(B)2.16º96.52%45.1%-
XYZ7.183.830.48-
YUV39.54107.95181.83-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 90.55%
GREEN value IS 8 (3.52% from 255) = 6.30%
BLUE value IS 4 (1.95% from 255) = 3.15%
R=90.55%
G=6.30%
B=3.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.97
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1158400.930.970.552.1693.2823.33
Hex738405D613725d17
Octal163104013514167213527
Binary1110011100010001011101110000111011110101110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #730804

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #730804; }

 p { color: rgb(115,8,4); }

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

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

 a { background-color: rgb(115,8,4); }

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

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

 span { border-color: rgb(115,8,4); }

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