#791E10

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

Shades of Falu Red #791E10

Tints of Falu Red #791E10

Color information

#791E10 (or 0x791E10) is unknown color: approx Falu Red. HEX triplet: 79, 1E and 10. RGB value is (121,30,16). Sum of RGB (Red+Green+Blue) = 121+30+16=167 (22% of max value = 765). Red value is 121 (47.66% from 255 or 72.46% from 167); Green value is 30 (12.11% from 255 or 17.96% from 167); Blue value is 16 (6.64% from 255 or 9.58% from 167); Max value from RGB is 121 - color contains mainly: red. Hex color #791E10 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #791E10 is #86E1EF. Grayscale: #373737. Windows color (decimal): -8839664 or 1056377. OLE color: 1056377.

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

Color convert

RGB1213016-
CMYK00.750.870.53
HSL76.64%26.86%-
HSV(B)86.78%47.45%-
XYZ8.445.031.02-
YUV55.61105.65174.64-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 72.46%
GREEN value IS 30 (12.11% from 255) = 17.96%
BLUE value IS 16 (6.64% from 255) = 9.58%
R=72.46%
G=17.96%
B=9.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.87
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal121301600.750.870.53876.6426.86
Hex791E1004B573584d1b
Octal17136200113127651011533
Binary111100111110100000100101110101111101011000100110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #791E10

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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