Html Css Color HEX #801A18 Falu Red

📋 copy color: '#801A18'

red 128 ◦ green 26 ◦ blue 24

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

Shades of Falu Red #801A18

Tints of Falu Red #801A18

RGB

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

 GREEN value IS 26 (10.55% from 255) = 14.61%

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

R = 71.91%
G = 14.61%
B = 13.48%

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

#801A18 (or 0x801A18) is known color: Falu Red. HEX triplet: 80, 1A and 18. RGB value is (128,26,24). Sum of RGB (Red+Green+Blue) = 128+26+24=178 (23% of max value = 765). Red value is 128 (50.39% from 255 or 71.91% from 178); Green value is 26 (10.55% from 255 or 14.61% from 178); Blue value is 24 (9.77% from 255 or 13.48% from 178); Max value from RGB is 128 - color contains mainly: red. Hex color #801A18 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #801A18 is #7FE5E7. Grayscale: #383838. Windows color (decimal): -8381928 or 1579648. OLE color: 1579648.

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

Color convert

RGB 128 26 24 -
CMYK 0 0.80 0.81 0.50
HSL 1.15º 0.68% 0.3% -
HSV(B) 1.15º 0.81% 0.5% -
XYZ 9.44 5.39 1.41 -
YUV 56.27 109.79 179.16 -
System Red Green Blue C M Y K H S L
Decimal 128 26 24 0 0.80 0.81 0.50 1.15 0.68 0.3
Hex 80 1A 18 0 50 51 32 1 44 1E
Octal 200 32 30 0 120 121 62 1 104 36
Binary 10000000 11010 11000 0 1010000 1010001 110010 1 1000100 11110

Color Harmonies of #801A18

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #801A18

Black with #801A18

Text Example


Text Example

White with #801A18

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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