Html Css Color HEX #790401 Maroon

📋 copy color: '#790401'

red 121 ◦ green 4 ◦ blue 1

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

Shades of Maroon #790401

Tints of Maroon #790401

RGB

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

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

 BLUE value IS 1 (0.78% from 255) = 0.79%

R = 96.03%
G = 3.17%
B = 0.79%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.99

 K value IS 0.53

RGB Variations

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

Color information

#790401 (or 0x790401) is known color: Maroon. HEX triplet: 79, 04 and 01. RGB value is (121,4,1). Sum of RGB (Red+Green+Blue) = 121+4+1=126 (16% of max value = 765). Red value is 121 (47.66% from 255 or 96.03% from 126); Green value is 4 (1.95% from 255 or 3.17% from 126); Blue value is 1 (0.78% from 255 or 0.79% from 126); Max value from RGB is 121 - color contains mainly: red. Hex color #790401 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #790401 is #86FBFE. Grayscale: #262626. Windows color (decimal): -8846335 or 66681. OLE color: 66681.

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

Color convert

RGB 121 4 1 -
CMYK 0 0.97 0.99 0.53
HSL 1.5º 0.98% 0.24% -
HSV(B) 1.5º 0.99% 0.47% -
XYZ 7.93 4.15 0.41 -
YUV 38.64 106.76 186.74 -
System Red Green Blue C M Y K H S L
Decimal 121 4 1 0 0.97 0.99 0.53 1.5 0.98 0.24
Hex 79 4 1 0 61 63 35 2 62 18
Octal 171 4 1 0 141 143 65 2 142 30
Binary 1111001 100 1 0 1100001 1100011 110101 10 1100010 11000

Color Harmonies of #790401

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #790401

Black with #790401

Text Example


Text Example

White with #790401

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #790401; }

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

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

background-color css

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

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

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

border-color css

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

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

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