Html Css Color HEX #801510 Falu Red

📋 copy color: '#801510'

red 128 ◦ green 21 ◦ blue 16

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

Shades of Falu Red #801510

Tints of Falu Red #801510

RGB

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

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

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

R = 77.58%
G = 12.73%
B = 9.7%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.88

 K value IS 0.50

RGB Variations

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

Color information

#801510 (or 0x801510) is known color: Falu Red. HEX triplet: 80, 15 and 10. RGB value is (128,21,16). Sum of RGB (Red+Green+Blue) = 128+21+16=165 (21% of max value = 765). Red value is 128 (50.39% from 255 or 77.58% from 165); Green value is 21 (8.59% from 255 or 12.73% from 165); Blue value is 16 (6.64% from 255 or 9.70% from 165); Max value from RGB is 128 - color contains mainly: red. Hex color #801510 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #801510 is #7FEAEF. Grayscale: #343434. Windows color (decimal): -8383216 or 1054080. OLE color: 1054080.

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

Color convert

RGB 128 21 16 -
CMYK 0 0.84 0.88 0.50
HSL 2.68º 0.78% 0.28% -
HSV(B) 2.68º 0.88% 0.5% -
XYZ 9.26 5.16 1 -
YUV 52.42 107.45 181.91 -
System Red Green Blue C M Y K H S L
Decimal 128 21 16 0 0.84 0.88 0.50 2.68 0.78 0.28
Hex 80 15 10 0 54 58 32 3 4E 1C
Octal 200 25 20 0 124 130 62 3 116 34
Binary 10000000 10101 10000 0 1010100 1011000 110010 11 1001110 11100

Color Harmonies of #801510

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #801510

Black with #801510

Text Example


Text Example

White with #801510

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #801510; }

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

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

background-color css

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

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

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

border-color css

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

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

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