Html Css Color HEX #801C16 Falu Red

📋 copy color: '#801C16'

red 128 ◦ green 28 ◦ blue 22

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

Shades of Falu Red #801C16

Tints of Falu Red #801C16

RGB

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

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

 BLUE value IS 22 (8.98% from 255) = 12.36%

R = 71.91%
G = 15.73%
B = 12.36%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.83

 K value IS 0.50

RGB Variations

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

Color information

#801C16 (or 0x801C16) is known color: Falu Red. HEX triplet: 80, 1C and 16. RGB value is (128,28,22). Sum of RGB (Red+Green+Blue) = 128+28+22=178 (23% of max value = 765). Red value is 128 (50.39% from 255 or 71.91% from 178); Green value is 28 (11.33% from 255 or 15.73% from 178); Blue value is 22 (8.98% from 255 or 12.36% from 178); Max value from RGB is 128 - color contains mainly: red. Hex color #801C16 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #801C16 is #7FE3E9. Grayscale: #393939. Windows color (decimal): -8381418 or 1449088. OLE color: 1449088.

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

Color convert

RGB 128 28 22 -
CMYK 0 0.78 0.83 0.50
HSL 3.4º 0.71% 0.29% -
HSV(B) 3.4º 0.83% 0.5% -
XYZ 9.46 5.48 1.32 -
YUV 57.22 108.13 178.49 -
System Red Green Blue C M Y K H S L
Decimal 128 28 22 0 0.78 0.83 0.50 3.4 0.71 0.29
Hex 80 1C 16 0 4E 53 32 3 47 1D
Octal 200 34 26 0 116 123 62 3 107 35
Binary 10000000 11100 10110 0 1001110 1010011 110010 11 1000111 11101

Color Harmonies of #801C16

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #801C16

Black with #801C16

Text Example


Text Example

White with #801C16

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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