#7C1918

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

Shades of Falu Red #7C1918

Tints of Falu Red #7C1918

Color information

#7C1918 (or 0x7C1918) is unknown color: approx Falu Red. HEX triplet: 7C, 19 and 18. RGB value is (124,25,24). Sum of RGB (Red+Green+Blue) = 124+25+24=173 (22% of max value = 765). Red value is 124 (48.83% from 255 or 71.68% from 173); Green value is 25 (10.16% from 255 or 14.45% from 173); Blue value is 24 (9.77% from 255 or 13.87% from 173); Max value from RGB is 124 - color contains mainly: red. Hex color #7C1918 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #7C1918 is #83E6E7. Grayscale: #363636. Windows color (decimal): -8644328 or 1579388. OLE color: 1579388.

HSL color Cylindrical-coordinate representation of color #7C1918: hue angle of 0.6º degrees, saturation: 0.68, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #7C1918 is Cyan = 0, Magento = 0.80, Yellow = 0.81 and Black (K on CMYK) = 0.51.

Color convert

RGB1242524-
CMYK00.800.810.51
HSL0.6º67.57%29.02%-
HSV(B)0.6º80.65%48.63%-
XYZ8.825.051.37-
YUV54.49110.8177.58-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 71.68%
GREEN value IS 25 (10.16% from 255) = 14.45%
BLUE value IS 24 (9.77% from 255) = 13.87%
R=71.68%
G=14.45%
B=13.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.81
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal124252400.800.810.510.667.5729.02
Hex7C191805051331441d
Octal1743130012012163110435
Binary111110011001110000101000010100011100111100010011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C1918

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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