Html Css Color HEX #86150B Falu Red

📋 copy color: '#86150B'

red 134 ◦ green 21 ◦ blue 11

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

Shades of Falu Red #86150B

Tints of Falu Red #86150B

RGB

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

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

 BLUE value IS 11 (4.69% from 255) = 6.63%

R = 80.72%
G = 12.65%
B = 6.63%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.92

 K value IS 0.47

RGB Variations

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

Color information

#86150B (or 0x86150B) is known color: Falu Red. HEX triplet: 86, 15 and 0B. RGB value is (134,21,11). Sum of RGB (Red+Green+Blue) = 134+21+11=166 (21% of max value = 765). Red value is 134 (52.73% from 255 or 80.72% from 166); Green value is 21 (8.59% from 255 or 12.65% from 166); Blue value is 11 (4.69% from 255 or 6.63% from 166); Max value from RGB is 134 - color contains mainly: red. Hex color #86150B is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #86150B is #79EAF4. Grayscale: #353535. Windows color (decimal): -7990005 or 726406. OLE color: 726406.

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

Color convert

RGB 134 21 11 -
CMYK 0 0.84 0.92 0.47
HSL 4.88º 0.85% 0.28% -
HSV(B) 4.88º 0.92% 0.53% -
XYZ 10.16 5.63 0.87 -
YUV 53.65 103.94 185.31 -
System Red Green Blue C M Y K H S L
Decimal 134 21 11 0 0.84 0.92 0.47 4.88 0.85 0.28
Hex 86 15 B 0 54 5C 2F 5 55 1C
Octal 206 25 13 0 124 134 57 5 125 34
Binary 10000110 10101 1011 0 1010100 1011100 101111 101 1010101 11100

Color Harmonies of #86150B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86150B

Black with #86150B

Text Example


Text Example

White with #86150B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #86150B; }

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

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

background-color css

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

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

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

border-color css

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

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

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