Html Css Color HEX #801900 Falu Red

📋 copy color: '#801900'

red 128 ◦ green 25 ◦ blue 0

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

Shades of Falu Red #801900

Tints of Falu Red #801900

RGB

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

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

 BLUE value IS 0 (0.39% from 255) = 0%

R = 83.66%
G = 16.34%
B = 0%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 1

 K value IS 0.50

RGB Variations

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

Color information

#801900 (or 0x801900) is known color: Falu Red. HEX triplet: 80, 19 and 00. RGB value is (128,25,0). Sum of RGB (Red+Green+Blue) = 128+25+0=153 (20% of max value = 765). Red value is 128 (50.39% from 255 or 83.66% from 153); Green value is 25 (10.16% from 255 or 16.34% from 153); Blue value is 0 (0.39% from 255 or 0% from 153); Max value from RGB is 128 - color contains mainly: red. Hex color #801900 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #801900 is #7FE6FF. Grayscale: #353535. Windows color (decimal): -8382208 or 6528. OLE color: 6528.

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

Color convert

RGB 128 25 0 -
CMYK 0 0.80 1 0.50
HSL 11.72º 1% 0.25% -
HSV(B) 11.72º 1% 0.5% -
XYZ 9.25 5.28 0.53 -
YUV 52.95 98.12 181.53 -
System Red Green Blue C M Y K H S L
Decimal 128 25 0 0 0.80 1 0.50 11.72 1 0.25
Hex 80 19 0 0 50 64 32 C 64 19
Octal 200 31 0 0 120 144 62 14 144 31
Binary 10000000 11001 0 0 1010000 1100100 110010 1100 1100100 11001

Color Harmonies of #801900

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #801900

Black with #801900

Text Example


Text Example

White with #801900

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #801900; }

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

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

background-color css

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

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

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

border-color css

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

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

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