Html Css Color HEX #801D11 Falu Red

📋 copy color: '#801D11'

red 128 ◦ green 29 ◦ blue 17

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

Shades of Falu Red #801D11

Tints of Falu Red #801D11

RGB

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

 GREEN value IS 29 (11.72% from 255) = 16.67%

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

R = 73.56%
G = 16.67%
B = 9.77%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.87

 K value IS 0.50

RGB Variations

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

Color information

#801D11 (or 0x801D11) is known color: Falu Red. HEX triplet: 80, 1D and 11. RGB value is (128,29,17). Sum of RGB (Red+Green+Blue) = 128+29+17=174 (23% of max value = 765). Red value is 128 (50.39% from 255 or 73.56% from 174); Green value is 29 (11.72% from 255 or 16.67% from 174); Blue value is 17 (7.03% from 255 or 9.77% from 174); Max value from RGB is 128 - color contains mainly: red. Hex color #801D11 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #801D11 is #7FE2EE. Grayscale: #393939. Windows color (decimal): -8381167 or 1121664. OLE color: 1121664.

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

Color convert

RGB 128 29 17 -
CMYK 0 0.77 0.87 0.50
HSL 6.49º 0.77% 0.28% -
HSV(B) 6.49º 0.87% 0.5% -
XYZ 9.44 5.51 1.1 -
YUV 57.23 105.3 178.48 -
System Red Green Blue C M Y K H S L
Decimal 128 29 17 0 0.77 0.87 0.50 6.49 0.77 0.28
Hex 80 1D 11 0 4D 57 32 6 4D 1C
Octal 200 35 21 0 115 127 62 6 115 34
Binary 10000000 11101 10001 0 1001101 1010111 110010 110 1001101 11100

Color Harmonies of #801D11

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #801D11

Black with #801D11

Text Example


Text Example

White with #801D11

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #801D11; }

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

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

background-color css

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

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

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

border-color css

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

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

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