Html Css Color HEX #801804 Falu Red

📋 copy color: '#801804'

red 128 ◦ green 24 ◦ blue 4

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

Shades of Falu Red #801804

Tints of Falu Red #801804

RGB

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

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

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

R = 82.05%
G = 15.38%
B = 2.56%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.97

 K value IS 0.50

RGB Variations

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

Color information

#801804 (or 0x801804) is known color: Falu Red. HEX triplet: 80, 18 and 04. RGB value is (128,24,4). Sum of RGB (Red+Green+Blue) = 128+24+4=156 (20% of max value = 765). Red value is 128 (50.39% from 255 or 82.05% from 156); Green value is 24 (9.77% from 255 or 15.38% from 156); Blue value is 4 (1.95% from 255 or 2.56% from 156); Max value from RGB is 128 - color contains mainly: red. Hex color #801804 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #801804 is #7FE7FB. Grayscale: #353535. Windows color (decimal): -8382460 or 268416. OLE color: 268416.

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

Color convert

RGB 128 24 4 -
CMYK 0 0.81 0.97 0.50
HSL 9.68º 0.94% 0.26% -
HSV(B) 9.68º 0.97% 0.5% -
XYZ 9.25 5.25 0.64 -
YUV 52.82 100.46 181.63 -
System Red Green Blue C M Y K H S L
Decimal 128 24 4 0 0.81 0.97 0.50 9.68 0.94 0.26
Hex 80 18 4 0 51 61 32 A 5E 1A
Octal 200 30 4 0 121 141 62 12 136 32
Binary 10000000 11000 100 0 1010001 1100001 110010 1010 1011110 11010

Color Harmonies of #801804

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #801804

Black with #801804

Text Example


Text Example

White with #801804

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #801804; }

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

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

background-color css

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

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

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

border-color css

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

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

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