#792020

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

Shades of Falu Red #792020

Tints of Falu Red #792020

Color information

#792020 (or 0x792020) is unknown color: approx Falu Red. HEX triplet: 79, 20 and 20. RGB value is (121,32,32). Sum of RGB (Red+Green+Blue) = 121+32+32=185 (24% of max value = 765). Red value is 121 (47.66% from 255 or 65.41% from 185); Green value is 32 (12.89% from 255 or 17.30% from 185); Blue value is 32 (12.89% from 255 or 17.30% from 185); Max value from RGB is 121 - color contains mainly: red. Hex color #792020 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #792020 is #86DFDF. Grayscale: #3A3A3A. Windows color (decimal): -8839136 or 2105465. OLE color: 2105465.

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

Color convert

RGB1213232-
CMYK00.740.740.53
HSL58.17%30%-
HSV(B)73.55%47.45%-
XYZ8.665.21.91-
YUV58.61112.99172.5-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 65.41%
GREEN value IS 32 (12.89% from 255) = 17.30%
BLUE value IS 32 (12.89% from 255) = 17.30%
R=65.41%
G=17.30%
B=17.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.74
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal121323200.740.740.53058.1730
Hex79202004A4A3503a1e
Octal171404001121126507236
Binary1111001100000100000010010101001010110101011101011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #792020

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #792020; }

 p { color: rgb(121,32,32); }

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

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

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

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

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

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

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