Html Css Color HEX #801310 Falu Red

📋 copy color: '#801310'

red 128 ◦ green 19 ◦ blue 16

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

Shades of Falu Red #801310

Tints of Falu Red #801310

RGB

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

 GREEN value IS 19 (7.81% from 255) = 11.66%

 BLUE value IS 16 (6.64% from 255) = 9.82%

R = 78.53%
G = 11.66%
B = 9.82%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.88

 K value IS 0.50

RGB Variations

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

Color information

#801310 (or 0x801310) is known color: Falu Red. HEX triplet: 80, 13 and 10. RGB value is (128,19,16). Sum of RGB (Red+Green+Blue) = 128+19+16=163 (21% of max value = 765). Red value is 128 (50.39% from 255 or 78.53% from 163); Green value is 19 (7.81% from 255 or 11.66% from 163); Blue value is 16 (6.64% from 255 or 9.82% from 163); Max value from RGB is 128 - color contains mainly: red. Hex color #801310 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #801310 is #7FECEF. Grayscale: #333333. Windows color (decimal): -8383728 or 1053568. OLE color: 1053568.

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

Color convert

RGB 128 19 16 -
CMYK 0 0.85 0.88 0.50
HSL 1.61º 0.78% 0.28% -
HSV(B) 1.61º 0.88% 0.5% -
XYZ 9.23 5.09 0.99 -
YUV 51.25 108.11 182.74 -
System Red Green Blue C M Y K H S L
Decimal 128 19 16 0 0.85 0.88 0.50 1.61 0.78 0.28
Hex 80 13 10 0 55 58 32 2 4E 1C
Octal 200 23 20 0 125 130 62 2 116 34
Binary 10000000 10011 10000 0 1010101 1011000 110010 10 1001110 11100

Color Harmonies of #801310

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #801310

Black with #801310

Text Example


Text Example

White with #801310

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #801310; }

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

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

background-color css

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

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

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

border-color css

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

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

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