#791608

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

Shades of Falu Red #791608

Tints of Falu Red #791608

Color information

#791608 (or 0x791608) is unknown color: approx Falu Red. HEX triplet: 79, 16 and 08. RGB value is (121,22,8). Sum of RGB (Red+Green+Blue) = 121+22+8=151 (20% of max value = 765). Red value is 121 (47.66% from 255 or 80.13% from 151); Green value is 22 (8.98% from 255 or 14.57% from 151); Blue value is 8 (3.52% from 255 or 5.30% from 151); Max value from RGB is 121 - color contains mainly: red. Hex color #791608 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #791608 is #86E9F7. Grayscale: #323232. Windows color (decimal): -8841720 or 530041. OLE color: 530041.

HSL color Cylindrical-coordinate representation of color #791608: hue angle of 7.43º 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 #791608 is Cyan = 0, Magento = 0.82, Yellow = 0.93 and Black (K on CMYK) = 0.53.

Color convert

RGB121228-
CMYK00.820.930.53
HSL7.43º87.6%25.29%-
HSV(B)7.43º93.39%47.45%-
XYZ8.224.660.7-
YUV50104.3178.64-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 80.13%
GREEN value IS 22 (8.98% from 255) = 14.57%
BLUE value IS 8 (3.52% from 255) = 5.30%
R=80.13%
G=14.57%
B=5.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.93
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal12122800.820.930.537.4387.625.29
Hex791680525D3575819
Octal1712610012213565713031
Binary1111001101101000010100101011101110101111101100011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #791608

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #791608; }

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

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

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

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

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

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

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

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