Html Css Color HEX #801D15 Falu Red

📋 copy color: '#801D15'

red 128 ◦ green 29 ◦ blue 21

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

Shades of Falu Red #801D15

Tints of Falu Red #801D15

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 11.8%

R = 71.91%
G = 16.29%
B = 11.8%

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

#801D15 (or 0x801D15) is known color: Falu Red. HEX triplet: 80, 1D and 15. RGB value is (128,29,21). Sum of RGB (Red+Green+Blue) = 128+29+21=178 (23% of max value = 765). Red value is 128 (50.39% from 255 or 71.91% from 178); Green value is 29 (11.72% from 255 or 16.29% from 178); Blue value is 21 (8.59% from 255 or 11.80% from 178); Max value from RGB is 128 - color contains mainly: red. Hex color #801D15 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #801D15 is #7FE2EA. Grayscale: #393939. Windows color (decimal): -8381163 or 1383808. OLE color: 1383808.

HSL color Cylindrical-coordinate representation of color #801D15: hue angle of 4.49º degrees, saturation: 0.72, 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 #801D15 is Cyan = 0, Magento = 0.77, Yellow = 0.84 and Black (K on CMYK) = 0.50.

Color convert

RGB 128 29 21 -
CMYK 0 0.77 0.84 0.50
HSL 4.49º 0.72% 0.29% -
HSV(B) 4.49º 0.84% 0.5% -
XYZ 9.48 5.52 1.28 -
YUV 57.69 107.3 178.15 -
System Red Green Blue C M Y K H S L
Decimal 128 29 21 0 0.77 0.84 0.50 4.49 0.72 0.29
Hex 80 1D 15 0 4D 54 32 4 48 1D
Octal 200 35 25 0 115 124 62 4 110 35
Binary 10000000 11101 10101 0 1001101 1010100 110010 100 1001000 11101

Color Harmonies of #801D15

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #801D15

Black with #801D15

Text Example


Text Example

White with #801D15

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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