Html Css Color HEX #801710 Falu Red

📋 copy color: '#801710'

red 128 ◦ green 23 ◦ blue 16

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

Shades of Falu Red #801710

Tints of Falu Red #801710

RGB

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

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

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

R = 76.65%
G = 13.77%
B = 9.58%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.88

 K value IS 0.50

RGB Variations

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

Color information

#801710 (or 0x801710) is known color: Falu Red. HEX triplet: 80, 17 and 10. RGB value is (128,23,16). Sum of RGB (Red+Green+Blue) = 128+23+16=167 (22% of max value = 765). Red value is 128 (50.39% from 255 or 76.65% from 167); Green value is 23 (9.38% from 255 or 13.77% from 167); Blue value is 16 (6.64% from 255 or 9.58% from 167); Max value from RGB is 128 - color contains mainly: red. Hex color #801710 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #801710 is #7FE8EF. Grayscale: #353535. Windows color (decimal): -8382704 or 1054592. OLE color: 1054592.

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

Color convert

RGB 128 23 16 -
CMYK 0 0.82 0.88 0.50
HSL 3.75º 0.78% 0.28% -
HSV(B) 3.75º 0.88% 0.5% -
XYZ 9.3 5.24 1.01 -
YUV 53.6 106.79 181.07 -
System Red Green Blue C M Y K H S L
Decimal 128 23 16 0 0.82 0.88 0.50 3.75 0.78 0.28
Hex 80 17 10 0 52 58 32 4 4E 1C
Octal 200 27 20 0 122 130 62 4 116 34
Binary 10000000 10111 10000 0 1010010 1011000 110010 100 1001110 11100

Color Harmonies of #801710

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #801710

Black with #801710

Text Example


Text Example

White with #801710

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #801710; }

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

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

background-color css

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

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

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

border-color css

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

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

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