Html Css Color HEX #861900 Falu Red

📋 copy color: '#861900'

red 134 ◦ green 25 ◦ blue 0

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

Shades of Falu Red #861900

Tints of Falu Red #861900

RGB

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

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

 BLUE value IS 0 (0.39% from 255) = 0%

R = 84.28%
G = 15.72%
B = 0%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 1

 K value IS 0.47

RGB Variations

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

Color information

#861900 (or 0x861900) is known color: Falu Red. HEX triplet: 86, 19 and 00. RGB value is (134,25,0). Sum of RGB (Red+Green+Blue) = 134+25+0=159 (21% of max value = 765). Red value is 134 (52.73% from 255 or 84.28% from 159); Green value is 25 (10.16% from 255 or 15.72% from 159); Blue value is 0 (0.39% from 255 or 0% from 159); Max value from RGB is 134 - color contains mainly: red. Hex color #861900 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #861900 is #79E6FF. Grayscale: #363636. Windows color (decimal): -7988992 or 6534. OLE color: 6534.

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

Color convert

RGB 134 25 0 -
CMYK 0 0.81 1 0.47
HSL 11.19º 1% 0.26% -
HSV(B) 11.19º 1% 0.53% -
XYZ 10.18 5.76 0.58 -
YUV 54.74 97.11 184.53 -
System Red Green Blue C M Y K H S L
Decimal 134 25 0 0 0.81 1 0.47 11.19 1 0.26
Hex 86 19 0 0 51 64 2F B 64 1A
Octal 206 31 0 0 121 144 57 13 144 32
Binary 10000110 11001 0 0 1010001 1100100 101111 1011 1100100 11010

Color Harmonies of #861900

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #861900

Black with #861900

Text Example


Text Example

White with #861900

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #861900; }

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

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

background-color css

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

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

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

border-color css

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

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

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