#730D03

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

Shades of Maroon #730D03

Tints of Maroon #730D03

Color information

#730D03 (or 0x730D03) is unknown color: approx Maroon. HEX triplet: 73, 0D and 03. RGB value is (115,13,3). Sum of RGB (Red+Green+Blue) = 115+13+3=131 (17% of max value = 765). Red value is 115 (45.31% from 255 or 87.79% from 131); Green value is 13 (5.47% from 255 or 9.92% from 131); Blue value is 3 (1.56% from 255 or 2.29% from 131); Max value from RGB is 115 - color contains mainly: red. Hex color #730D03 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #730D03 is #8CF2FC. Grayscale: #2A2A2A. Windows color (decimal): -9237245 or 200051. OLE color: 200051.

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

Color convert

RGB115133-
CMYK00.890.970.55
HSL5.36º94.92%23.14%-
HSV(B)5.36º97.39%45.1%-
XYZ7.233.940.47-
YUV42.36105.79179.81-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 87.79%
GREEN value IS 13 (5.47% from 255) = 9.92%
BLUE value IS 3 (1.56% from 255) = 2.29%
R=87.79%
G=9.92%
B=2.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.97
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal11513300.890.970.555.3694.9223.14
Hex73D3059613755f17
Octal163153013114167513727
Binary1110011110111010110011100001110111101101111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #730D03

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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