Html Css Color HEX #801413 Falu Red

📋 copy color: '#801413'

red 128 ◦ green 20 ◦ blue 19

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

Shades of Falu Red #801413

Tints of Falu Red #801413

RGB

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

 GREEN value IS 20 (8.2% from 255) = 11.98%

 BLUE value IS 19 (7.81% from 255) = 11.38%

R = 76.65%
G = 11.98%
B = 11.38%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.85

 K value IS 0.50

RGB Variations

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

Color information

#801413 (or 0x801413) is known color: Falu Red. HEX triplet: 80, 14 and 13. RGB value is (128,20,19). Sum of RGB (Red+Green+Blue) = 128+20+19=167 (22% of max value = 765). Red value is 128 (50.39% from 255 or 76.65% from 167); Green value is 20 (8.20% from 255 or 11.98% from 167); Blue value is 19 (7.81% from 255 or 11.38% from 167); Max value from RGB is 128 - color contains mainly: red. Hex color #801413 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #801413 is #7FEBEC. Grayscale: #343434. Windows color (decimal): -8383469 or 1250432. OLE color: 1250432.

HSL color Cylindrical-coordinate representation of color #801413: hue angle of 0.55º degrees, saturation: 0.74, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #801413 is Cyan = 0, Magento = 0.84, Yellow = 0.85 and Black (K on CMYK) = 0.50.

Color convert

RGB 128 20 19 -
CMYK 0 0.84 0.85 0.50
HSL 0.55º 0.74% 0.29% -
HSV(B) 0.55º 0.85% 0.5% -
XYZ 9.27 5.14 1.12 -
YUV 52.18 109.28 182.08 -
System Red Green Blue C M Y K H S L
Decimal 128 20 19 0 0.84 0.85 0.50 0.55 0.74 0.29
Hex 80 14 13 0 54 55 32 1 4A 1D
Octal 200 24 23 0 124 125 62 1 112 35
Binary 10000000 10100 10011 0 1010100 1010101 110010 1 1001010 11101

Color Harmonies of #801413

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #801413

Black with #801413

Text Example


Text Example

White with #801413

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #801413; }

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

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

background-color css

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

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

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

border-color css

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

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

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