#801A14

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

Shades of Falu Red #801A14

Tints of Falu Red #801A14

Color information

#801A14 (or 0x801A14) is unknown color: approx Falu Red. HEX triplet: 80, 1A and 14. RGB value is (128,26,20). Sum of RGB (Red+Green+Blue) = 128+26+20=174 (23% of max value = 765). Red value is 128 (50.39% from 255 or 73.56% from 174); Green value is 26 (10.55% from 255 or 14.94% from 174); Blue value is 20 (8.20% from 255 or 11.49% from 174); Max value from RGB is 128 - color contains mainly: red. Hex color #801A14 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #801A14 is #7FE5EB. Grayscale: #373737. Windows color (decimal): -8381932 or 1317504. OLE color: 1317504.

HSL color Cylindrical-coordinate representation of color #801A14: hue angle of 3.33º 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 #801A14 is Cyan = 0, Magento = 0.80, Yellow = 0.84 and Black (K on CMYK) = 0.50.

Color convert

RGB1282620-
CMYK00.800.840.50
HSL3.33º72.97%29.02%-
HSV(B)3.33º84.38%50.2%-
XYZ9.45.381.2-
YUV55.81107.79179.49-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 73.56%
GREEN value IS 26 (10.55% from 255) = 14.94%
BLUE value IS 20 (8.20% from 255) = 11.49%
R=73.56%
G=14.94%
B=11.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.84
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal128262000.800.840.503.3372.9729.02
Hex801A1405054323491d
Octal2003224012012462311135
Binary10000000110101010001010000101010011001011100100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #801A14

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(128,26,20); }

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

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

 a { background-color: rgb(128,26,20); }

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

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

 span { border-color: rgb(128,26,20); }

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