Html Css Color HEX #861405 Falu Red

📋 copy color: '#861405'

red 134 ◦ green 20 ◦ blue 5

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

Shades of Falu Red #861405

Tints of Falu Red #861405

RGB

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

 GREEN value IS 20 (8.2% from 255) = 12.58%

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

R = 84.28%
G = 12.58%
B = 3.14%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.96

 K value IS 0.47

RGB Variations

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

Color information

#861405 (or 0x861405) is known color: Falu Red. HEX triplet: 86, 14 and 05. RGB value is (134,20,5). Sum of RGB (Red+Green+Blue) = 134+20+5=159 (21% of max value = 765). Red value is 134 (52.73% from 255 or 84.28% from 159); Green value is 20 (8.20% from 255 or 12.58% from 159); Blue value is 5 (2.34% from 255 or 3.14% from 159); Max value from RGB is 134 - color contains mainly: red. Hex color #861405 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #861405 is #79EBFA. Grayscale: #343434. Windows color (decimal): -7990267 or 332934. OLE color: 332934.

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

Color convert

RGB 134 20 5 -
CMYK 0 0.85 0.96 0.47
HSL 6.98º 0.93% 0.27% -
HSV(B) 6.98º 0.96% 0.53% -
XYZ 10.11 5.58 0.69 -
YUV 52.38 101.27 186.22 -
System Red Green Blue C M Y K H S L
Decimal 134 20 5 0 0.85 0.96 0.47 6.98 0.93 0.27
Hex 86 14 5 0 55 60 2F 7 5D 1B
Octal 206 24 5 0 125 140 57 7 135 33
Binary 10000110 10100 101 0 1010101 1100000 101111 111 1011101 11011

Color Harmonies of #861405

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #861405

Black with #861405

Text Example


Text Example

White with #861405

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #861405; }

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

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

background-color css

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

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

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

border-color css

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

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

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