Html Css Color HEX #861508 Falu Red

📋 copy color: '#861508'

red 134 ◦ green 21 ◦ blue 8

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

Shades of Falu Red #861508

Tints of Falu Red #861508

RGB

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

 GREEN value IS 21 (8.59% from 255) = 12.88%

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

R = 82.21%
G = 12.88%
B = 4.91%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.94

 K value IS 0.47

RGB Variations

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

Color information

#861508 (or 0x861508) is known color: Falu Red. HEX triplet: 86, 15 and 08. RGB value is (134,21,8). Sum of RGB (Red+Green+Blue) = 134+21+8=163 (21% of max value = 765). Red value is 134 (52.73% from 255 or 82.21% from 163); Green value is 21 (8.59% from 255 or 12.88% from 163); Blue value is 8 (3.52% from 255 or 4.91% from 163); Max value from RGB is 134 - color contains mainly: red. Hex color #861508 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #861508 is #79EAF7. Grayscale: #353535. Windows color (decimal): -7990008 or 529798. OLE color: 529798.

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

Color convert

RGB 134 21 8 -
CMYK 0 0.84 0.94 0.47
HSL 6.19º 0.89% 0.28% -
HSV(B) 6.19º 0.94% 0.53% -
XYZ 10.14 5.62 0.78 -
YUV 53.31 102.44 185.56 -
System Red Green Blue C M Y K H S L
Decimal 134 21 8 0 0.84 0.94 0.47 6.19 0.89 0.28
Hex 86 15 8 0 54 5E 2F 6 59 1C
Octal 206 25 10 0 124 136 57 6 131 34
Binary 10000110 10101 1000 0 1010100 1011110 101111 110 1011001 11100

Color Harmonies of #861508

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #861508

Black with #861508

Text Example


Text Example

White with #861508

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #861508; }

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

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

background-color css

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

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

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

border-color css

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

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

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