Html Css Color HEX #861905 Falu Red

📋 copy color: '#861905'

red 134 ◦ green 25 ◦ blue 5

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

Shades of Falu Red #861905

Tints of Falu Red #861905

RGB

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

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

 BLUE value IS 5 (2.34% from 255) = 3.05%

R = 81.71%
G = 15.24%
B = 3.05%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.96

 K value IS 0.47

RGB Variations

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

Color information

#861905 (or 0x861905) is known color: Falu Red. HEX triplet: 86, 19 and 05. RGB value is (134,25,5). Sum of RGB (Red+Green+Blue) = 134+25+5=164 (21% of max value = 765). Red value is 134 (52.73% from 255 or 81.71% from 164); Green value is 25 (10.16% from 255 or 15.24% from 164); Blue value is 5 (2.34% from 255 or 3.05% from 164); Max value from RGB is 134 - color contains mainly: red. Hex color #861905 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #861905 is #79E6FA. Grayscale: #373737. Windows color (decimal): -7988987 or 334214. OLE color: 334214.

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

Color convert

RGB 134 25 5 -
CMYK 0 0.81 0.96 0.47
HSL 9.3º 0.93% 0.27% -
HSV(B) 9.3º 0.96% 0.53% -
XYZ 10.21 5.77 0.72 -
YUV 55.31 99.61 184.13 -
System Red Green Blue C M Y K H S L
Decimal 134 25 5 0 0.81 0.96 0.47 9.3 0.93 0.27
Hex 86 19 5 0 51 60 2F 9 5D 1B
Octal 206 31 5 0 121 140 57 11 135 33
Binary 10000110 11001 101 0 1010001 1100000 101111 1001 1011101 11011

Color Harmonies of #861905

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #861905

Black with #861905

Text Example


Text Example

White with #861905

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #861905; }

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

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

background-color css

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

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

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

border-color css

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

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

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