Html Css Color HEX #730404 Maroon

📋 copy color: '#730404'

red 115 ◦ green 4 ◦ blue 4

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

Shades of Maroon #730404

Tints of Maroon #730404

RGB

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

 GREEN value IS 4 (1.95% from 255) = 3.25%

 BLUE value IS 4 (1.95% from 255) = 3.25%

R = 93.5%
G = 3.25%
B = 3.25%

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

#730404 (or 0x730404) is known color: Maroon. HEX triplet: 73, 04 and 04. RGB value is (115,4,4). Sum of RGB (Red+Green+Blue) = 115+4+4=123 (16% of max value = 765). Red value is 115 (45.31% from 255 or 93.50% from 123); Green value is 4 (1.95% from 255 or 3.25% from 123); Blue value is 4 (1.95% from 255 or 3.25% from 123); Max value from RGB is 115 - color contains mainly: red. Hex color #730404 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #730404 is #8CFBFB. Grayscale: #252525. Windows color (decimal): -9239548 or 263283. OLE color: 263283.

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

Color convert

RGB 115 4 4 -
CMYK 0 0.97 0.97 0.55
HSL 0.93% 0.23% -
HSV(B) 0.97% 0.45% -
XYZ 7.14 3.74 0.46 -
YUV 37.19 109.27 183.5 -
System Red Green Blue C M Y K H S L
Decimal 115 4 4 0 0.97 0.97 0.55 0 0.93 0.23
Hex 73 4 4 0 61 61 37 0 5D 17
Octal 163 4 4 0 141 141 67 0 135 27
Binary 1110011 100 100 0 1100001 1100001 110111 0 1011101 10111

Color Harmonies of #730404

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #730404

Black with #730404

Text Example


Text Example

White with #730404

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #730404; }

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

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

background-color css

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

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

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

border-color css

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

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

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