Html Css Color HEX #801801 Falu Red

📋 copy color: '#801801'

red 128 ◦ green 24 ◦ blue 1

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

Shades of Falu Red #801801

Tints of Falu Red #801801

RGB

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

 GREEN value IS 24 (9.77% from 255) = 15.69%

 BLUE value IS 1 (0.78% from 255) = 0.65%

R = 83.66%
G = 15.69%
B = 0.65%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.99

 K value IS 0.50

RGB Variations

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

Color information

#801801 (or 0x801801) is known color: Falu Red. HEX triplet: 80, 18 and 01. RGB value is (128,24,1). Sum of RGB (Red+Green+Blue) = 128+24+1=153 (20% of max value = 765). Red value is 128 (50.39% from 255 or 83.66% from 153); Green value is 24 (9.77% from 255 or 15.69% from 153); Blue value is 1 (0.78% from 255 or 0.65% from 153); Max value from RGB is 128 - color contains mainly: red. Hex color #801801 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #801801 is #7FE7FE. Grayscale: #343434. Windows color (decimal): -8382463 or 71808. OLE color: 71808.

HSL color Cylindrical-coordinate representation of color #801801: hue angle of 10.87º degrees, saturation: 0.98, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #801801 is Cyan = 0, Magento = 0.81, Yellow = 0.99 and Black (K on CMYK) = 0.50.

Color convert

RGB 128 24 1 -
CMYK 0 0.81 0.99 0.50
HSL 10.87º 0.98% 0.25% -
HSV(B) 10.87º 0.99% 0.5% -
XYZ 9.23 5.24 0.55 -
YUV 52.47 98.96 181.87 -
System Red Green Blue C M Y K H S L
Decimal 128 24 1 0 0.81 0.99 0.50 10.87 0.98 0.25
Hex 80 18 1 0 51 63 32 B 62 19
Octal 200 30 1 0 121 143 62 13 142 31
Binary 10000000 11000 1 0 1010001 1100011 110010 1011 1100010 11001

Color Harmonies of #801801

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #801801

Black with #801801

Text Example


Text Example

White with #801801

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #801801; }

 p { color: rgb(128,24,1); }

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

background-color css

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

 a { background-color: rgb(128,24,1); }

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

border-color css

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

 span { border-color: rgb(128,24,1); }

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