Html Css Color HEX #801514 Falu Red

📋 copy color: '#801514'

red 128 ◦ green 21 ◦ blue 20

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

Shades of Falu Red #801514

Tints of Falu Red #801514

RGB

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

 GREEN value IS 21 (8.59% from 255) = 12.43%

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

R = 75.74%
G = 12.43%
B = 11.83%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.84

 K value IS 0.50

RGB Variations

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

Color information

#801514 (or 0x801514) is known color: Falu Red. HEX triplet: 80, 15 and 14. RGB value is (128,21,20). Sum of RGB (Red+Green+Blue) = 128+21+20=169 (22% of max value = 765). Red value is 128 (50.39% from 255 or 75.74% from 169); Green value is 21 (8.59% from 255 or 12.43% from 169); Blue value is 20 (8.20% from 255 or 11.83% from 169); Max value from RGB is 128 - color contains mainly: red. Hex color #801514 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #801514 is #7FEAEB. Grayscale: #343434. Windows color (decimal): -8383212 or 1316224. OLE color: 1316224.

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

Color convert

RGB 128 21 20 -
CMYK 0 0.84 0.84 0.50
HSL 0.56º 0.73% 0.29% -
HSV(B) 0.56º 0.84% 0.5% -
XYZ 9.3 5.18 1.17 -
YUV 52.88 109.45 181.58 -
System Red Green Blue C M Y K H S L
Decimal 128 21 20 0 0.84 0.84 0.50 0.56 0.73 0.29
Hex 80 15 14 0 54 54 32 1 49 1D
Octal 200 25 24 0 124 124 62 1 111 35
Binary 10000000 10101 10100 0 1010100 1010100 110010 1 1001001 11101

Color Harmonies of #801514

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #801514

Black with #801514

Text Example


Text Example

White with #801514

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #801514; }

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

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

background-color css

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

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

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

border-color css

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

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

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