Html Css Color HEX #801918 Falu Red

📋 copy color: '#801918'

red 128 ◦ green 25 ◦ blue 24

#801918
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Falu Red #801918

Tints of Falu Red #801918

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 value IS 0

 M value IS 0.80

 Y value IS 0.81

 K value IS 0.50

RGB Variations

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

Color information

#801918 (or 0x801918) is known color: 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

RGB 128 25 24 -
CMYK 0 0.80 0.81 0.50
HSL 0.58º 0.68% 0.3% -
HSV(B) 0.58º 0.81% 0.5% -
XYZ 9.41 5.35 1.4 -
YUV 55.68 110.12 179.58 -
System Red Green Blue C M Y K H S L
Decimal 128 25 24 0 0.80 0.81 0.50 0.58 0.68 0.3
Hex 80 19 18 0 50 51 32 1 44 1E
Octal 200 31 30 0 120 121 62 1 104 36
Binary 10000000 11001 11000 0 1010000 1010001 110010 1 1000100 11110

Color Harmonies of #801918

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #801918

Black with #801918

Text Example


Text Example

White with #801918

Text Example


Text Example

HTML Codes & Css Web 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>