#79130A

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

Shades of Falu Red #79130A

Tints of Falu Red #79130A

Color information

#79130A (or 0x79130A) is unknown color: approx Falu Red. HEX triplet: 79, 13 and 0A. RGB value is (121,19,10). Sum of RGB (Red+Green+Blue) = 121+19+10=150 (19% of max value = 765). Red value is 121 (47.66% from 255 or 80.67% from 150); Green value is 19 (7.81% from 255 or 12.67% from 150); Blue value is 10 (4.30% from 255 or 6.67% from 150); Max value from RGB is 121 - color contains mainly: red. Hex color #79130A is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #79130A is #86ECF5. Grayscale: #303030. Windows color (decimal): -8842486 or 660345. OLE color: 660345.

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

Color convert

RGB1211910-
CMYK00.840.920.53
HSL4.86º84.73%25.69%-
HSV(B)4.86º91.74%47.45%-
XYZ8.174.550.74-
YUV48.47106.29179.73-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 80.67%
GREEN value IS 19 (7.81% from 255) = 12.67%
BLUE value IS 10 (4.30% from 255) = 6.67%
R=80.67%
G=12.67%
B=6.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.92
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal121191000.840.920.534.8684.7325.69
Hex7913A0545C355551a
Octal1712312012413465512532
Binary1111001100111010010101001011100110101101101010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #79130A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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