Html Css Color HEX #801614 Falu Red

📋 copy color: '#801614'

red 128 ◦ green 22 ◦ blue 20

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

Shades of Falu Red #801614

Tints of Falu Red #801614

RGB

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

 GREEN value IS 22 (8.98% from 255) = 12.94%

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

R = 75.29%
G = 12.94%
B = 11.76%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.84

 K value IS 0.50

RGB Variations

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

Color information

#801614 (or 0x801614) is known color: Falu Red. HEX triplet: 80, 16 and 14. RGB value is (128,22,20). Sum of RGB (Red+Green+Blue) = 128+22+20=170 (22% of max value = 765). Red value is 128 (50.39% from 255 or 75.29% from 170); Green value is 22 (8.98% from 255 or 12.94% from 170); Blue value is 20 (8.20% from 255 or 11.76% from 170); Max value from RGB is 128 - color contains mainly: red. Hex color #801614 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #801614 is #7FE9EB. Grayscale: #353535. Windows color (decimal): -8382956 or 1316480. OLE color: 1316480.

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

Color convert

RGB 128 22 20 -
CMYK 0 0.83 0.84 0.50
HSL 1.11º 0.73% 0.29% -
HSV(B) 1.11º 0.84% 0.5% -
XYZ 9.32 5.21 1.18 -
YUV 53.47 109.12 181.16 -
System Red Green Blue C M Y K H S L
Decimal 128 22 20 0 0.83 0.84 0.50 1.11 0.73 0.29
Hex 80 16 14 0 53 54 32 1 49 1D
Octal 200 26 24 0 123 124 62 1 111 35
Binary 10000000 10110 10100 0 1010011 1010100 110010 1 1001001 11101

Color Harmonies of #801614

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #801614

Black with #801614

Text Example


Text Example

White with #801614

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #801614; }

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

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

background-color css

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

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

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

border-color css

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

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

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