Html Css Color HEX #801904 Falu Red

📋 copy color: '#801904'

red 128 ◦ green 25 ◦ blue 4

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

Shades of Falu Red #801904

Tints of Falu Red #801904

RGB

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

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

 BLUE value IS 4 (1.95% from 255) = 2.55%

R = 81.53%
G = 15.92%
B = 2.55%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.97

 K value IS 0.50

RGB Variations

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

Color information

#801904 (or 0x801904) is known color: Falu Red. HEX triplet: 80, 19 and 04. RGB value is (128,25,4). Sum of RGB (Red+Green+Blue) = 128+25+4=157 (20% of max value = 765). Red value is 128 (50.39% from 255 or 81.53% from 157); Green value is 25 (10.16% from 255 or 15.92% from 157); Blue value is 4 (1.95% from 255 or 2.55% from 157); Max value from RGB is 128 - color contains mainly: red. Hex color #801904 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #801904 is #7FE6FB. Grayscale: #353535. Windows color (decimal): -8382204 or 268672. OLE color: 268672.

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

Color convert

RGB 128 25 4 -
CMYK 0 0.80 0.97 0.50
HSL 10.16º 0.94% 0.26% -
HSV(B) 10.16º 0.97% 0.5% -
XYZ 9.27 5.29 0.65 -
YUV 53.4 100.12 181.21 -
System Red Green Blue C M Y K H S L
Decimal 128 25 4 0 0.80 0.97 0.50 10.16 0.94 0.26
Hex 80 19 4 0 50 61 32 A 5E 1A
Octal 200 31 4 0 120 141 62 12 136 32
Binary 10000000 11001 100 0 1010000 1100001 110010 1010 1011110 11010

Color Harmonies of #801904

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #801904

Black with #801904

Text Example


Text Example

White with #801904

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #801904; }

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

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

background-color css

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

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

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

border-color css

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

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

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