Html Css Color HEX #801D17 Falu Red

📋 copy color: '#801D17'

red 128 ◦ green 29 ◦ blue 23

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

Shades of Falu Red #801D17

Tints of Falu Red #801D17

RGB

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

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

 BLUE value IS 23 (9.38% from 255) = 12.78%

R = 71.11%
G = 16.11%
B = 12.78%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.82

 K value IS 0.50

RGB Variations

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

Color information

#801D17 (or 0x801D17) is known color: Falu Red. HEX triplet: 80, 1D and 17. RGB value is (128,29,23). Sum of RGB (Red+Green+Blue) = 128+29+23=180 (23% of max value = 765). Red value is 128 (50.39% from 255 or 71.11% from 180); Green value is 29 (11.72% from 255 or 16.11% from 180); Blue value is 23 (9.38% from 255 or 12.78% from 180); Max value from RGB is 128 - color contains mainly: red. Hex color #801D17 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #801D17 is #7FE2E8. Grayscale: #3A3A3A. Windows color (decimal): -8381161 or 1514880. OLE color: 1514880.

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

Color convert

RGB 128 29 23 -
CMYK 0 0.77 0.82 0.50
HSL 3.43º 0.7% 0.3% -
HSV(B) 3.43º 0.82% 0.5% -
XYZ 9.5 5.53 1.38 -
YUV 57.92 108.3 177.99 -
System Red Green Blue C M Y K H S L
Decimal 128 29 23 0 0.77 0.82 0.50 3.43 0.7 0.3
Hex 80 1D 17 0 4D 52 32 3 46 1E
Octal 200 35 27 0 115 122 62 3 106 36
Binary 10000000 11101 10111 0 1001101 1010010 110010 11 1000110 11110

Color Harmonies of #801D17

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #801D17

Black with #801D17

Text Example


Text Example

White with #801D17

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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