Html Css Color HEX #801914 Falu Red

📋 copy color: '#801914'

red 128 ◦ green 25 ◦ blue 20

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

Shades of Falu Red #801914

Tints of Falu Red #801914

RGB

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

 GREEN value IS 25 (10.16% from 255) = 14.45%

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

R = 73.99%
G = 14.45%
B = 11.56%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.84

 K value IS 0.50

RGB Variations

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

Color information

#801914 (or 0x801914) is known color: Falu Red. HEX triplet: 80, 19 and 14. RGB value is (128,25,20). Sum of RGB (Red+Green+Blue) = 128+25+20=173 (22% of max value = 765). Red value is 128 (50.39% from 255 or 73.99% from 173); Green value is 25 (10.16% from 255 or 14.45% from 173); Blue value is 20 (8.20% from 255 or 11.56% from 173); Max value from RGB is 128 - color contains mainly: red. Hex color #801914 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #801914 is #7FE6EB. Grayscale: #373737. Windows color (decimal): -8382188 or 1317248. OLE color: 1317248.

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

Color convert

RGB 128 25 20 -
CMYK 0 0.80 0.84 0.50
HSL 2.78º 0.73% 0.29% -
HSV(B) 2.78º 0.84% 0.5% -
XYZ 9.38 5.33 1.2 -
YUV 55.23 108.12 179.91 -
System Red Green Blue C M Y K H S L
Decimal 128 25 20 0 0.80 0.84 0.50 2.78 0.73 0.29
Hex 80 19 14 0 50 54 32 3 49 1D
Octal 200 31 24 0 120 124 62 3 111 35
Binary 10000000 11001 10100 0 1010000 1010100 110010 11 1001001 11101

Color Harmonies of #801914

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #801914

Black with #801914

Text Example


Text Example

White with #801914

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #801914; }

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

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

background-color css

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

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

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

border-color css

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

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

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