Html Css Color HEX #861408 Falu Red

📋 copy color: '#861408'

red 134 ◦ green 20 ◦ blue 8

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

Shades of Falu Red #861408

Tints of Falu Red #861408

RGB

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

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

 BLUE value IS 8 (3.52% from 255) = 4.94%

R = 82.72%
G = 12.35%
B = 4.94%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.94

 K value IS 0.47

RGB Variations

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

Color information

#861408 (or 0x861408) is known color: Falu Red. HEX triplet: 86, 14 and 08. RGB value is (134,20,8). Sum of RGB (Red+Green+Blue) = 134+20+8=162 (21% of max value = 765). Red value is 134 (52.73% from 255 or 82.72% from 162); Green value is 20 (8.20% from 255 or 12.35% from 162); Blue value is 8 (3.52% from 255 or 4.94% from 162); Max value from RGB is 134 - color contains mainly: red. Hex color #861408 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #861408 is #79EBF7. Grayscale: #343434. Windows color (decimal): -7990264 or 529542. OLE color: 529542.

HSL color Cylindrical-coordinate representation of color #861408: hue angle of 5.71º degrees, saturation: 0.89, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #861408 is Cyan = 0, Magento = 0.85, Yellow = 0.94 and Black (K on CMYK) = 0.47.

Color convert

RGB 134 20 8 -
CMYK 0 0.85 0.94 0.47
HSL 5.71º 0.89% 0.28% -
HSV(B) 5.71º 0.94% 0.53% -
XYZ 10.13 5.59 0.77 -
YUV 52.72 102.77 185.98 -
System Red Green Blue C M Y K H S L
Decimal 134 20 8 0 0.85 0.94 0.47 5.71 0.89 0.28
Hex 86 14 8 0 55 5E 2F 6 59 1C
Octal 206 24 10 0 125 136 57 6 131 34
Binary 10000110 10100 1000 0 1010101 1011110 101111 110 1011001 11100

Color Harmonies of #861408

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #861408

Black with #861408

Text Example


Text Example

White with #861408

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #861408; }

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

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

background-color css

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

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

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

border-color css

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

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

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