Html Css Color HEX #861610 Falu Red

📋 copy color: '#861610'

red 134 ◦ green 22 ◦ blue 16

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

Shades of Falu Red #861610

Tints of Falu Red #861610

RGB

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

 GREEN value IS 22 (8.98% from 255) = 12.79%

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

R = 77.91%
G = 12.79%
B = 9.3%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.88

 K value IS 0.47

RGB Variations

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

Color information

#861610 (or 0x861610) is known color: Falu Red. HEX triplet: 86, 16 and 10. RGB value is (134,22,16). Sum of RGB (Red+Green+Blue) = 134+22+16=172 (22% of max value = 765). Red value is 134 (52.73% from 255 or 77.91% from 172); Green value is 22 (8.98% from 255 or 12.79% from 172); Blue value is 16 (6.64% from 255 or 9.30% from 172); Max value from RGB is 134 - color contains mainly: red. Hex color #861610 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #861610 is #79E9EF. Grayscale: #363636. Windows color (decimal): -7989744 or 1054342. OLE color: 1054342.

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

Color convert

RGB 134 22 16 -
CMYK 0 0.84 0.88 0.47
HSL 3.05º 0.79% 0.29% -
HSV(B) 3.05º 0.88% 0.53% -
XYZ 10.21 5.68 1.05 -
YUV 54.8 106.11 184.49 -
System Red Green Blue C M Y K H S L
Decimal 134 22 16 0 0.84 0.88 0.47 3.05 0.79 0.29
Hex 86 16 10 0 54 58 2F 3 4F 1D
Octal 206 26 20 0 124 130 57 3 117 35
Binary 10000110 10110 10000 0 1010100 1011000 101111 11 1001111 11101

Color Harmonies of #861610

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #861610

Black with #861610

Text Example


Text Example

White with #861610

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #861610; }

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

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

background-color css

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

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

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

border-color css

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

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

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