Html Css Color HEX #791101 Maroon

📋 copy color: '#791101'

red 121 ◦ green 17 ◦ blue 1

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

Shades of Maroon #791101

Tints of Maroon #791101

RGB

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

 GREEN value IS 17 (7.03% from 255) = 12.23%

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

R = 87.05%
G = 12.23%
B = 0.72%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.99

 K value IS 0.53

RGB Variations

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

Color information

#791101 (or 0x791101) is known color: Maroon. HEX triplet: 79, 11 and 01. RGB value is (121,17,1). Sum of RGB (Red+Green+Blue) = 121+17+1=139 (18% of max value = 765). Red value is 121 (47.66% from 255 or 87.05% from 139); Green value is 17 (7.03% from 255 or 12.23% from 139); Blue value is 1 (0.78% from 255 or 0.72% from 139); Max value from RGB is 121 - color contains mainly: red. Hex color #791101 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #791101 is #86EEFE. Grayscale: #2E2E2E. Windows color (decimal): -8843007 or 70009. OLE color: 70009.

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

Color convert

RGB 121 17 1 -
CMYK 0 0.86 0.99 0.53
HSL 0.98% 0.24% -
HSV(B) 0.99% 0.47% -
XYZ 8.09 4.47 0.46 -
YUV 46.27 102.46 181.3 -
System Red Green Blue C M Y K H S L
Decimal 121 17 1 0 0.86 0.99 0.53 8 0.98 0.24
Hex 79 11 1 0 56 63 35 8 62 18
Octal 171 21 1 0 126 143 65 10 142 30
Binary 1111001 10001 1 0 1010110 1100011 110101 1000 1100010 11000

Color Harmonies of #791101

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #791101

Black with #791101

Text Example


Text Example

White with #791101

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #791101; }

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

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

background-color css

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

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

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

border-color css

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

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

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