Html Css Color HEX #790801 Maroon

📋 copy color: '#790801'

red 121 ◦ green 8 ◦ blue 1

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

Shades of Maroon #790801

Tints of Maroon #790801

RGB

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

 GREEN value IS 8 (3.52% from 255) = 6.15%

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

R = 93.08%
G = 6.15%
B = 0.77%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.99

 K value IS 0.53

RGB Variations

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

Color information

#790801 (or 0x790801) is known color: Maroon. HEX triplet: 79, 08 and 01. RGB value is (121,8,1). Sum of RGB (Red+Green+Blue) = 121+8+1=130 (17% of max value = 765). Red value is 121 (47.66% from 255 or 93.08% from 130); Green value is 8 (3.52% from 255 or 6.15% from 130); Blue value is 1 (0.78% from 255 or 0.77% from 130); Max value from RGB is 121 - color contains mainly: red. Hex color #790801 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #790801 is #86F7FE. Grayscale: #292929. Windows color (decimal): -8845311 or 67705. OLE color: 67705.

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

Color convert

RGB 121 8 1 -
CMYK 0 0.93 0.99 0.53
HSL 3.5º 0.98% 0.24% -
HSV(B) 3.5º 0.99% 0.47% -
XYZ 7.98 4.24 0.43 -
YUV 40.99 105.44 185.07 -
System Red Green Blue C M Y K H S L
Decimal 121 8 1 0 0.93 0.99 0.53 3.5 0.98 0.24
Hex 79 8 1 0 5D 63 35 4 62 18
Octal 171 10 1 0 135 143 65 4 142 30
Binary 1111001 1000 1 0 1011101 1100011 110101 100 1100010 11000

Color Harmonies of #790801

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #790801

Black with #790801

Text Example


Text Example

White with #790801

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #790801; }

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

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

background-color css

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

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

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

border-color css

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

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

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