Html Css Color HEX #791304 Maroon

📋 copy color: '#791304'

red 121 ◦ green 19 ◦ blue 4

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

Shades of Maroon #791304

Tints of Maroon #791304

RGB

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

 GREEN value IS 19 (7.81% from 255) = 13.19%

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

R = 84.03%
G = 13.19%
B = 2.78%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.97

 K value IS 0.53

RGB Variations

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

Color information

#791304 (or 0x791304) is known color: Maroon. HEX triplet: 79, 13 and 04. RGB value is (121,19,4). Sum of RGB (Red+Green+Blue) = 121+19+4=144 (19% of max value = 765). Red value is 121 (47.66% from 255 or 84.03% from 144); Green value is 19 (7.81% from 255 or 13.19% from 144); Blue value is 4 (1.95% from 255 or 2.78% from 144); Max value from RGB is 121 - color contains mainly: red. Hex color #791304 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #791304 is #86ECFB. Grayscale: #2F2F2F. Windows color (decimal): -8842492 or 267129. OLE color: 267129.

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

Color convert

RGB 121 19 4 -
CMYK 0 0.84 0.97 0.53
HSL 7.69º 0.94% 0.25% -
HSV(B) 7.69º 0.97% 0.47% -
XYZ 8.14 4.54 0.56 -
YUV 47.79 103.29 180.22 -
System Red Green Blue C M Y K H S L
Decimal 121 19 4 0 0.84 0.97 0.53 7.69 0.94 0.25
Hex 79 13 4 0 54 61 35 8 5E 19
Octal 171 23 4 0 124 141 65 10 136 31
Binary 1111001 10011 100 0 1010100 1100001 110101 1000 1011110 11001

Color Harmonies of #791304

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #791304

Black with #791304

Text Example


Text Example

White with #791304

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #791304; }

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

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

background-color css

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

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

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

border-color css

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

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

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