Html Css Color HEX #801714 Falu Red

📋 copy color: '#801714'

red 128 ◦ green 23 ◦ blue 20

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

Shades of Falu Red #801714

Tints of Falu Red #801714

RGB

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

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

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

R = 74.85%
G = 13.45%
B = 11.7%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.84

 K value IS 0.50

RGB Variations

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

Color information

#801714 (or 0x801714) is known color: Falu Red. HEX triplet: 80, 17 and 14. RGB value is (128,23,20). Sum of RGB (Red+Green+Blue) = 128+23+20=171 (22% of max value = 765). Red value is 128 (50.39% from 255 or 74.85% from 171); Green value is 23 (9.38% from 255 or 13.45% from 171); Blue value is 20 (8.20% from 255 or 11.70% from 171); Max value from RGB is 128 - color contains mainly: red. Hex color #801714 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #801714 is #7FE8EB. Grayscale: #363636. Windows color (decimal): -8382700 or 1316736. OLE color: 1316736.

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

Color convert

RGB 128 23 20 -
CMYK 0 0.82 0.84 0.50
HSL 1.67º 0.73% 0.29% -
HSV(B) 1.67º 0.84% 0.5% -
XYZ 9.33 5.25 1.18 -
YUV 54.05 108.79 180.74 -
System Red Green Blue C M Y K H S L
Decimal 128 23 20 0 0.82 0.84 0.50 1.67 0.73 0.29
Hex 80 17 14 0 52 54 32 2 49 1D
Octal 200 27 24 0 122 124 62 2 111 35
Binary 10000000 10111 10100 0 1010010 1010100 110010 10 1001001 11101

Color Harmonies of #801714

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #801714

Black with #801714

Text Example


Text Example

White with #801714

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #801714; }

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

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

background-color css

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

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

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

border-color css

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

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

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