Html Css Color HEX #861916 Falu Red

📋 copy color: '#861916'

red 134 ◦ green 25 ◦ blue 22

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

Shades of Falu Red #861916

Tints of Falu Red #861916

RGB

 RED value IS 134 (52.73% from 255) = 74.03%

 GREEN value IS 25 (10.16% from 255) = 13.81%

 BLUE value IS 22 (8.98% from 255) = 12.15%

R = 74.03%
G = 13.81%
B = 12.15%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.84

 K value IS 0.47

RGB Variations

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

Color information

#861916 (or 0x861916) is known color: Falu Red. HEX triplet: 86, 19 and 16. RGB value is (134,25,22). Sum of RGB (Red+Green+Blue) = 134+25+22=181 (23% of max value = 765). Red value is 134 (52.73% from 255 or 74.03% from 181); Green value is 25 (10.16% from 255 or 13.81% from 181); Blue value is 22 (8.98% from 255 or 12.15% from 181); Max value from RGB is 134 - color contains mainly: red. Hex color #861916 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #861916 is #79E6E9. Grayscale: #393939. Windows color (decimal): -7988970 or 1448326. OLE color: 1448326.

HSL color Cylindrical-coordinate representation of color #861916: hue angle of 1.61º degrees, saturation: 0.72, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #861916 is Cyan = 0, Magento = 0.81, Yellow = 0.84 and Black (K on CMYK) = 0.47.

Color convert

RGB 134 25 22 -
CMYK 0 0.81 0.84 0.47
HSL 1.61º 0.72% 0.31% -
HSV(B) 1.61º 0.84% 0.53% -
XYZ 10.32 5.82 1.34 -
YUV 57.25 108.11 182.74 -
System Red Green Blue C M Y K H S L
Decimal 134 25 22 0 0.81 0.84 0.47 1.61 0.72 0.31
Hex 86 19 16 0 51 54 2F 2 48 1F
Octal 206 31 26 0 121 124 57 2 110 37
Binary 10000110 11001 10110 0 1010001 1010100 101111 10 1001000 11111

Color Harmonies of #861916

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #861916

Black with #861916

Text Example


Text Example

White with #861916

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #861916; }

 p { color: rgb(134,25,22); }

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

background-color css

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

 a { background-color: rgb(134,25,22); }

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

border-color css

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

 span { border-color: rgb(134,25,22); }

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