#7C1C14

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

Shades of Falu Red #7C1C14

Tints of Falu Red #7C1C14

Color information

#7C1C14 (or 0x7C1C14) is unknown color: approx Falu Red. HEX triplet: 7C, 1C and 14. RGB value is (124,28,20). Sum of RGB (Red+Green+Blue) = 124+28+20=172 (22% of max value = 765). Red value is 124 (48.83% from 255 or 72.09% from 172); Green value is 28 (11.33% from 255 or 16.28% from 172); Blue value is 20 (8.20% from 255 or 11.63% from 172); Max value from RGB is 124 - color contains mainly: red. Hex color #7C1C14 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #7C1C14 is #83E3EB. Grayscale: #373737. Windows color (decimal): -8643564 or 1318012. OLE color: 1318012.

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

Color convert

RGB1242820-
CMYK00.770.840.51
HSL4.62º72.22%28.24%-
HSV(B)4.62º83.87%48.63%-
XYZ8.855.171.19-
YUV55.79107.8176.65-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 72.09%
GREEN value IS 28 (11.33% from 255) = 16.28%
BLUE value IS 20 (8.20% from 255) = 11.63%
R=72.09%
G=16.28%
B=11.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.84
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal124282000.770.840.514.6272.2228.24
Hex7C1C1404D54335481c
Octal1743424011512463511034
Binary11111001110010100010011011010100110011101100100011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C1C14

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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