#7C1110

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

Shades of Falu Red #7C1110

Tints of Falu Red #7C1110

Color information

#7C1110 (or 0x7C1110) is unknown color: approx Falu Red. HEX triplet: 7C, 11 and 10. RGB value is (124,17,16). Sum of RGB (Red+Green+Blue) = 124+17+16=157 (20% of max value = 765). Red value is 124 (48.83% from 255 or 78.98% from 157); Green value is 17 (7.03% from 255 or 10.83% from 157); Blue value is 16 (6.64% from 255 or 10.19% from 157); Max value from RGB is 124 - color contains mainly: red. Hex color #7C1110 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #7C1110 is #83EEEF. Grayscale: #303030. Windows color (decimal): -8646384 or 1053052. OLE color: 1053052.

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

Color convert

RGB1241716-
CMYK00.860.870.51
HSL0.56º77.14%27.45%-
HSV(B)0.56º87.1%48.63%-
XYZ8.614.720.95-
YUV48.88109.45181.58-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 78.98%
GREEN value IS 17 (7.03% from 255) = 10.83%
BLUE value IS 16 (6.64% from 255) = 10.19%
R=78.98%
G=10.83%
B=10.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.87
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal124171600.860.870.510.5677.1427.45
Hex7C1110056573314d1b
Octal1742120012612763111533
Binary111110010001100000101011010101111100111100110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C1110

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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