#7C1615

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

Shades of Falu Red #7C1615

Tints of Falu Red #7C1615

Color information

#7C1615 (or 0x7C1615) is unknown color: approx Falu Red. HEX triplet: 7C, 16 and 15. RGB value is (124,22,21). Sum of RGB (Red+Green+Blue) = 124+22+21=167 (22% of max value = 765). Red value is 124 (48.83% from 255 or 74.25% from 167); Green value is 22 (8.98% from 255 or 13.17% from 167); Blue value is 21 (8.59% from 255 or 12.57% from 167); Max value from RGB is 124 - color contains mainly: red. Hex color #7C1615 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #7C1615 is #83E9EA. Grayscale: #343434. Windows color (decimal): -8645099 or 1382012. OLE color: 1382012.

HSL color Cylindrical-coordinate representation of color #7C1615: hue angle of 0.58º 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 #7C1615 is Cyan = 0, Magento = 0.82, Yellow = 0.83 and Black (K on CMYK) = 0.51.

Color convert

RGB1242221-
CMYK00.820.830.51
HSL0.58º71.03%28.43%-
HSV(B)0.58º83.06%48.63%-
XYZ8.734.911.2-
YUV52.38110.29179.08-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 74.25%
GREEN value IS 22 (8.98% from 255) = 13.17%
BLUE value IS 21 (8.59% from 255) = 12.57%
R=74.25%
G=13.17%
B=12.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.83
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal124222100.820.830.510.5871.0328.43
Hex7C161505253331471c
Octal1742625012212363110734
Binary111110010110101010101001010100111100111100011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C1615

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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