Html Css Color HEX #801808 Falu Red

📋 copy color: '#801808'

red 128 ◦ green 24 ◦ blue 8

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

Shades of Falu Red #801808

Tints of Falu Red #801808

RGB

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

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

 BLUE value IS 8 (3.52% from 255) = 5%

R = 80%
G = 15%
B = 5%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.94

 K value IS 0.50

RGB Variations

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

Color information

#801808 (or 0x801808) is known color: Falu Red. HEX triplet: 80, 18 and 08. RGB value is (128,24,8). Sum of RGB (Red+Green+Blue) = 128+24+8=160 (21% of max value = 765). Red value is 128 (50.39% from 255 or 80% from 160); Green value is 24 (9.77% from 255 or 15% from 160); Blue value is 8 (3.52% from 255 or 5% from 160); Max value from RGB is 128 - color contains mainly: red. Hex color #801808 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #801808 is #7FE7F7. Grayscale: #353535. Windows color (decimal): -8382456 or 530560. OLE color: 530560.

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

Color convert

RGB 128 24 8 -
CMYK 0 0.81 0.94 0.50
HSL 0.88% 0.27% -
HSV(B) 0.94% 0.5% -
XYZ 9.27 5.26 0.76 -
YUV 53.27 102.46 181.3 -
System Red Green Blue C M Y K H S L
Decimal 128 24 8 0 0.81 0.94 0.50 8 0.88 0.27
Hex 80 18 8 0 51 5E 32 8 58 1B
Octal 200 30 10 0 121 136 62 10 130 33
Binary 10000000 11000 1000 0 1010001 1011110 110010 1000 1011000 11011

Color Harmonies of #801808

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #801808

Black with #801808

Text Example


Text Example

White with #801808

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #801808; }

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

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

background-color css

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

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

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

border-color css

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

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

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