#801C0E

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

Shades of Falu Red #801C0E

Tints of Falu Red #801C0E

Color information

#801C0E (or 0x801C0E) is unknown color: approx Falu Red. HEX triplet: 80, 1C and 0E. RGB value is (128,28,14). Sum of RGB (Red+Green+Blue) = 128+28+14=170 (22% of max value = 765). Red value is 128 (50.39% from 255 or 75.29% from 170); Green value is 28 (11.33% from 255 or 16.47% from 170); Blue value is 14 (5.86% from 255 or 8.24% from 170); Max value from RGB is 128 - color contains mainly: red. Hex color #801C0E is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #801C0E is #7FE3F1. Grayscale: #383838. Windows color (decimal): -8381426 or 924800. OLE color: 924800.

HSL color Cylindrical-coordinate representation of color #801C0E: hue angle of 7.37º degrees, saturation: 0.8, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #801C0E is Cyan = 0, Magento = 0.78, Yellow = 0.89 and Black (K on CMYK) = 0.50.

Color convert

RGB1282814-
CMYK00.780.890.50
HSL7.37º80.28%27.84%-
HSV(B)7.37º89.06%50.2%-
XYZ9.45.450.97-
YUV56.3104.13179.14-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 75.29%
GREEN value IS 28 (11.33% from 255) = 16.47%
BLUE value IS 14 (5.86% from 255) = 8.24%
R=75.29%
G=16.47%
B=8.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.89
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal128281400.780.890.507.3780.2827.84
Hex801CE04E59327501c
Octal2003416011613162712034
Binary10000000111001110010011101011001110010111101000011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #801C0E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #801C0E; }

 p { color: rgb(128,28,14); }

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

<style>
 a { background-color: #801C0E; }

 a { background-color: rgb(128,28,14); }

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

<style>
 span { border-color: #801C0E; }

 span { border-color: rgb(128,28,14); }

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