Html Css Color HEX #79110E Falu Red

📋 copy color: '#79110E'

red 121 ◦ green 17 ◦ blue 14

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

Shades of Falu Red #79110E

Tints of Falu Red #79110E

RGB

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

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

 BLUE value IS 14 (5.86% from 255) = 9.21%

R = 79.61%
G = 11.18%
B = 9.21%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.88

 K value IS 0.53

RGB Variations

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

Color information

#79110E (or 0x79110E) is known color: Falu Red. HEX triplet: 79, 11 and 0E. RGB value is (121,17,14). Sum of RGB (Red+Green+Blue) = 121+17+14=152 (20% of max value = 765). Red value is 121 (47.66% from 255 or 79.61% from 152); Green value is 17 (7.03% from 255 or 11.18% from 152); Blue value is 14 (5.86% from 255 or 9.21% from 152); Max value from RGB is 121 - color contains mainly: red. Hex color #79110E is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #79110E is #86EEF1. Grayscale: #2F2F2F. Windows color (decimal): -8842994 or 921977. OLE color: 921977.

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

Color convert

RGB 121 17 14 -
CMYK 0 0.86 0.88 0.53
HSL 1.68º 0.79% 0.26% -
HSV(B) 1.68º 0.88% 0.47% -
XYZ 8.16 4.5 0.85 -
YUV 47.75 108.96 180.24 -
System Red Green Blue C M Y K H S L
Decimal 121 17 14 0 0.86 0.88 0.53 1.68 0.79 0.26
Hex 79 11 E 0 56 58 35 2 4F 1A
Octal 171 21 16 0 126 130 65 2 117 32
Binary 1111001 10001 1110 0 1010110 1011000 110101 10 1001111 11010

Color Harmonies of #79110E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #79110E

Black with #79110E

Text Example


Text Example

White with #79110E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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