#7C1A15

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

Shades of Falu Red #7C1A15

Tints of Falu Red #7C1A15

Color information

#7C1A15 (or 0x7C1A15) is unknown color: approx Falu Red. HEX triplet: 7C, 1A and 15. RGB value is (124,26,21). Sum of RGB (Red+Green+Blue) = 124+26+21=171 (22% of max value = 765). Red value is 124 (48.83% from 255 or 72.51% from 171); Green value is 26 (10.55% from 255 or 15.20% from 171); Blue value is 21 (8.59% from 255 or 12.28% from 171); Max value from RGB is 124 - color contains mainly: red. Hex color #7C1A15 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #7C1A15 is #83E5EA. Grayscale: #363636. Windows color (decimal): -8644075 or 1383036. OLE color: 1383036.

HSL color Cylindrical-coordinate representation of color #7C1A15: hue angle of 2.91º degrees, saturation: 0.71, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #7C1A15 is Cyan = 0, Magento = 0.79, Yellow = 0.83 and Black (K on CMYK) = 0.51.

Color convert

RGB1242621-
CMYK00.790.830.51
HSL2.91º71.03%28.43%-
HSV(B)2.91º83.06%48.63%-
XYZ8.825.081.22-
YUV54.73108.97177.41-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 72.51%
GREEN value IS 26 (10.55% from 255) = 15.20%
BLUE value IS 21 (8.59% from 255) = 12.28%
R=72.51%
G=15.20%
B=12.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.83
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal124262100.790.830.512.9171.0328.43
Hex7C1A1504F53333471c
Octal1743225011712363310734
Binary1111100110101010101001111101001111001111100011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C1A15

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(124,26,21); }

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

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

 a { background-color: rgb(124,26,21); }

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

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

 span { border-color: rgb(124,26,21); }

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