#79221B

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

Shades of Falu Red #79221B

Tints of Falu Red #79221B

Color information

#79221B (or 0x79221B) is unknown color: approx Falu Red. HEX triplet: 79, 22 and 1B. RGB value is (121,34,27). Sum of RGB (Red+Green+Blue) = 121+34+27=182 (24% of max value = 765). Red value is 121 (47.66% from 255 or 66.48% from 182); Green value is 34 (13.67% from 255 or 18.68% from 182); Blue value is 27 (10.94% from 255 or 14.84% from 182); Max value from RGB is 121 - color contains mainly: red. Hex color #79221B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #79221B is #86DDE4. Grayscale: #3B3B3B. Windows color (decimal): -8838629 or 1778297. OLE color: 1778297.

HSL color Cylindrical-coordinate representation of color #79221B: hue angle of 4.47º degrees, saturation: 0.64, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #79221B is Cyan = 0, Magento = 0.72, Yellow = 0.78 and Black (K on CMYK) = 0.53.

Color convert

RGB1213427-
CMYK00.720.780.53
HSL4.47º63.51%29.02%-
HSV(B)4.47º77.69%47.45%-
XYZ8.665.291.6-
YUV59.22109.82172.07-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 66.48%
GREEN value IS 34 (13.67% from 255) = 18.68%
BLUE value IS 27 (10.94% from 255) = 14.84%
R=66.48%
G=18.68%
B=14.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.78
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal121342700.720.780.534.4763.5129.02
Hex79221B0484E354401d
Octal1714233011011665410035
Binary111100110001011011010010001001110110101100100000011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #79221B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #79221B; }

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

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

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

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

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

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

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

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