#7C1511

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

Shades of Falu Red #7C1511

Tints of Falu Red #7C1511

Color information

#7C1511 (or 0x7C1511) is unknown color: approx Falu Red. HEX triplet: 7C, 15 and 11. RGB value is (124,21,17). Sum of RGB (Red+Green+Blue) = 124+21+17=162 (21% of max value = 765). Red value is 124 (48.83% from 255 or 76.54% from 162); Green value is 21 (8.59% from 255 or 12.96% from 162); Blue value is 17 (7.03% from 255 or 10.49% from 162); Max value from RGB is 124 - color contains mainly: red. Hex color #7C1511 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #7C1511 is #83EAEE. Grayscale: #333333. Windows color (decimal): -8645359 or 1119612. OLE color: 1119612.

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

Color convert

RGB1242117-
CMYK00.830.860.51
HSL2.24º75.89%27.65%-
HSV(B)2.24º86.29%48.63%-
XYZ8.684.861.01-
YUV51.34108.62179.83-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 76.54%
GREEN value IS 21 (8.59% from 255) = 12.96%
BLUE value IS 17 (7.03% from 255) = 10.49%
R=76.54%
G=12.96%
B=10.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.86
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal124211700.830.860.512.2475.8927.65
Hex7C1511053563324c1c
Octal1742521012312663211434
Binary1111100101011000101010011101011011001110100110011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C1511

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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