Html Css Color HEX #791001 Maroon

📋 copy color: '#791001'

red 121 ◦ green 16 ◦ blue 1

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

Shades of Maroon #791001

Tints of Maroon #791001

RGB

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

 GREEN value IS 16 (6.64% from 255) = 11.59%

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

R = 87.68%
G = 11.59%
B = 0.72%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.99

 K value IS 0.53

RGB Variations

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

Color information

#791001 (or 0x791001) is known color: Maroon. HEX triplet: 79, 10 and 01. RGB value is (121,16,1). Sum of RGB (Red+Green+Blue) = 121+16+1=138 (18% of max value = 765). Red value is 121 (47.66% from 255 or 87.68% from 138); Green value is 16 (6.64% from 255 or 11.59% from 138); Blue value is 1 (0.78% from 255 or 0.72% from 138); Max value from RGB is 121 - color contains mainly: red. Hex color #791001 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #791001 is #86EFFE. Grayscale: #2D2D2D. Windows color (decimal): -8843263 or 69753. OLE color: 69753.

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

Color convert

RGB 121 16 1 -
CMYK 0 0.87 0.99 0.53
HSL 7.5º 0.98% 0.24% -
HSV(B) 7.5º 0.99% 0.47% -
XYZ 8.08 4.44 0.46 -
YUV 45.69 102.79 181.72 -
System Red Green Blue C M Y K H S L
Decimal 121 16 1 0 0.87 0.99 0.53 7.5 0.98 0.24
Hex 79 10 1 0 57 63 35 8 62 18
Octal 171 20 1 0 127 143 65 10 142 30
Binary 1111001 10000 1 0 1010111 1100011 110101 1000 1100010 11000

Color Harmonies of #791001

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #791001

Black with #791001

Text Example


Text Example

White with #791001

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #791001; }

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

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

background-color css

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

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

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

border-color css

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

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

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