Html Css Color HEX #791201 Maroon

📋 copy color: '#791201'

red 121 ◦ green 18 ◦ blue 1

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

Shades of Maroon #791201

Tints of Maroon #791201

RGB

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

 GREEN value IS 18 (7.42% from 255) = 12.86%

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

R = 86.43%
G = 12.86%
B = 0.71%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.99

 K value IS 0.53

RGB Variations

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

Color information

#791201 (or 0x791201) is known color: Maroon. HEX triplet: 79, 12 and 01. RGB value is (121,18,1). Sum of RGB (Red+Green+Blue) = 121+18+1=140 (18% of max value = 765). Red value is 121 (47.66% from 255 or 86.43% from 140); Green value is 18 (7.42% from 255 or 12.86% from 140); Blue value is 1 (0.78% from 255 or 0.71% from 140); Max value from RGB is 121 - color contains mainly: red. Hex color #791201 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #791201 is #86EDFE. Grayscale: #2F2F2F. Windows color (decimal): -8842751 or 70265. OLE color: 70265.

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

Color convert

RGB 121 18 1 -
CMYK 0 0.85 0.99 0.53
HSL 8.5º 0.98% 0.24% -
HSV(B) 8.5º 0.99% 0.47% -
XYZ 8.11 4.5 0.47 -
YUV 46.86 102.12 180.88 -
System Red Green Blue C M Y K H S L
Decimal 121 18 1 0 0.85 0.99 0.53 8.5 0.98 0.24
Hex 79 12 1 0 55 63 35 8 62 18
Octal 171 22 1 0 125 143 65 10 142 30
Binary 1111001 10010 1 0 1010101 1100011 110101 1000 1100010 11000

Color Harmonies of #791201

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #791201

Black with #791201

Text Example


Text Example

White with #791201

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #791201; }

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

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

background-color css

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

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

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

border-color css

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

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

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