Html Css Color HEX #802011 Falu Red

📋 copy color: '#802011'

red 128 ◦ green 32 ◦ blue 17

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

Shades of Falu Red #802011

Tints of Falu Red #802011

RGB

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

 GREEN value IS 32 (12.89% from 255) = 18.08%

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

R = 72.32%
G = 18.08%
B = 9.6%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.87

 K value IS 0.50

RGB Variations

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

Color information

#802011 (or 0x802011) is known color: Falu Red. HEX triplet: 80, 20 and 11. RGB value is (128,32,17). Sum of RGB (Red+Green+Blue) = 128+32+17=177 (23% of max value = 765). Red value is 128 (50.39% from 255 or 72.32% from 177); Green value is 32 (12.89% from 255 or 18.08% from 177); Blue value is 17 (7.03% from 255 or 9.60% from 177); Max value from RGB is 128 - color contains mainly: red. Hex color #802011 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #802011 is #7FDFEE. Grayscale: #3B3B3B. Windows color (decimal): -8380399 or 1122432. OLE color: 1122432.

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

Color convert

RGB 128 32 17 -
CMYK 0 0.75 0.87 0.50
HSL 8.11º 0.77% 0.28% -
HSV(B) 8.11º 0.87% 0.5% -
XYZ 9.52 5.66 1.12 -
YUV 58.99 104.3 177.22 -
System Red Green Blue C M Y K H S L
Decimal 128 32 17 0 0.75 0.87 0.50 8.11 0.77 0.28
Hex 80 20 11 0 4B 57 32 8 4D 1C
Octal 200 40 21 0 113 127 62 10 115 34
Binary 10000000 100000 10001 0 1001011 1010111 110010 1000 1001101 11100

Color Harmonies of #802011

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #802011

Black with #802011

Text Example


Text Example

White with #802011

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #802011; }

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

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

background-color css

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

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

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

border-color css

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

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

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