#791A08

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

Shades of Falu Red #791A08

Tints of Falu Red #791A08

Color information

#791A08 (or 0x791A08) is unknown color: approx Falu Red. HEX triplet: 79, 1A and 08. RGB value is (121,26,8). Sum of RGB (Red+Green+Blue) = 121+26+8=155 (20% of max value = 765). Red value is 121 (47.66% from 255 or 78.06% from 155); Green value is 26 (10.55% from 255 or 16.77% from 155); Blue value is 8 (3.52% from 255 or 5.16% from 155); Max value from RGB is 121 - color contains mainly: red. Hex color #791A08 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #791A08 is #86E5F7. Grayscale: #343434. Windows color (decimal): -8840696 or 531065. OLE color: 531065.

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

Color convert

RGB121268-
CMYK00.790.930.53
HSL9.56º87.6%25.29%-
HSV(B)9.56º93.39%47.45%-
XYZ8.34.820.72-
YUV52.35102.97176.96-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 78.06%
GREEN value IS 26 (10.55% from 255) = 16.77%
BLUE value IS 8 (3.52% from 255) = 5.16%
R=78.06%
G=16.77%
B=5.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.93
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal12126800.790.930.539.5687.625.29
Hex791A804F5D35a5819
Octal17132100117135651213031
Binary11110011101010000100111110111011101011010101100011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #791A08

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(121,26,8); }

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

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

 a { background-color: rgb(121,26,8); }

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

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

 span { border-color: rgb(121,26,8); }

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