#79240C

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

Shades of Falu Red #79240C

Tints of Falu Red #79240C

Color information

#79240C (or 0x79240C) is unknown color: approx Falu Red. HEX triplet: 79, 24 and 0C. RGB value is (121,36,12). Sum of RGB (Red+Green+Blue) = 121+36+12=169 (22% of max value = 765). Red value is 121 (47.66% from 255 or 71.60% from 169); Green value is 36 (14.45% from 255 or 21.30% from 169); Blue value is 12 (5.08% from 255 or 7.10% from 169); Max value from RGB is 121 - color contains mainly: red. Hex color #79240C is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #79240C is #86DBF3. Grayscale: #3A3A3A. Windows color (decimal): -8838132 or 795769. OLE color: 795769.

HSL color Cylindrical-coordinate representation of color #79240C: hue angle of 13.21º degrees, saturation: 0.82, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #79240C is Cyan = 0, Magento = 0.70, Yellow = 0.90 and Black (K on CMYK) = 0.53.

Color convert

RGB1213612-
CMYK00.700.900.53
HSL13.21º81.95%26.08%-
HSV(B)13.21º90.08%47.45%-
XYZ8.585.350.93-
YUV58.68101.66172.45-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 71.60%
GREEN value IS 36 (14.45% from 255) = 21.30%
BLUE value IS 12 (5.08% from 255) = 7.10%
R=71.60%
G=21.30%
B=7.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.90
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal121361200.700.900.5313.2181.9526.08
Hex7924C0465A35d521a
Octal17144140106132651512232
Binary111100110010011000100011010110101101011101101001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #79240C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #79240C; }

 p { color: rgb(121,36,12); }

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

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

 a { background-color: rgb(121,36,12); }

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

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

 span { border-color: rgb(121,36,12); }

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