Html Css Color HEX #801716 Falu Red

📋 copy color: '#801716'

red 128 ◦ green 23 ◦ blue 22

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

Shades of Falu Red #801716

Tints of Falu Red #801716

RGB

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

 GREEN value IS 23 (9.38% from 255) = 13.29%

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

R = 73.99%
G = 13.29%
B = 12.72%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.83

 K value IS 0.50

RGB Variations

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

Color information

#801716 (or 0x801716) is known color: Falu Red. HEX triplet: 80, 17 and 16. RGB value is (128,23,22). Sum of RGB (Red+Green+Blue) = 128+23+22=173 (22% of max value = 765). Red value is 128 (50.39% from 255 or 73.99% from 173); Green value is 23 (9.38% from 255 or 13.29% from 173); Blue value is 22 (8.98% from 255 or 12.72% from 173); Max value from RGB is 128 - color contains mainly: red. Hex color #801716 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #801716 is #7FE8E9. Grayscale: #363636. Windows color (decimal): -8382698 or 1447808. OLE color: 1447808.

HSL color Cylindrical-coordinate representation of color #801716: hue angle of 0.57º 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 #801716 is Cyan = 0, Magento = 0.82, Yellow = 0.83 and Black (K on CMYK) = 0.50.

Color convert

RGB 128 23 22 -
CMYK 0 0.82 0.83 0.50
HSL 0.57º 0.71% 0.29% -
HSV(B) 0.57º 0.83% 0.5% -
XYZ 9.35 5.26 1.28 -
YUV 54.28 109.79 180.58 -
System Red Green Blue C M Y K H S L
Decimal 128 23 22 0 0.82 0.83 0.50 0.57 0.71 0.29
Hex 80 17 16 0 52 53 32 1 47 1D
Octal 200 27 26 0 122 123 62 1 107 35
Binary 10000000 10111 10110 0 1010010 1010011 110010 1 1000111 11101

Color Harmonies of #801716

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #801716

Black with #801716

Text Example


Text Example

White with #801716

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #801716; }

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

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

background-color css

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

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

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

border-color css

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

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

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