Html Css Color HEX #801411 Falu Red

📋 copy color: '#801411'

red 128 ◦ green 20 ◦ blue 17

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

Shades of Falu Red #801411

Tints of Falu Red #801411

RGB

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

 GREEN value IS 20 (8.2% from 255) = 12.12%

 BLUE value IS 17 (7.03% from 255) = 10.3%

R = 77.58%
G = 12.12%
B = 10.3%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.87

 K value IS 0.50

RGB Variations

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

Color information

#801411 (or 0x801411) is known color: Falu Red. HEX triplet: 80, 14 and 11. RGB value is (128,20,17). Sum of RGB (Red+Green+Blue) = 128+20+17=165 (21% of max value = 765). Red value is 128 (50.39% from 255 or 77.58% from 165); Green value is 20 (8.20% from 255 or 12.12% from 165); Blue value is 17 (7.03% from 255 or 10.30% from 165); Max value from RGB is 128 - color contains mainly: red. Hex color #801411 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #801411 is #7FEBEE. Grayscale: #343434. Windows color (decimal): -8383471 or 1119360. OLE color: 1119360.

HSL color Cylindrical-coordinate representation of color #801411: hue angle of 1.62º degrees, saturation: 0.77, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #801411 is Cyan = 0, Magento = 0.84, Yellow = 0.87 and Black (K on CMYK) = 0.50.

Color convert

RGB 128 20 17 -
CMYK 0 0.84 0.87 0.50
HSL 1.62º 0.77% 0.28% -
HSV(B) 1.62º 0.87% 0.5% -
XYZ 9.25 5.13 1.03 -
YUV 51.95 108.28 182.24 -
System Red Green Blue C M Y K H S L
Decimal 128 20 17 0 0.84 0.87 0.50 1.62 0.77 0.28
Hex 80 14 11 0 54 57 32 2 4D 1C
Octal 200 24 21 0 124 127 62 2 115 34
Binary 10000000 10100 10001 0 1010100 1010111 110010 10 1001101 11100

Color Harmonies of #801411

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #801411

Black with #801411

Text Example


Text Example

White with #801411

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #801411; }

 p { color: rgb(128,20,17); }

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

background-color css

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

 a { background-color: rgb(128,20,17); }

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

border-color css

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

 span { border-color: rgb(128,20,17); }

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