#79221A

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

Shades of Falu Red #79221A

Tints of Falu Red #79221A

Color information

#79221A (or 0x79221A) is unknown color: approx Falu Red. HEX triplet: 79, 22 and 1A. RGB value is (121,34,26). Sum of RGB (Red+Green+Blue) = 121+34+26=181 (23% of max value = 765). Red value is 121 (47.66% from 255 or 66.85% from 181); Green value is 34 (13.67% from 255 or 18.78% from 181); Blue value is 26 (10.55% from 255 or 14.36% from 181); Max value from RGB is 121 - color contains mainly: red. Hex color #79221A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #79221A is #86DDE5. Grayscale: #3B3B3B. Windows color (decimal): -8838630 or 1712761. OLE color: 1712761.

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

Color convert

RGB1213426-
CMYK00.720.790.53
HSL5.05º64.63%28.82%-
HSV(B)5.05º78.51%47.45%-
XYZ8.645.281.54-
YUV59.1109.32172.15-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 66.85%
GREEN value IS 34 (13.67% from 255) = 18.78%
BLUE value IS 26 (10.55% from 255) = 14.36%
R=66.85%
G=18.78%
B=14.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.79
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal121342600.720.790.535.0564.6328.82
Hex79221A0484F355411d
Octal1714232011011765510135
Binary111100110001011010010010001001111110101101100000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #79221A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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