Html Css Color HEX #730503 Maroon

📋 copy color: '#730503'

red 115 ◦ green 5 ◦ blue 3

#730503
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Maroon #730503

Tints of Maroon #730503

RGB

 RED value IS 115 (45.31% from 255) = 93.5%

 GREEN value IS 5 (2.34% from 255) = 4.07%

 BLUE value IS 3 (1.56% from 255) = 2.44%

R = 93.5%
G = 4.07%
B = 2.44%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.97

 K value IS 0.55

RGB Variations

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

Color information

#730503 (or 0x730503) is known color: 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

RGB 115 5 3 -
CMYK 0 0.96 0.97 0.55
HSL 1.07º 0.95% 0.23% -
HSV(B) 1.07º 0.97% 0.45% -
XYZ 7.14 3.76 0.44 -
YUV 37.66 108.44 183.16 -
System Red Green Blue C M Y K H S L
Decimal 115 5 3 0 0.96 0.97 0.55 1.07 0.95 0.23
Hex 73 5 3 0 60 61 37 1 5F 17
Octal 163 5 3 0 140 141 67 1 137 27
Binary 1110011 101 11 0 1100000 1100001 110111 1 1011111 10111

Color Harmonies of #730503

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #730503

Black with #730503

Text Example


Text Example

White with #730503

Text Example


Text Example

HTML Codes & Css Web 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>