Html Css Color HEX #861D11 Falu Red

📋 copy color: '#861D11'

red 134 ◦ green 29 ◦ blue 17

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

Shades of Falu Red #861D11

Tints of Falu Red #861D11

RGB

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

 GREEN value IS 29 (11.72% from 255) = 16.11%

 BLUE value IS 17 (7.03% from 255) = 9.44%

R = 74.44%
G = 16.11%
B = 9.44%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.87

 K value IS 0.47

RGB Variations

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

Color information

#861D11 (or 0x861D11) is known color: Falu Red. HEX triplet: 86, 1D and 11. RGB value is (134,29,17). Sum of RGB (Red+Green+Blue) = 134+29+17=180 (23% of max value = 765). Red value is 134 (52.73% from 255 or 74.44% from 180); Green value is 29 (11.72% from 255 or 16.11% from 180); Blue value is 17 (7.03% from 255 or 9.44% from 180); Max value from RGB is 134 - color contains mainly: red. Hex color #861D11 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #861D11 is #79E2EE. Grayscale: #3B3B3B. Windows color (decimal): -7987951 or 1121670. OLE color: 1121670.

HSL color Cylindrical-coordinate representation of color #861D11: hue angle of 6.15º degrees, saturation: 0.77, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #861D11 is Cyan = 0, Magento = 0.78, Yellow = 0.87 and Black (K on CMYK) = 0.47.

Color convert

RGB 134 29 17 -
CMYK 0 0.78 0.87 0.47
HSL 6.15º 0.77% 0.3% -
HSV(B) 6.15º 0.87% 0.53% -
XYZ 10.37 5.99 1.14 -
YUV 59.03 104.29 181.48 -
System Red Green Blue C M Y K H S L
Decimal 134 29 17 0 0.78 0.87 0.47 6.15 0.77 0.3
Hex 86 1D 11 0 4E 57 2F 6 4D 1E
Octal 206 35 21 0 116 127 57 6 115 36
Binary 10000110 11101 10001 0 1001110 1010111 101111 110 1001101 11110

Color Harmonies of #861D11

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #861D11

Black with #861D11

Text Example


Text Example

White with #861D11

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #861D11; }

 p { color: rgb(134,29,17); }

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

background-color css

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

 a { background-color: rgb(134,29,17); }

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

border-color css

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

 span { border-color: rgb(134,29,17); }

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