#792106

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

Shades of Falu Red #792106

Tints of Falu Red #792106

Color information

#792106 (or 0x792106) is unknown color: approx Falu Red. HEX triplet: 79, 21 and 06. RGB value is (121,33,6). Sum of RGB (Red+Green+Blue) = 121+33+6=160 (21% of max value = 765). Red value is 121 (47.66% from 255 or 75.62% from 160); Green value is 33 (13.28% from 255 or 20.62% from 160); Blue value is 6 (2.73% from 255 or 3.75% from 160); Max value from RGB is 121 - color contains mainly: red. Hex color #792106 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #792106 is #86DEF9. Grayscale: #383838. Windows color (decimal): -8838906 or 401785. OLE color: 401785.

HSL color Cylindrical-coordinate representation of color #792106: hue angle of 14.09º degrees, saturation: 0.91, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #792106 is Cyan = 0, Magento = 0.73, Yellow = 0.95 and Black (K on CMYK) = 0.53.

Color convert

RGB121336-
CMYK00.730.950.53
HSL14.09º90.55%24.9%-
HSV(B)14.09º95.04%47.45%-
XYZ8.465.170.72-
YUV56.2399.65174.2-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 75.62%
GREEN value IS 33 (13.28% from 255) = 20.62%
BLUE value IS 6 (2.73% from 255) = 3.75%
R=75.62%
G=20.62%
B=3.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.95
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal12133600.730.950.5314.0990.5524.9
Hex792160495F35e5b19
Octal1714160111137651613331
Binary11110011000011100100100110111111101011110101101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #792106

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #792106; }

 p { color: rgb(121,33,6); }

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

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

 a { background-color: rgb(121,33,6); }

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

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

 span { border-color: rgb(121,33,6); }

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