#792205

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

Shades of Falu Red #792205

Tints of Falu Red #792205

Color information

#792205 (or 0x792205) is unknown color: approx Falu Red. HEX triplet: 79, 22 and 05. RGB value is (121,34,5). Sum of RGB (Red+Green+Blue) = 121+34+5=160 (21% of max value = 765). Red value is 121 (47.66% from 255 or 75.62% from 160); Green value is 34 (13.67% from 255 or 21.25% from 160); Blue value is 5 (2.34% from 255 or 3.12% from 160); Max value from RGB is 121 - color contains mainly: red. Hex color #792205 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #792205 is #86DDFA. Grayscale: #383838. Windows color (decimal): -8838651 or 336505. OLE color: 336505.

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

Color convert

RGB121345-
CMYK00.720.960.53
HSL15º92.06%24.71%-
HSV(B)15º95.87%47.45%-
XYZ8.485.220.7-
YUV56.7198.82173.86-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 75.62%
GREEN value IS 34 (13.67% from 255) = 21.25%
BLUE value IS 5 (2.34% from 255) = 3.12%
R=75.62%
G=21.25%
B=3.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.96
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal12134500.720.960.531592.0624.71
Hex792250486035f5c19
Octal1714250110140651713431
Binary11110011000101010100100011000001101011111101110011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #792205

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #792205; }

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

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

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

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

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

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

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

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