Html Css Color HEX #790A01 Maroon

📋 copy color: '#790A01'

red 121 ◦ green 10 ◦ blue 1

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

Shades of Maroon #790A01

Tints of Maroon #790A01

RGB

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

 GREEN value IS 10 (4.3% from 255) = 7.58%

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

R = 91.67%
G = 7.58%
B = 0.76%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.99

 K value IS 0.53

RGB Variations

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

Color information

#790A01 (or 0x790A01) is known color: Maroon. HEX triplet: 79, 0A and 01. RGB value is (121,10,1). Sum of RGB (Red+Green+Blue) = 121+10+1=132 (17% of max value = 765). Red value is 121 (47.66% from 255 or 91.67% from 132); Green value is 10 (4.30% from 255 or 7.58% from 132); Blue value is 1 (0.78% from 255 or 0.76% from 132); Max value from RGB is 121 - color contains mainly: red. Hex color #790A01 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #790A01 is #86F5FE. Grayscale: #2A2A2A. Windows color (decimal): -8844799 or 68217. OLE color: 68217.

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

Color convert

RGB 121 10 1 -
CMYK 0 0.92 0.99 0.53
HSL 4.5º 0.98% 0.24% -
HSV(B) 4.5º 0.99% 0.47% -
XYZ 8 4.28 0.43 -
YUV 42.16 104.77 184.23 -
System Red Green Blue C M Y K H S L
Decimal 121 10 1 0 0.92 0.99 0.53 4.5 0.98 0.24
Hex 79 A 1 0 5C 63 35 4 62 18
Octal 171 12 1 0 134 143 65 4 142 30
Binary 1111001 1010 1 0 1011100 1100011 110101 100 1100010 11000

Color Harmonies of #790A01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #790A01

Black with #790A01

Text Example


Text Example

White with #790A01

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #790A01; }

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

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

background-color css

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

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

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

border-color css

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

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

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