#791F11

Color #791F11 Falu Red (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Falu Red #791F11

Tints of Falu Red #791F11

Color information

#791F11 (or 0x791F11) is unknown color: approx 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

RGB1213117-
CMYK00.740.860.53
HSL8.08º75.36%27.06%-
HSV(B)8.08º85.95%47.45%-
XYZ8.485.091.07-
YUV56.31105.82174.14-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 71.60%
GREEN value IS 31 (12.5% from 255) = 18.34%
BLUE value IS 17 (7.03% from 255) = 10.06%
R=71.60%
G=18.34%
B=10.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.86
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal121311700.740.860.538.0875.3627.06
Hex791F1104A563584b1b
Octal17137210112126651011333
Binary111100111111100010100101010101101101011000100101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #791F11

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>