Html Css Color HEX #801511 Falu Red

📋 copy color: '#801511'

red 128 ◦ green 21 ◦ blue 17

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

Shades of Falu Red #801511

Tints of Falu Red #801511

RGB

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

 GREEN value IS 21 (8.59% from 255) = 12.65%

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

R = 77.11%
G = 12.65%
B = 10.24%

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

#801511 (or 0x801511) is known color: Falu Red. HEX triplet: 80, 15 and 11. RGB value is (128,21,17). Sum of RGB (Red+Green+Blue) = 128+21+17=166 (21% of max value = 765). Red value is 128 (50.39% from 255 or 77.11% from 166); Green value is 21 (8.59% from 255 or 12.65% from 166); Blue value is 17 (7.03% from 255 or 10.24% from 166); Max value from RGB is 128 - color contains mainly: red. Hex color #801511 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #801511 is #7FEAEE. Grayscale: #343434. Windows color (decimal): -8383215 or 1119616. OLE color: 1119616.

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

Color convert

RGB 128 21 17 -
CMYK 0 0.84 0.87 0.50
HSL 2.16º 0.77% 0.28% -
HSV(B) 2.16º 0.87% 0.5% -
XYZ 9.27 5.17 1.04 -
YUV 52.54 107.95 181.83 -
System Red Green Blue C M Y K H S L
Decimal 128 21 17 0 0.84 0.87 0.50 2.16 0.77 0.28
Hex 80 15 11 0 54 57 32 2 4D 1C
Octal 200 25 21 0 124 127 62 2 115 34
Binary 10000000 10101 10001 0 1010100 1010111 110010 10 1001101 11100

Color Harmonies of #801511

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #801511

Black with #801511

Text Example


Text Example

White with #801511

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #801511; }

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

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

background-color css

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

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

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

border-color css

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

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

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