#730300

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

Shades of Maroon #730300

Tints of Maroon #730300

Color information

#730300 (or 0x730300) is unknown color: approx Maroon. HEX triplet: 73, 03 and 00. RGB value is (115,3,0). Sum of RGB (Red+Green+Blue) = 115+3+0=118 (15% of max value = 765). Red value is 115 (45.31% from 255 or 97.46% from 118); Green value is 3 (1.56% from 255 or 2.54% from 118); Blue value is 0 (0.39% from 255 or 0% from 118); Max value from RGB is 115 - color contains mainly: red. Hex color #730300 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #730300 is #8CFCFF. Grayscale: #242424. Windows color (decimal): -9239808 or 883. OLE color: 883.

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

Color convert

RGB11530-
CMYK00.9710.55
HSL1.57º100%22.55%-
HSV(B)1.57º100%45.1%-
XYZ7.13.710.34-
YUV36.15107.61184.24-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 97.46%
GREEN value IS 3 (1.56% from 255) = 2.54%
BLUE value IS 0 (0.39% from 255) = 0%
R=97.46%
G=2.54%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 1
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1153000.9710.551.5710022.55
Hex7330061643726417
Octal16330014114467214427
Binary111001111001100001110010011011110110010010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #730300

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #730300; }

 p { color: rgb(115,3,0); }

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

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

 a { background-color: rgb(115,3,0); }

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

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

 span { border-color: rgb(115,3,0); }

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