#792221

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

Shades of Falu Red #792221

Tints of Falu Red #792221

Color information

#792221 (or 0x792221) is unknown color: approx Falu Red. HEX triplet: 79, 22 and 21. RGB value is (121,34,33). Sum of RGB (Red+Green+Blue) = 121+34+33=188 (24% of max value = 765). Red value is 121 (47.66% from 255 or 64.36% from 188); Green value is 34 (13.67% from 255 or 18.09% from 188); Blue value is 33 (13.28% from 255 or 17.55% from 188); Max value from RGB is 121 - color contains mainly: red. Hex color #792221 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #792221 is #86DDDE. Grayscale: #3B3B3B. Windows color (decimal): -8838623 or 2171513. OLE color: 2171513.

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

Color convert

RGB1213433-
CMYK00.720.730.53
HSL0.68º57.14%30.2%-
HSV(B)0.68º72.73%47.45%-
XYZ8.735.322.01-
YUV59.9112.82171.58-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 64.36%
GREEN value IS 34 (13.67% from 255) = 18.09%
BLUE value IS 33 (13.28% from 255) = 17.55%
R=64.36%
G=18.09%
B=17.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.73
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal121343300.720.730.530.6857.1430.2
Hex79222104849351391e
Octal171424101101116517136
Binary1111001100010100001010010001001001110101111100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #792221

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #792221; }

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

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

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

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

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

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

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

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