#7F1C14

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

Shades of Falu Red #7F1C14

Tints of Falu Red #7F1C14

Color information

#7F1C14 (or 0x7F1C14) is unknown color: approx Falu Red. HEX triplet: 7F, 1C and 14. RGB value is (127,28,20). Sum of RGB (Red+Green+Blue) = 127+28+20=175 (23% of max value = 765). Red value is 127 (50% from 255 or 72.57% from 175); Green value is 28 (11.33% from 255 or 16% from 175); Blue value is 20 (8.20% from 255 or 11.43% from 175); Max value from RGB is 127 - color contains mainly: red. Hex color #7F1C14 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #7F1C14 is #80E3EB. Grayscale: #383838. Windows color (decimal): -8446956 or 1318015. OLE color: 1318015.

HSL color Cylindrical-coordinate representation of color #7F1C14: hue angle of 4.49º degrees, saturation: 0.73, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #7F1C14 is Cyan = 0, Magento = 0.78, Yellow = 0.84 and Black (K on CMYK) = 0.50.

Color convert

RGB1272820-
CMYK00.780.840.50
HSL4.49º72.79%28.82%-
HSV(B)4.49º84.25%49.8%-
XYZ9.295.391.21-
YUV56.69107.3178.15-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 72.57%
GREEN value IS 28 (11.33% from 255) = 16%
BLUE value IS 20 (8.20% from 255) = 11.43%
R=72.57%
G=16%
B=11.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.84
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal127282000.780.840.504.4972.7928.82
Hex7F1C1404E54324491d
Octal1773424011612462411135
Binary11111111110010100010011101010100110010100100100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7F1C14

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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