Html Css Color HEX #801908 Falu Red

📋 copy color: '#801908'

red 128 ◦ green 25 ◦ blue 8

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

Shades of Falu Red #801908

Tints of Falu Red #801908

RGB

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

 GREEN value IS 25 (10.16% from 255) = 15.53%

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

R = 79.5%
G = 15.53%
B = 4.97%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.94

 K value IS 0.50

RGB Variations

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

Color information

#801908 (or 0x801908) is known color: Falu Red. HEX triplet: 80, 19 and 08. RGB value is (128,25,8). Sum of RGB (Red+Green+Blue) = 128+25+8=161 (21% of max value = 765). Red value is 128 (50.39% from 255 or 79.50% from 161); Green value is 25 (10.16% from 255 or 15.53% from 161); Blue value is 8 (3.52% from 255 or 4.97% from 161); Max value from RGB is 128 - color contains mainly: red. Hex color #801908 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #801908 is #7FE6F7. Grayscale: #363636. Windows color (decimal): -8382200 or 530816. OLE color: 530816.

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

Color convert

RGB 128 25 8 -
CMYK 0 0.80 0.94 0.50
HSL 8.5º 0.88% 0.27% -
HSV(B) 8.5º 0.94% 0.5% -
XYZ 9.29 5.3 0.76 -
YUV 53.86 102.12 180.88 -
System Red Green Blue C M Y K H S L
Decimal 128 25 8 0 0.80 0.94 0.50 8.5 0.88 0.27
Hex 80 19 8 0 50 5E 32 8 58 1B
Octal 200 31 10 0 120 136 62 10 130 33
Binary 10000000 11001 1000 0 1010000 1011110 110010 1000 1011000 11011

Color Harmonies of #801908

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #801908

Black with #801908

Text Example


Text Example

White with #801908

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #801908; }

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

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

background-color css

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

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

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

border-color css

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

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

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