Html Css Color HEX #801D18 Falu Red

📋 copy color: '#801D18'

red 128 ◦ green 29 ◦ blue 24

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

Shades of Falu Red #801D18

Tints of Falu Red #801D18

RGB

 RED value IS 128 (50.39% from 255) = 70.72%

 GREEN value IS 29 (11.72% from 255) = 16.02%

 BLUE value IS 24 (9.77% from 255) = 13.26%

R = 70.72%
G = 16.02%
B = 13.26%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.81

 K value IS 0.50

RGB Variations

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

Color information

#801D18 (or 0x801D18) is known color: Falu Red. HEX triplet: 80, 1D and 18. RGB value is (128,29,24). Sum of RGB (Red+Green+Blue) = 128+29+24=181 (23% of max value = 765). Red value is 128 (50.39% from 255 or 70.72% from 181); Green value is 29 (11.72% from 255 or 16.02% from 181); Blue value is 24 (9.77% from 255 or 13.26% from 181); Max value from RGB is 128 - color contains mainly: red. Hex color #801D18 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #801D18 is #7FE2E7. Grayscale: #3A3A3A. Windows color (decimal): -8381160 or 1580416. OLE color: 1580416.

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

Color convert

RGB 128 29 24 -
CMYK 0 0.77 0.81 0.50
HSL 2.88º 0.68% 0.3% -
HSV(B) 2.88º 0.81% 0.5% -
XYZ 9.51 5.53 1.43 -
YUV 58.03 108.8 177.91 -
System Red Green Blue C M Y K H S L
Decimal 128 29 24 0 0.77 0.81 0.50 2.88 0.68 0.3
Hex 80 1D 18 0 4D 51 32 3 44 1E
Octal 200 35 30 0 115 121 62 3 104 36
Binary 10000000 11101 11000 0 1001101 1010001 110010 11 1000100 11110

Color Harmonies of #801D18

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #801D18

Black with #801D18

Text Example


Text Example

White with #801D18

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #801D18;
 }
 .AnyTagClassName
 {
   color: #801D18;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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