Html Css Color HEX #801C04 Falu Red

📋 copy color: '#801C04'

red 128 ◦ green 28 ◦ blue 4

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

Shades of Falu Red #801C04

Tints of Falu Red #801C04

RGB

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

 GREEN value IS 28 (11.33% from 255) = 17.5%

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

R = 80%
G = 17.5%
B = 2.5%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.97

 K value IS 0.50

RGB Variations

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

Color information

#801C04 (or 0x801C04) is known color: Falu Red. HEX triplet: 80, 1C and 04. RGB value is (128,28,4). Sum of RGB (Red+Green+Blue) = 128+28+4=160 (21% of max value = 765). Red value is 128 (50.39% from 255 or 80% from 160); Green value is 28 (11.33% from 255 or 17.5% from 160); Blue value is 4 (1.95% from 255 or 2.5% from 160); Max value from RGB is 128 - color contains mainly: red. Hex color #801C04 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #801C04 is #7FE3FB. Grayscale: #373737. Windows color (decimal): -8381436 or 269440. OLE color: 269440.

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

Color convert

RGB 128 28 4 -
CMYK 0 0.78 0.97 0.50
HSL 11.61º 0.94% 0.26% -
HSV(B) 11.61º 0.97% 0.5% -
XYZ 9.34 5.43 0.67 -
YUV 55.16 99.13 179.95 -
System Red Green Blue C M Y K H S L
Decimal 128 28 4 0 0.78 0.97 0.50 11.61 0.94 0.26
Hex 80 1C 4 0 4E 61 32 C 5E 1A
Octal 200 34 4 0 116 141 62 14 136 32
Binary 10000000 11100 100 0 1001110 1100001 110010 1100 1011110 11010

Color Harmonies of #801C04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #801C04

Black with #801C04

Text Example


Text Example

White with #801C04

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #801C04; }

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

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

background-color css

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

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

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

border-color css

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

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

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