Html Css Color HEX #791004 Maroon

📋 copy color: '#791004'

red 121 ◦ green 16 ◦ blue 4

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

Shades of Maroon #791004

Tints of Maroon #791004

RGB

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

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

 BLUE value IS 4 (1.95% from 255) = 2.84%

R = 85.82%
G = 11.35%
B = 2.84%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.97

 K value IS 0.53

RGB Variations

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

Color information

#791004 (or 0x791004) is known color: Maroon. HEX triplet: 79, 10 and 04. RGB value is (121,16,4). Sum of RGB (Red+Green+Blue) = 121+16+4=141 (18% of max value = 765). Red value is 121 (47.66% from 255 or 85.82% from 141); Green value is 16 (6.64% from 255 or 11.35% from 141); Blue value is 4 (1.95% from 255 or 2.84% from 141); Max value from RGB is 121 - color contains mainly: red. Hex color #791004 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #791004 is #86EFFB. Grayscale: #2E2E2E. Windows color (decimal): -8843260 or 266361. OLE color: 266361.

HSL color Cylindrical-coordinate representation of color #791004: hue angle of 6.15º degrees, saturation: 0.94, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #791004 is Cyan = 0, Magento = 0.87, Yellow = 0.97 and Black (K on CMYK) = 0.53.

Color convert

RGB 121 16 4 -
CMYK 0 0.87 0.97 0.53
HSL 6.15º 0.94% 0.25% -
HSV(B) 6.15º 0.97% 0.47% -
XYZ 8.09 4.44 0.55 -
YUV 46.03 104.29 181.48 -
System Red Green Blue C M Y K H S L
Decimal 121 16 4 0 0.87 0.97 0.53 6.15 0.94 0.25
Hex 79 10 4 0 57 61 35 6 5E 19
Octal 171 20 4 0 127 141 65 6 136 31
Binary 1111001 10000 100 0 1010111 1100001 110101 110 1011110 11001

Color Harmonies of #791004

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #791004

Black with #791004

Text Example


Text Example

White with #791004

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #791004; }

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

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

background-color css

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

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

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

border-color css

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

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

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