Html Css Color HEX #790301 Maroon

📋 copy color: '#790301'

red 121 ◦ green 3 ◦ blue 1

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

Shades of Maroon #790301

Tints of Maroon #790301

RGB

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

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

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

R = 96.8%
G = 2.4%
B = 0.8%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.99

 K value IS 0.53

RGB Variations

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

Color information

#790301 (or 0x790301) is known color: Maroon. HEX triplet: 79, 03 and 01. RGB value is (121,3,1). Sum of RGB (Red+Green+Blue) = 121+3+1=125 (16% of max value = 765). Red value is 121 (47.66% from 255 or 96.8% from 125); Green value is 3 (1.56% from 255 or 2.4% from 125); Blue value is 1 (0.78% from 255 or 0.8% from 125); Max value from RGB is 121 - color contains mainly: red. Hex color #790301 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #790301 is #86FCFE. Grayscale: #262626. Windows color (decimal): -8846591 or 66425. OLE color: 66425.

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

Color convert

RGB 121 3 1 -
CMYK 0 0.98 0.99 0.53
HSL 0.98% 0.24% -
HSV(B) 0.99% 0.47% -
XYZ 7.92 4.13 0.41 -
YUV 38.05 107.09 187.16 -
System Red Green Blue C M Y K H S L
Decimal 121 3 1 0 0.98 0.99 0.53 1 0.98 0.24
Hex 79 3 1 0 62 63 35 1 62 18
Octal 171 3 1 0 142 143 65 1 142 30
Binary 1111001 11 1 0 1100010 1100011 110101 1 1100010 11000

Color Harmonies of #790301

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #790301

Black with #790301

Text Example


Text Example

White with #790301

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #790301; }

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

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

background-color css

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

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

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

border-color css

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

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

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