Html Css Color HEX #801909 Falu Red

📋 copy color: '#801909'

red 128 ◦ green 25 ◦ blue 9

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

Shades of Falu Red #801909

Tints of Falu Red #801909

RGB

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

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

 BLUE value IS 9 (3.91% from 255) = 5.56%

R = 79.01%
G = 15.43%
B = 5.56%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.93

 K value IS 0.50

RGB Variations

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

Color information

#801909 (or 0x801909) is known color: Falu Red. HEX triplet: 80, 19 and 09. RGB value is (128,25,9). Sum of RGB (Red+Green+Blue) = 128+25+9=162 (21% of max value = 765). Red value is 128 (50.39% from 255 or 79.01% from 162); Green value is 25 (10.16% from 255 or 15.43% from 162); Blue value is 9 (3.91% from 255 or 5.56% from 162); Max value from RGB is 128 - color contains mainly: red. Hex color #801909 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #801909 is #7FE6F6. Grayscale: #363636. Windows color (decimal): -8382199 or 596352. OLE color: 596352.

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

Color convert

RGB 128 25 9 -
CMYK 0 0.80 0.93 0.50
HSL 8.07º 0.87% 0.27% -
HSV(B) 8.07º 0.93% 0.5% -
XYZ 9.3 5.3 0.79 -
YUV 53.97 102.62 180.8 -
System Red Green Blue C M Y K H S L
Decimal 128 25 9 0 0.80 0.93 0.50 8.07 0.87 0.27
Hex 80 19 9 0 50 5D 32 8 57 1B
Octal 200 31 11 0 120 135 62 10 127 33
Binary 10000000 11001 1001 0 1010000 1011101 110010 1000 1010111 11011

Color Harmonies of #801909

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #801909

Black with #801909

Text Example


Text Example

White with #801909

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #801909; }

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

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

background-color css

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

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

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

border-color css

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

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

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