#7A1918

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

Shades of Falu Red #7A1918

Tints of Falu Red #7A1918

Color information

#7A1918 (or 0x7A1918) is unknown color: approx Falu Red. HEX triplet: 7A, 19 and 18. RGB value is (122,25,24). Sum of RGB (Red+Green+Blue) = 122+25+24=171 (22% of max value = 765). Red value is 122 (48.05% from 255 or 71.35% from 171); Green value is 25 (10.16% from 255 or 14.62% from 171); Blue value is 24 (9.77% from 255 or 14.04% from 171); Max value from RGB is 122 - color contains mainly: red. Hex color #7A1918 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #7A1918 is #85E6E7. Grayscale: #353535. Windows color (decimal): -8775400 or 1579386. OLE color: 1579386.

HSL color Cylindrical-coordinate representation of color #7A1918: hue angle of 0.61º degrees, saturation: 0.67, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #7A1918 is Cyan = 0, Magento = 0.80, Yellow = 0.80 and Black (K on CMYK) = 0.52.

Color convert

RGB1222524-
CMYK00.800.800.52
HSL0.61º67.12%28.63%-
HSV(B)0.61º80.33%47.84%-
XYZ8.544.91.36-
YUV53.89111.14176.58-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 71.35%
GREEN value IS 25 (10.16% from 255) = 14.62%
BLUE value IS 24 (9.77% from 255) = 14.04%
R=71.35%
G=14.62%
B=14.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.80
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal122252400.800.800.520.6167.1228.63
Hex7A191805050341431d
Octal1723130012012064110335
Binary111101011001110000101000010100001101001100001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A1918

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7A1918; }

 p { color: rgb(122,25,24); }

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

<style>
 a { background-color: #7A1918; }

 a { background-color: rgb(122,25,24); }

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

<style>
 span { border-color: #7A1918; }

 span { border-color: rgb(122,25,24); }

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