Html Css Color HEX #801D14 Falu Red

📋 copy color: '#801D14'

red 128 ◦ green 29 ◦ blue 20

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

Shades of Falu Red #801D14

Tints of Falu Red #801D14

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 11.3%

R = 72.32%
G = 16.38%
B = 11.3%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.84

 K value IS 0.50

RGB Variations

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

Color information

#801D14 (or 0x801D14) is known color: Falu Red. HEX triplet: 80, 1D and 14. RGB value is (128,29,20). Sum of RGB (Red+Green+Blue) = 128+29+20=177 (23% of max value = 765). Red value is 128 (50.39% from 255 or 72.32% from 177); Green value is 29 (11.72% from 255 or 16.38% from 177); Blue value is 20 (8.20% from 255 or 11.30% from 177); Max value from RGB is 128 - color contains mainly: red. Hex color #801D14 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #801D14 is #7FE2EB. Grayscale: #393939. Windows color (decimal): -8381164 or 1318272. OLE color: 1318272.

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

Color convert

RGB 128 29 20 -
CMYK 0 0.77 0.84 0.50
HSL 0.73% 0.29% -
HSV(B) 0.84% 0.5% -
XYZ 9.47 5.52 1.23 -
YUV 57.58 106.8 178.23 -
System Red Green Blue C M Y K H S L
Decimal 128 29 20 0 0.77 0.84 0.50 5 0.73 0.29
Hex 80 1D 14 0 4D 54 32 5 49 1D
Octal 200 35 24 0 115 124 62 5 111 35
Binary 10000000 11101 10100 0 1001101 1010100 110010 101 1001001 11101

Color Harmonies of #801D14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #801D14

Black with #801D14

Text Example


Text Example

White with #801D14

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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