Html Css Color HEX #801B11 Falu Red

📋 copy color: '#801B11'

red 128 ◦ green 27 ◦ blue 17

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

Shades of Falu Red #801B11

Tints of Falu Red #801B11

RGB

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

 GREEN value IS 27 (10.94% from 255) = 15.7%

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

R = 74.42%
G = 15.7%
B = 9.88%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.87

 K value IS 0.50

RGB Variations

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

Color information

#801B11 (or 0x801B11) is known color: Falu Red. HEX triplet: 80, 1B and 11. RGB value is (128,27,17). Sum of RGB (Red+Green+Blue) = 128+27+17=172 (22% of max value = 765). Red value is 128 (50.39% from 255 or 74.42% from 172); Green value is 27 (10.94% from 255 or 15.70% from 172); Blue value is 17 (7.03% from 255 or 9.88% from 172); Max value from RGB is 128 - color contains mainly: red. Hex color #801B11 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #801B11 is #7FE4EE. Grayscale: #383838. Windows color (decimal): -8381679 or 1121152. OLE color: 1121152.

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

Color convert

RGB 128 27 17 -
CMYK 0 0.79 0.87 0.50
HSL 5.41º 0.77% 0.28% -
HSV(B) 5.41º 0.87% 0.5% -
XYZ 9.4 5.41 1.08 -
YUV 56.06 105.96 179.31 -
System Red Green Blue C M Y K H S L
Decimal 128 27 17 0 0.79 0.87 0.50 5.41 0.77 0.28
Hex 80 1B 11 0 4F 57 32 5 4D 1C
Octal 200 33 21 0 117 127 62 5 115 34
Binary 10000000 11011 10001 0 1001111 1010111 110010 101 1001101 11100

Color Harmonies of #801B11

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #801B11

Black with #801B11

Text Example


Text Example

White with #801B11

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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