#801E13

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

Shades of Falu Red #801E13

Tints of Falu Red #801E13

Color information

#801E13 (or 0x801E13) is unknown color: approx Falu Red. HEX triplet: 80, 1E and 13. RGB value is (128,30,19). Sum of RGB (Red+Green+Blue) = 128+30+19=177 (23% of max value = 765). Red value is 128 (50.39% from 255 or 72.32% from 177); Green value is 30 (12.11% from 255 or 16.95% from 177); Blue value is 19 (7.81% from 255 or 10.73% from 177); Max value from RGB is 128 - color contains mainly: red. Hex color #801E13 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #801E13 is #7FE1EC. Grayscale: #3A3A3A. Windows color (decimal): -8380909 or 1252992. OLE color: 1252992.

HSL color Cylindrical-coordinate representation of color #801E13: hue angle of 6.06º degrees, saturation: 0.74, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #801E13 is Cyan = 0, Magento = 0.77, Yellow = 0.85 and Black (K on CMYK) = 0.50.

Color convert

RGB1283019-
CMYK00.770.850.50
HSL6.06º74.15%28.82%-
HSV(B)6.06º85.16%50.2%-
XYZ9.485.561.19-
YUV58.05105.97177.89-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 72.32%
GREEN value IS 30 (12.11% from 255) = 16.95%
BLUE value IS 19 (7.81% from 255) = 10.73%
R=72.32%
G=16.95%
B=10.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.85
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal128301900.770.850.506.0674.1528.82
Hex801E1304D553264a1d
Octal2003623011512562611235
Binary100000001111010011010011011010101110010110100101011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #801E13

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(128,30,19); }

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

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

 a { background-color: rgb(128,30,19); }

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

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

 span { border-color: rgb(128,30,19); }

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