#801918

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

Shades of Falu Red #801918

Tints of Falu Red #801918

Color information

#801918 (or 0x801918) is unknown color: approx Falu Red. HEX triplet: 80, 19 and 18. RGB value is (128,25,24). Sum of RGB (Red+Green+Blue) = 128+25+24=177 (23% of max value = 765). Red value is 128 (50.39% from 255 or 72.32% from 177); Green value is 25 (10.16% from 255 or 14.12% from 177); Blue value is 24 (9.77% from 255 or 13.56% from 177); Max value from RGB is 128 - color contains mainly: red. Hex color #801918 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #801918 is #7FE6E7. Grayscale: #373737. Windows color (decimal): -8382184 or 1579392. OLE color: 1579392.

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

Color convert

RGB1282524-
CMYK00.800.810.50
HSL0.58º68.42%29.8%-
HSV(B)0.58º81.25%50.2%-
XYZ9.415.351.4-
YUV55.68110.12179.58-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 72.32%
GREEN value IS 25 (10.16% from 255) = 14.12%
BLUE value IS 24 (9.77% from 255) = 13.56%
R=72.32%
G=14.12%
B=13.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.81
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal128252400.800.810.500.5868.4229.8
Hex80191805051321441e
Octal2003130012012162110436
Binary1000000011001110000101000010100011100101100010011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #801918

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #801918; }

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

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

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

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

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

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

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

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