Html Css Color HEX #861716 Falu Red

📋 copy color: '#861716'

red 134 ◦ green 23 ◦ blue 22

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

Shades of Falu Red #861716

Tints of Falu Red #861716

RGB

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

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

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

R = 74.86%
G = 12.85%
B = 12.29%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.84

 K value IS 0.47

RGB Variations

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

Color information

#861716 (or 0x861716) is known color: Falu Red. HEX triplet: 86, 17 and 16. RGB value is (134,23,22). Sum of RGB (Red+Green+Blue) = 134+23+22=179 (23% of max value = 765). Red value is 134 (52.73% from 255 or 74.86% from 179); Green value is 23 (9.38% from 255 or 12.85% from 179); Blue value is 22 (8.98% from 255 or 12.29% from 179); Max value from RGB is 134 - color contains mainly: red. Hex color #861716 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #861716 is #79E8E9. Grayscale: #383838. Windows color (decimal): -7989482 or 1447814. OLE color: 1447814.

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

Color convert

RGB 134 23 22 -
CMYK 0 0.83 0.84 0.47
HSL 0.54º 0.72% 0.31% -
HSV(B) 0.54º 0.84% 0.53% -
XYZ 10.28 5.74 1.32 -
YUV 56.08 108.77 183.58 -
System Red Green Blue C M Y K H S L
Decimal 134 23 22 0 0.83 0.84 0.47 0.54 0.72 0.31
Hex 86 17 16 0 53 54 2F 1 48 1F
Octal 206 27 26 0 123 124 57 1 110 37
Binary 10000110 10111 10110 0 1010011 1010100 101111 1 1001000 11111

Color Harmonies of #861716

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #861716

Black with #861716

Text Example


Text Example

White with #861716

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #861716; }

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

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

background-color css

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

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

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

border-color css

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

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

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