#7C110E

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

Shades of Falu Red #7C110E

Tints of Falu Red #7C110E

Color information

#7C110E (or 0x7C110E) is unknown color: approx Falu Red. HEX triplet: 7C, 11 and 0E. RGB value is (124,17,14). Sum of RGB (Red+Green+Blue) = 124+17+14=155 (20% of max value = 765). Red value is 124 (48.83% from 255 or 80% from 155); Green value is 17 (7.03% from 255 or 10.97% from 155); Blue value is 14 (5.86% from 255 or 9.03% from 155); Max value from RGB is 124 - color contains mainly: red. Hex color #7C110E is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #7C110E is #83EEF1. Grayscale: #303030. Windows color (decimal): -8646386 or 921980. OLE color: 921980.

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

Color convert

RGB1241714-
CMYK00.860.890.51
HSL1.64º79.71%27.06%-
HSV(B)1.64º88.71%48.63%-
XYZ8.594.720.87-
YUV48.65108.45181.74-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 80%
GREEN value IS 17 (7.03% from 255) = 10.97%
BLUE value IS 14 (5.86% from 255) = 9.03%
R=80%
G=10.97%
B=9.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.89
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal124171400.860.890.511.6479.7127.06
Hex7C11E05659332501b
Octal1742116012613163212033
Binary111110010001111001010110101100111001110101000011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C110E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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