Html Css Color HEX #801110 Falu Red

📋 copy color: '#801110'

red 128 ◦ green 17 ◦ blue 16

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

Shades of Falu Red #801110

Tints of Falu Red #801110

RGB

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

 GREEN value IS 17 (7.03% from 255) = 10.56%

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

R = 79.5%
G = 10.56%
B = 9.94%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.88

 K value IS 0.50

RGB Variations

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

Color information

#801110 (or 0x801110) is known color: Falu Red. HEX triplet: 80, 11 and 10. RGB value is (128,17,16). Sum of RGB (Red+Green+Blue) = 128+17+16=161 (21% of max value = 765). Red value is 128 (50.39% from 255 or 79.50% from 161); Green value is 17 (7.03% from 255 or 10.56% from 161); Blue value is 16 (6.64% from 255 or 9.94% from 161); Max value from RGB is 128 - color contains mainly: red. Hex color #801110 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #801110 is #7FEEEF. Grayscale: #323232. Windows color (decimal): -8384240 or 1053056. OLE color: 1053056.

HSL color Cylindrical-coordinate representation of color #801110: hue angle of 0.54º 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 #801110 is Cyan = 0, Magento = 0.87, Yellow = 0.88 and Black (K on CMYK) = 0.50.

Color convert

RGB 128 17 16 -
CMYK 0 0.87 0.88 0.50
HSL 0.54º 0.78% 0.28% -
HSV(B) 0.54º 0.88% 0.5% -
XYZ 9.2 5.03 0.98 -
YUV 50.08 108.77 183.58 -
System Red Green Blue C M Y K H S L
Decimal 128 17 16 0 0.87 0.88 0.50 0.54 0.78 0.28
Hex 80 11 10 0 57 58 32 1 4E 1C
Octal 200 21 20 0 127 130 62 1 116 34
Binary 10000000 10001 10000 0 1010111 1011000 110010 1 1001110 11100

Color Harmonies of #801110

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #801110

Black with #801110

Text Example


Text Example

White with #801110

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #801110; }

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

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

background-color css

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

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

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

border-color css

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

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

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