Html Css Color HEX #791411 Falu Red

📋 copy color: '#791411'

red 121 ◦ green 20 ◦ blue 17

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

Shades of Falu Red #791411

Tints of Falu Red #791411

RGB

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

 GREEN value IS 20 (8.2% from 255) = 12.66%

 BLUE value IS 17 (7.03% from 255) = 10.76%

R = 76.58%
G = 12.66%
B = 10.76%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.86

 K value IS 0.53

RGB Variations

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

Color information

#791411 (or 0x791411) is known color: Falu Red. HEX triplet: 79, 14 and 11. RGB value is (121,20,17). Sum of RGB (Red+Green+Blue) = 121+20+17=158 (20% of max value = 765). Red value is 121 (47.66% from 255 or 76.58% from 158); Green value is 20 (8.20% from 255 or 12.66% from 158); Blue value is 17 (7.03% from 255 or 10.76% from 158); Max value from RGB is 121 - color contains mainly: red. Hex color #791411 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #791411 is #86EBEE. Grayscale: #313131. Windows color (decimal): -8842223 or 1119353. OLE color: 1119353.

HSL color Cylindrical-coordinate representation of color #791411: hue angle of 1.73º degrees, saturation: 0.75, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #791411 is Cyan = 0, Magento = 0.83, Yellow = 0.86 and Black (K on CMYK) = 0.53.

Color convert

RGB 121 20 17 -
CMYK 0 0.83 0.86 0.53
HSL 1.73º 0.75% 0.27% -
HSV(B) 1.73º 0.86% 0.47% -
XYZ 8.24 4.61 0.99 -
YUV 49.86 109.46 178.74 -
System Red Green Blue C M Y K H S L
Decimal 121 20 17 0 0.83 0.86 0.53 1.73 0.75 0.27
Hex 79 14 11 0 53 56 35 2 4B 1B
Octal 171 24 21 0 123 126 65 2 113 33
Binary 1111001 10100 10001 0 1010011 1010110 110101 10 1001011 11011

Color Harmonies of #791411

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #791411

Black with #791411

Text Example


Text Example

White with #791411

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #791411; }

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

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

background-color css

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

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

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

border-color css

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

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

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