Html Css Color HEX #791F11 Falu Red

📋 copy color: '#791F11'

red 121 ◦ green 31 ◦ blue 17

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

Shades of Falu Red #791F11

Tints of Falu Red #791F11

RGB

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

 GREEN value IS 31 (12.5% from 255) = 18.34%

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

R = 71.6%
G = 18.34%
B = 10.06%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.86

 K value IS 0.53

RGB Variations

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

Color information

#791F11 (or 0x791F11) is known color: Falu Red. HEX triplet: 79, 1F and 11. RGB value is (121,31,17). Sum of RGB (Red+Green+Blue) = 121+31+17=169 (22% of max value = 765). Red value is 121 (47.66% from 255 or 71.60% from 169); Green value is 31 (12.5% from 255 or 18.34% from 169); Blue value is 17 (7.03% from 255 or 10.06% from 169); Max value from RGB is 121 - color contains mainly: red. Hex color #791F11 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #791F11 is #86E0EE. Grayscale: #383838. Windows color (decimal): -8839407 or 1122169. OLE color: 1122169.

HSL color Cylindrical-coordinate representation of color #791F11: hue angle of 8.08º 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 #791F11 is Cyan = 0, Magento = 0.74, Yellow = 0.86 and Black (K on CMYK) = 0.53.

Color convert

RGB 121 31 17 -
CMYK 0 0.74 0.86 0.53
HSL 8.08º 0.75% 0.27% -
HSV(B) 8.08º 0.86% 0.47% -
XYZ 8.48 5.09 1.07 -
YUV 56.31 105.82 174.14 -
System Red Green Blue C M Y K H S L
Decimal 121 31 17 0 0.74 0.86 0.53 8.08 0.75 0.27
Hex 79 1F 11 0 4A 56 35 8 4B 1B
Octal 171 37 21 0 112 126 65 10 113 33
Binary 1111001 11111 10001 0 1001010 1010110 110101 1000 1001011 11011

Color Harmonies of #791F11

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #791F11

Black with #791F11

Text Example


Text Example

White with #791F11

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #791F11; }

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

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

background-color css

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

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

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

border-color css

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

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

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