Html Css Color HEX #801410 Falu Red

📋 copy color: '#801410'

red 128 ◦ green 20 ◦ blue 16

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

Shades of Falu Red #801410

Tints of Falu Red #801410

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 9.76%

R = 78.05%
G = 12.2%
B = 9.76%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.88

 K value IS 0.50

RGB Variations

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

Color information

#801410 (or 0x801410) is known color: Falu Red. HEX triplet: 80, 14 and 10. RGB value is (128,20,16). Sum of RGB (Red+Green+Blue) = 128+20+16=164 (21% of max value = 765). Red value is 128 (50.39% from 255 or 78.05% from 164); Green value is 20 (8.20% from 255 or 12.20% from 164); Blue value is 16 (6.64% from 255 or 9.76% from 164); Max value from RGB is 128 - color contains mainly: red. Hex color #801410 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #801410 is #7FEBEF. Grayscale: #333333. Windows color (decimal): -8383472 or 1053824. OLE color: 1053824.

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

Color convert

RGB 128 20 16 -
CMYK 0 0.84 0.88 0.50
HSL 2.14º 0.78% 0.28% -
HSV(B) 2.14º 0.88% 0.5% -
XYZ 9.25 5.13 0.99 -
YUV 51.84 107.78 182.33 -
System Red Green Blue C M Y K H S L
Decimal 128 20 16 0 0.84 0.88 0.50 2.14 0.78 0.28
Hex 80 14 10 0 54 58 32 2 4E 1C
Octal 200 24 20 0 124 130 62 2 116 34
Binary 10000000 10100 10000 0 1010100 1011000 110010 10 1001110 11100

Color Harmonies of #801410

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #801410

Black with #801410

Text Example


Text Example

White with #801410

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #801410; }

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

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

background-color css

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

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

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

border-color css

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

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

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