Html Css Color HEX #801810 Falu Red

📋 copy color: '#801810'

red 128 ◦ green 24 ◦ blue 16

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

Shades of Falu Red #801810

Tints of Falu Red #801810

RGB

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

 GREEN value IS 24 (9.77% from 255) = 14.29%

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

R = 76.19%
G = 14.29%
B = 9.52%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.88

 K value IS 0.50

RGB Variations

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

Color information

#801810 (or 0x801810) is known color: Falu Red. HEX triplet: 80, 18 and 10. RGB value is (128,24,16). Sum of RGB (Red+Green+Blue) = 128+24+16=168 (22% of max value = 765). Red value is 128 (50.39% from 255 or 76.19% from 168); Green value is 24 (9.77% from 255 or 14.29% from 168); Blue value is 16 (6.64% from 255 or 9.52% from 168); Max value from RGB is 128 - color contains mainly: red. Hex color #801810 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #801810 is #7FE7EF. Grayscale: #363636. Windows color (decimal): -8382448 or 1054848. OLE color: 1054848.

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

Color convert

RGB 128 24 16 -
CMYK 0 0.81 0.88 0.50
HSL 4.29º 0.78% 0.28% -
HSV(B) 4.29º 0.88% 0.5% -
XYZ 9.32 5.28 1.02 -
YUV 54.18 106.46 180.65 -
System Red Green Blue C M Y K H S L
Decimal 128 24 16 0 0.81 0.88 0.50 4.29 0.78 0.28
Hex 80 18 10 0 51 58 32 4 4E 1C
Octal 200 30 20 0 121 130 62 4 116 34
Binary 10000000 11000 10000 0 1010001 1011000 110010 100 1001110 11100

Color Harmonies of #801810

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #801810

Black with #801810

Text Example


Text Example

White with #801810

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #801810; }

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

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

background-color css

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

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

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

border-color css

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

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

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