#7C140C

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

Shades of Falu Red #7C140C

Tints of Falu Red #7C140C

Color information

#7C140C (or 0x7C140C) is unknown color: approx Falu Red. HEX triplet: 7C, 14 and 0C. RGB value is (124,20,12). Sum of RGB (Red+Green+Blue) = 124+20+12=156 (20% of max value = 765). Red value is 124 (48.83% from 255 or 79.49% from 156); Green value is 20 (8.20% from 255 or 12.82% from 156); Blue value is 12 (5.08% from 255 or 7.69% from 156); Max value from RGB is 124 - color contains mainly: red. Hex color #7C140C is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #7C140C is #83EBF3. Grayscale: #323232. Windows color (decimal): -8645620 or 791676. OLE color: 791676.

HSL color Cylindrical-coordinate representation of color #7C140C: hue angle of 4.29º degrees, saturation: 0.82, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #7C140C is Cyan = 0, Magento = 0.84, Yellow = 0.90 and Black (K on CMYK) = 0.51.

Color convert

RGB1242012-
CMYK00.840.900.51
HSL4.29º82.35%26.67%-
HSV(B)4.29º90.32%48.63%-
XYZ8.634.810.82-
YUV50.18106.46180.65-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 79.49%
GREEN value IS 20 (8.20% from 255) = 12.82%
BLUE value IS 12 (5.08% from 255) = 7.69%
R=79.49%
G=12.82%
B=7.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.90
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal124201200.840.900.514.2982.3526.67
Hex7C14C0545A334521b
Octal1742414012413263412233
Binary1111100101001100010101001011010110011100101001011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C140C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(124,20,12); }

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

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

 a { background-color: rgb(124,20,12); }

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

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

 span { border-color: rgb(124,20,12); }

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