Html Css Color HEX #790404 Maroon

📋 copy color: '#790404'

red 121 ◦ green 4 ◦ blue 4

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

Shades of Maroon #790404

Tints of Maroon #790404

RGB

 RED value IS 121 (47.66% from 255) = 93.8%

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

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

R = 93.8%
G = 3.1%
B = 3.1%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.97

 K value IS 0.53

RGB Variations

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

Color information

#790404 (or 0x790404) is known color: Maroon. HEX triplet: 79, 04 and 04. RGB value is (121,4,4). Sum of RGB (Red+Green+Blue) = 121+4+4=129 (17% of max value = 765). Red value is 121 (47.66% from 255 or 93.80% from 129); Green value is 4 (1.95% from 255 or 3.10% from 129); Blue value is 4 (1.95% from 255 or 3.10% from 129); Max value from RGB is 121 - color contains mainly: red. Hex color #790404 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #790404 is #86FBFB. Grayscale: #272727. Windows color (decimal): -8846332 or 263289. OLE color: 263289.

HSL color Cylindrical-coordinate representation of color #790404: hue angle of 0º degrees, saturation: 0.94, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #790404 is Cyan = 0, Magento = 0.97, Yellow = 0.97 and Black (K on CMYK) = 0.53.

Color convert

RGB 121 4 4 -
CMYK 0 0.97 0.97 0.53
HSL 0.94% 0.25% -
HSV(B) 0.97% 0.47% -
XYZ 7.95 4.16 0.5 -
YUV 38.98 108.26 186.5 -
System Red Green Blue C M Y K H S L
Decimal 121 4 4 0 0.97 0.97 0.53 0 0.94 0.25
Hex 79 4 4 0 61 61 35 0 5E 19
Octal 171 4 4 0 141 141 65 0 136 31
Binary 1111001 100 100 0 1100001 1100001 110101 0 1011110 11001

Color Harmonies of #790404

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #790404

Black with #790404

Text Example


Text Example

White with #790404

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #790404; }

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

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

background-color css

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

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

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

border-color css

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

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

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