Html Css Color HEX #86150E Falu Red

📋 copy color: '#86150E'

red 134 ◦ green 21 ◦ blue 14

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

Shades of Falu Red #86150E

Tints of Falu Red #86150E

RGB

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

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

 BLUE value IS 14 (5.86% from 255) = 8.28%

R = 79.29%
G = 12.43%
B = 8.28%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.90

 K value IS 0.47

RGB Variations

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

Color information

#86150E (or 0x86150E) is known color: Falu Red. HEX triplet: 86, 15 and 0E. RGB value is (134,21,14). Sum of RGB (Red+Green+Blue) = 134+21+14=169 (22% of max value = 765). Red value is 134 (52.73% from 255 or 79.29% from 169); Green value is 21 (8.59% from 255 or 12.43% from 169); Blue value is 14 (5.86% from 255 or 8.28% from 169); Max value from RGB is 134 - color contains mainly: red. Hex color #86150E is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #86150E is #79EAF1. Grayscale: #363636. Windows color (decimal): -7990002 or 923014. OLE color: 923014.

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

Color convert

RGB 134 21 14 -
CMYK 0 0.84 0.90 0.47
HSL 3.5º 0.81% 0.29% -
HSV(B) 3.5º 0.9% 0.53% -
XYZ 10.18 5.64 0.97 -
YUV 53.99 105.44 185.07 -
System Red Green Blue C M Y K H S L
Decimal 134 21 14 0 0.84 0.90 0.47 3.5 0.81 0.29
Hex 86 15 E 0 54 5A 2F 4 51 1D
Octal 206 25 16 0 124 132 57 4 121 35
Binary 10000110 10101 1110 0 1010100 1011010 101111 100 1010001 11101

Color Harmonies of #86150E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86150E

Black with #86150E

Text Example


Text Example

White with #86150E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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