#79130D

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

Shades of Falu Red #79130D

Tints of Falu Red #79130D

Color information

#79130D (or 0x79130D) is unknown color: approx Falu Red. HEX triplet: 79, 13 and 0D. RGB value is (121,19,13). Sum of RGB (Red+Green+Blue) = 121+19+13=153 (20% of max value = 765). Red value is 121 (47.66% from 255 or 79.08% from 153); Green value is 19 (7.81% from 255 or 12.42% from 153); Blue value is 13 (5.47% from 255 or 8.50% from 153); Max value from RGB is 121 - color contains mainly: red. Hex color #79130D is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #79130D is #86ECF2. Grayscale: #303030. Windows color (decimal): -8842483 or 856953. OLE color: 856953.

HSL color Cylindrical-coordinate representation of color #79130D: hue angle of 3.33º degrees, saturation: 0.81, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #79130D is Cyan = 0, Magento = 0.84, Yellow = 0.89 and Black (K on CMYK) = 0.53.

Color convert

RGB1211913-
CMYK00.840.890.53
HSL3.33º80.6%26.27%-
HSV(B)3.33º89.26%47.45%-
XYZ8.194.560.83-
YUV48.81107.79179.49-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 79.08%
GREEN value IS 19 (7.81% from 255) = 12.42%
BLUE value IS 13 (5.47% from 255) = 8.50%
R=79.08%
G=12.42%
B=8.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.89
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal121191300.840.890.533.3380.626.27
Hex7913D05459353511a
Octal1712315012413165312132
Binary111100110011110101010100101100111010111101000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #79130D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #79130D; }

 p { color: rgb(121,19,13); }

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

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

 a { background-color: rgb(121,19,13); }

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

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

 span { border-color: rgb(121,19,13); }

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