#730503

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

Shades of Maroon #730503

Tints of Maroon #730503

Color information

#730503 (or 0x730503) is unknown color: approx Maroon. HEX triplet: 73, 05 and 03. RGB value is (115,5,3). Sum of RGB (Red+Green+Blue) = 115+5+3=123 (16% of max value = 765). Red value is 115 (45.31% from 255 or 93.50% from 123); Green value is 5 (2.34% from 255 or 4.07% from 123); Blue value is 3 (1.56% from 255 or 2.44% from 123); Max value from RGB is 115 - color contains mainly: red. Hex color #730503 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #730503 is #8CFAFC. Grayscale: #252525. Windows color (decimal): -9239293 or 198003. OLE color: 198003.

HSL color Cylindrical-coordinate representation of color #730503: hue angle of 1.07º degrees, saturation: 0.95, 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 #730503 is Cyan = 0, Magento = 0.96, Yellow = 0.97 and Black (K on CMYK) = 0.55.

Color convert

RGB11553-
CMYK00.960.970.55
HSL1.07º94.92%23.14%-
HSV(B)1.07º97.39%45.1%-
XYZ7.143.760.44-
YUV37.66108.44183.16-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 93.50%
GREEN value IS 5 (2.34% from 255) = 4.07%
BLUE value IS 3 (1.56% from 255) = 2.44%
R=93.50%
G=4.07%
B=2.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.97
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1155300.960.970.551.0794.9223.14
Hex7353060613715f17
Octal16353014014167113727
Binary1110011101110110000011000011101111101111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #730503

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #730503; }

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

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

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

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

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

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

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

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