Html Css Color HEX #730303 Maroon

📋 copy color: '#730303'

red 115 ◦ green 3 ◦ blue 3

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

Shades of Maroon #730303

Tints of Maroon #730303

RGB

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

 GREEN value IS 3 (1.56% from 255) = 2.48%

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

R = 95.04%
G = 2.48%
B = 2.48%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.97

 K value IS 0.55

RGB Variations

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

Color information

#730303 (or 0x730303) is known color: Maroon. HEX triplet: 73, 03 and 03. RGB value is (115,3,3). Sum of RGB (Red+Green+Blue) = 115+3+3=121 (16% of max value = 765). Red value is 115 (45.31% from 255 or 95.04% from 121); Green value is 3 (1.56% from 255 or 2.48% from 121); Blue value is 3 (1.56% from 255 or 2.48% from 121); Max value from RGB is 115 - color contains mainly: red. Hex color #730303 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #730303 is #8CFCFC. Grayscale: #242424. Windows color (decimal): -9239805 or 197491. OLE color: 197491.

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

Color convert

RGB 115 3 3 -
CMYK 0 0.97 0.97 0.55
HSL 0.95% 0.23% -
HSV(B) 0.97% 0.45% -
XYZ 7.12 3.72 0.43 -
YUV 36.49 109.11 184 -
System Red Green Blue C M Y K H S L
Decimal 115 3 3 0 0.97 0.97 0.55 0 0.95 0.23
Hex 73 3 3 0 61 61 37 0 5F 17
Octal 163 3 3 0 141 141 67 0 137 27
Binary 1110011 11 11 0 1100001 1100001 110111 0 1011111 10111

Color Harmonies of #730303

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #730303

Black with #730303

Text Example


Text Example

White with #730303

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #730303; }

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

 H1.HeaderClassName
 {
   color: #730303;
 }
 .AnyTagClassName
 {
   color: #730303;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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