Html Css Color HEX #801D01 Falu Red

📋 copy color: '#801D01'

red 128 ◦ green 29 ◦ blue 1

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

Shades of Falu Red #801D01

Tints of Falu Red #801D01

RGB

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

 GREEN value IS 29 (11.72% from 255) = 18.35%

 BLUE value IS 1 (0.78% from 255) = 0.63%

R = 81.01%
G = 18.35%
B = 0.63%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.99

 K value IS 0.50

RGB Variations

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

Color information

#801D01 (or 0x801D01) is known color: Falu Red. HEX triplet: 80, 1D and 01. RGB value is (128,29,1). Sum of RGB (Red+Green+Blue) = 128+29+1=158 (20% of max value = 765). Red value is 128 (50.39% from 255 or 81.01% from 158); Green value is 29 (11.72% from 255 or 18.35% from 158); Blue value is 1 (0.78% from 255 or 0.63% from 158); Max value from RGB is 128 - color contains mainly: red. Hex color #801D01 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #801D01 is #7FE2FE. Grayscale: #373737. Windows color (decimal): -8381183 or 73088. OLE color: 73088.

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

Color convert

RGB 128 29 1 -
CMYK 0 0.77 0.99 0.50
HSL 13.23º 0.98% 0.25% -
HSV(B) 13.23º 0.99% 0.5% -
XYZ 9.35 5.47 0.59 -
YUV 55.41 97.3 179.78 -
System Red Green Blue C M Y K H S L
Decimal 128 29 1 0 0.77 0.99 0.50 13.23 0.98 0.25
Hex 80 1D 1 0 4D 63 32 D 62 19
Octal 200 35 1 0 115 143 62 15 142 31
Binary 10000000 11101 1 0 1001101 1100011 110010 1101 1100010 11001

Color Harmonies of #801D01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #801D01

Black with #801D01

Text Example


Text Example

White with #801D01

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(128,29,1); }

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

background-color css

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

 a { background-color: rgb(128,29,1); }

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

border-color css

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

 span { border-color: rgb(128,29,1); }

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