Html Css Color HEX #861510 Falu Red

📋 copy color: '#861510'

red 134 ◦ green 21 ◦ blue 16

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

Shades of Falu Red #861510

Tints of Falu Red #861510

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 9.36%

R = 78.36%
G = 12.28%
B = 9.36%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.88

 K value IS 0.47

RGB Variations

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

Color information

#861510 (or 0x861510) is known color: Falu Red. HEX triplet: 86, 15 and 10. RGB value is (134,21,16). Sum of RGB (Red+Green+Blue) = 134+21+16=171 (22% of max value = 765). Red value is 134 (52.73% from 255 or 78.36% from 171); Green value is 21 (8.59% from 255 or 12.28% from 171); Blue value is 16 (6.64% from 255 or 9.36% from 171); Max value from RGB is 134 - color contains mainly: red. Hex color #861510 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #861510 is #79EAEF. Grayscale: #363636. Windows color (decimal): -7990000 or 1054086. OLE color: 1054086.

HSL color Cylindrical-coordinate representation of color #861510: hue angle of 2.54º degrees, saturation: 0.79, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #861510 is Cyan = 0, Magento = 0.84, Yellow = 0.88 and Black (K on CMYK) = 0.47.

Color convert

RGB 134 21 16 -
CMYK 0 0.84 0.88 0.47
HSL 2.54º 0.79% 0.29% -
HSV(B) 2.54º 0.88% 0.53% -
XYZ 10.19 5.64 1.04 -
YUV 54.22 106.44 184.91 -
System Red Green Blue C M Y K H S L
Decimal 134 21 16 0 0.84 0.88 0.47 2.54 0.79 0.29
Hex 86 15 10 0 54 58 2F 3 4F 1D
Octal 206 25 20 0 124 130 57 3 117 35
Binary 10000110 10101 10000 0 1010100 1011000 101111 11 1001111 11101

Color Harmonies of #861510

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #861510

Black with #861510

Text Example


Text Example

White with #861510

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #861510; }

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

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

background-color css

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

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

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

border-color css

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

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

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