Html Css Color HEX #801108 Falu Red

📋 copy color: '#801108'

red 128 ◦ green 17 ◦ blue 8

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

Shades of Falu Red #801108

Tints of Falu Red #801108

RGB

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

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

 BLUE value IS 8 (3.52% from 255) = 5.23%

R = 83.66%
G = 11.11%
B = 5.23%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.94

 K value IS 0.50

RGB Variations

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

Color information

#801108 (or 0x801108) is known color: Falu Red. HEX triplet: 80, 11 and 08. RGB value is (128,17,8). Sum of RGB (Red+Green+Blue) = 128+17+8=153 (20% of max value = 765). Red value is 128 (50.39% from 255 or 83.66% from 153); Green value is 17 (7.03% from 255 or 11.11% from 153); Blue value is 8 (3.52% from 255 or 5.23% from 153); Max value from RGB is 128 - color contains mainly: red. Hex color #801108 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #801108 is #7FEEF7. Grayscale: #313131. Windows color (decimal): -8384248 or 528768. OLE color: 528768.

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

Color convert

RGB 128 17 8 -
CMYK 0 0.87 0.94 0.50
HSL 4.5º 0.88% 0.27% -
HSV(B) 4.5º 0.94% 0.5% -
XYZ 9.15 5.01 0.71 -
YUV 49.16 104.77 184.23 -
System Red Green Blue C M Y K H S L
Decimal 128 17 8 0 0.87 0.94 0.50 4.5 0.88 0.27
Hex 80 11 8 0 57 5E 32 4 58 1B
Octal 200 21 10 0 127 136 62 4 130 33
Binary 10000000 10001 1000 0 1010111 1011110 110010 100 1011000 11011

Color Harmonies of #801108

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #801108

Black with #801108

Text Example


Text Example

White with #801108

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #801108; }

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

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

background-color css

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

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

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

border-color css

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

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

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