#791E11

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

Shades of Falu Red #791E11

Tints of Falu Red #791E11

Color information

#791E11 (or 0x791E11) is unknown color: approx Falu Red. HEX triplet: 79, 1E and 11. RGB value is (121,30,17). Sum of RGB (Red+Green+Blue) = 121+30+17=168 (22% of max value = 765). Red value is 121 (47.66% from 255 or 72.02% from 168); Green value is 30 (12.11% from 255 or 17.86% from 168); Blue value is 17 (7.03% from 255 or 10.12% from 168); Max value from RGB is 121 - color contains mainly: red. Hex color #791E11 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #791E11 is #86E1EE. Grayscale: #373737. Windows color (decimal): -8839663 or 1121913. OLE color: 1121913.

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

Color convert

RGB1213017-
CMYK00.750.860.53
HSL7.5º75.36%27.06%-
HSV(B)7.5º85.95%47.45%-
XYZ8.455.031.06-
YUV55.73106.15174.56-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 72.02%
GREEN value IS 30 (12.11% from 255) = 17.86%
BLUE value IS 17 (7.03% from 255) = 10.12%
R=72.02%
G=17.86%
B=10.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.86
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal121301700.750.860.537.575.3627.06
Hex791E1104B563584b1b
Octal17136210113126651011333
Binary111100111110100010100101110101101101011000100101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #791E11

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #791E11;
 }
 .AnyTagClassName
 {
   color: #791E11;
 }
</style>
background-color css

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

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

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

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

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

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