#792120

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

Shades of Falu Red #792120

Tints of Falu Red #792120

Color information

#792120 (or 0x792120) is unknown color: approx Falu Red. HEX triplet: 79, 21 and 20. RGB value is (121,33,32). Sum of RGB (Red+Green+Blue) = 121+33+32=186 (24% of max value = 765). Red value is 121 (47.66% from 255 or 65.05% from 186); Green value is 33 (13.28% from 255 or 17.74% from 186); Blue value is 32 (12.89% from 255 or 17.20% from 186); Max value from RGB is 121 - color contains mainly: red. Hex color #792120 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #792120 is #86DEDF. Grayscale: #3B3B3B. Windows color (decimal): -8838880 or 2105721. OLE color: 2105721.

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

Color convert

RGB1213332-
CMYK00.730.740.53
HSL0.67º58.17%30%-
HSV(B)0.67º73.55%47.45%-
XYZ8.695.261.92-
YUV59.2112.65172.08-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 65.05%
GREEN value IS 33 (13.28% from 255) = 17.74%
BLUE value IS 32 (12.89% from 255) = 17.20%
R=65.05%
G=17.74%
B=17.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.74
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal121333200.730.740.530.6758.1730
Hex7921200494A3513a1e
Octal171414001111126517236
Binary1111001100001100000010010011001010110101111101011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #792120

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #792120; }

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

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

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

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

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

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

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

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