#801C19

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

Shades of Falu Red #801C19

Tints of Falu Red #801C19

Color information

#801C19 (or 0x801C19) is unknown color: approx Falu Red. HEX triplet: 80, 1C and 19. RGB value is (128,28,25). Sum of RGB (Red+Green+Blue) = 128+28+25=181 (23% of max value = 765). Red value is 128 (50.39% from 255 or 70.72% from 181); Green value is 28 (11.33% from 255 or 15.47% from 181); Blue value is 25 (10.16% from 255 or 13.81% from 181); Max value from RGB is 128 - color contains mainly: red. Hex color #801C19 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #801C19 is #7FE3E6. Grayscale: #393939. Windows color (decimal): -8381415 or 1645696. OLE color: 1645696.

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

Color convert

RGB1282825-
CMYK00.780.800.50
HSL1.75º67.32%30%-
HSV(B)1.75º80.47%50.2%-
XYZ9.495.491.48-
YUV57.56109.63178.24-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 70.72%
GREEN value IS 28 (11.33% from 255) = 15.47%
BLUE value IS 25 (10.16% from 255) = 13.81%
R=70.72%
G=15.47%
B=13.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.80
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal128282500.780.800.501.7567.3230
Hex801C1904E50322431e
Octal2003431011612062210336
Binary10000000111001100101001110101000011001010100001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #801C19

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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