#79231A

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

Shades of Falu Red #79231A

Tints of Falu Red #79231A

Color information

#79231A (or 0x79231A) is unknown color: approx Falu Red. HEX triplet: 79, 23 and 1A. RGB value is (121,35,26). Sum of RGB (Red+Green+Blue) = 121+35+26=182 (24% of max value = 765). Red value is 121 (47.66% from 255 or 66.48% from 182); Green value is 35 (14.06% from 255 or 19.23% from 182); Blue value is 26 (10.55% from 255 or 14.29% from 182); Max value from RGB is 121 - color contains mainly: red. Hex color #79231A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #79231A is #86DCE5. Grayscale: #3B3B3B. Windows color (decimal): -8838374 or 1713017. OLE color: 1713017.

HSL color Cylindrical-coordinate representation of color #79231A: hue angle of 5.68º 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 #79231A is Cyan = 0, Magento = 0.71, Yellow = 0.79 and Black (K on CMYK) = 0.53.

Color convert

RGB1213526-
CMYK00.710.790.53
HSL5.68º64.63%28.82%-
HSV(B)5.68º78.51%47.45%-
XYZ8.675.341.55-
YUV59.69108.99171.73-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 66.48%
GREEN value IS 35 (14.06% from 255) = 19.23%
BLUE value IS 26 (10.55% from 255) = 14.29%
R=66.48%
G=19.23%
B=14.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.79
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal121352600.710.790.535.6864.6328.82
Hex79231A0474F356411d
Octal1714332010711765610135
Binary111100110001111010010001111001111110101110100000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #79231A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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