#791D05

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

Shades of Falu Red #791D05

Tints of Falu Red #791D05

Color information

#791D05 (or 0x791D05) is unknown color: approx Falu Red. HEX triplet: 79, 1D and 05. RGB value is (121,29,5). Sum of RGB (Red+Green+Blue) = 121+29+5=155 (20% of max value = 765). Red value is 121 (47.66% from 255 or 78.06% from 155); Green value is 29 (11.72% from 255 or 18.71% from 155); Blue value is 5 (2.34% from 255 or 3.23% from 155); Max value from RGB is 121 - color contains mainly: red. Hex color #791D05 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #791D05 is #86E2FA. Grayscale: #353535. Windows color (decimal): -8839931 or 335225. OLE color: 335225.

HSL color Cylindrical-coordinate representation of color #791D05: hue angle of 12.41º degrees, saturation: 0.92, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #791D05 is Cyan = 0, Magento = 0.76, Yellow = 0.96 and Black (K on CMYK) = 0.53.

Color convert

RGB121295-
CMYK00.760.960.53
HSL12.41º92.06%24.71%-
HSV(B)12.41º95.87%47.45%-
XYZ8.354.950.66-
YUV53.77100.48175.95-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 78.06%
GREEN value IS 29 (11.72% from 255) = 18.71%
BLUE value IS 5 (2.34% from 255) = 3.23%
R=78.06%
G=18.71%
B=3.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.96
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal12129500.760.960.5312.4192.0624.71
Hex791D504C6035c5c19
Octal1713550114140651413431
Binary1111001111011010100110011000001101011100101110011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #791D05

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(121,29,5); }

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

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

 a { background-color: rgb(121,29,5); }

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

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

 span { border-color: rgb(121,29,5); }

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