Html Css Color HEX #86190E Falu Red

📋 copy color: '#86190E'

red 134 ◦ green 25 ◦ blue 14

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

Shades of Falu Red #86190E

Tints of Falu Red #86190E

RGB

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

 GREEN value IS 25 (10.16% from 255) = 14.45%

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

R = 77.46%
G = 14.45%
B = 8.09%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.90

 K value IS 0.47

RGB Variations

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

Color information

#86190E (or 0x86190E) is known color: Falu Red. HEX triplet: 86, 19 and 0E. RGB value is (134,25,14). Sum of RGB (Red+Green+Blue) = 134+25+14=173 (22% of max value = 765). Red value is 134 (52.73% from 255 or 77.46% from 173); Green value is 25 (10.16% from 255 or 14.45% from 173); Blue value is 14 (5.86% from 255 or 8.09% from 173); Max value from RGB is 134 - color contains mainly: red. Hex color #86190E is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #86190E is #79E6F1. Grayscale: #383838. Windows color (decimal): -7988978 or 924038. OLE color: 924038.

HSL color Cylindrical-coordinate representation of color #86190E: hue angle of 5.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 #86190E is Cyan = 0, Magento = 0.81, Yellow = 0.90 and Black (K on CMYK) = 0.47.

Color convert

RGB 134 25 14 -
CMYK 0 0.81 0.90 0.47
HSL 5.5º 0.81% 0.29% -
HSV(B) 5.5º 0.9% 0.53% -
XYZ 10.26 5.8 0.99 -
YUV 56.34 104.11 183.39 -
System Red Green Blue C M Y K H S L
Decimal 134 25 14 0 0.81 0.90 0.47 5.5 0.81 0.29
Hex 86 19 E 0 51 5A 2F 6 51 1D
Octal 206 31 16 0 121 132 57 6 121 35
Binary 10000110 11001 1110 0 1010001 1011010 101111 110 1010001 11101

Color Harmonies of #86190E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86190E

Black with #86190E

Text Example


Text Example

White with #86190E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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