Html Css Color HEX #79110D Falu Red

📋 copy color: '#79110D'

red 121 ◦ green 17 ◦ blue 13

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

Shades of Falu Red #79110D

Tints of Falu Red #79110D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 8.61%

R = 80.13%
G = 11.26%
B = 8.61%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.89

 K value IS 0.53

RGB Variations

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

Color information

#79110D (or 0x79110D) is known color: Falu Red. HEX triplet: 79, 11 and 0D. RGB value is (121,17,13). Sum of RGB (Red+Green+Blue) = 121+17+13=151 (20% of max value = 765). Red value is 121 (47.66% from 255 or 80.13% from 151); Green value is 17 (7.03% from 255 or 11.26% from 151); Blue value is 13 (5.47% from 255 or 8.61% from 151); Max value from RGB is 121 - color contains mainly: red. Hex color #79110D is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #79110D is #86EEF2. Grayscale: #2F2F2F. Windows color (decimal): -8842995 or 856441. OLE color: 856441.

HSL color Cylindrical-coordinate representation of color #79110D: hue angle of 2.22º degrees, saturation: 0.81, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #79110D is Cyan = 0, Magento = 0.86, Yellow = 0.89 and Black (K on CMYK) = 0.53.

Color convert

RGB 121 17 13 -
CMYK 0 0.86 0.89 0.53
HSL 2.22º 0.81% 0.26% -
HSV(B) 2.22º 0.89% 0.47% -
XYZ 8.16 4.49 0.82 -
YUV 47.64 108.46 180.33 -
System Red Green Blue C M Y K H S L
Decimal 121 17 13 0 0.86 0.89 0.53 2.22 0.81 0.26
Hex 79 11 D 0 56 59 35 2 51 1A
Octal 171 21 15 0 126 131 65 2 121 32
Binary 1111001 10001 1101 0 1010110 1011001 110101 10 1010001 11010

Color Harmonies of #79110D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #79110D

Black with #79110D

Text Example


Text Example

White with #79110D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #79110D; }

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

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

background-color css

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

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

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

border-color css

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

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

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