#79130C

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

Shades of Falu Red #79130C

Tints of Falu Red #79130C

Color information

#79130C (or 0x79130C) is unknown color: approx Falu Red. HEX triplet: 79, 13 and 0C. RGB value is (121,19,12). Sum of RGB (Red+Green+Blue) = 121+19+12=152 (20% of max value = 765). Red value is 121 (47.66% from 255 or 79.61% from 152); Green value is 19 (7.81% from 255 or 12.5% from 152); Blue value is 12 (5.08% from 255 or 7.89% from 152); Max value from RGB is 121 - color contains mainly: red. Hex color #79130C is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #79130C is #86ECF3. Grayscale: #303030. Windows color (decimal): -8842484 or 791417. OLE color: 791417.

HSL color Cylindrical-coordinate representation of color #79130C: hue angle of 3.85º 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 #79130C is Cyan = 0, Magento = 0.84, Yellow = 0.90 and Black (K on CMYK) = 0.53.

Color convert

RGB1211912-
CMYK00.840.900.53
HSL3.85º81.95%26.08%-
HSV(B)3.85º90.08%47.45%-
XYZ8.184.560.8-
YUV48.7107.29179.57-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 79.61%
GREEN value IS 19 (7.81% from 255) = 12.5%
BLUE value IS 12 (5.08% from 255) = 7.89%
R=79.61%
G=12.5%
B=7.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.90
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal121191200.840.900.533.8581.9526.08
Hex7913C0545A354521a
Octal1712314012413265412232
Binary1111001100111100010101001011010110101100101001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #79130C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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