Html Css Color HEX #86190D Falu Red

📋 copy color: '#86190D'

red 134 ◦ green 25 ◦ blue 13

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

Shades of Falu Red #86190D

Tints of Falu Red #86190D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 7.56%

R = 77.91%
G = 14.53%
B = 7.56%

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

#86190D (or 0x86190D) is known color: Falu Red. HEX triplet: 86, 19 and 0D. RGB value is (134,25,13). Sum of RGB (Red+Green+Blue) = 134+25+13=172 (22% of max value = 765). Red value is 134 (52.73% from 255 or 77.91% from 172); Green value is 25 (10.16% from 255 or 14.53% from 172); Blue value is 13 (5.47% from 255 or 7.56% from 172); Max value from RGB is 134 - color contains mainly: red. Hex color #86190D is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #86190D is #79E6F2. Grayscale: #383838. Windows color (decimal): -7988979 or 858502. OLE color: 858502.

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

Color convert

RGB 134 25 13 -
CMYK 0 0.81 0.90 0.47
HSL 5.95º 0.82% 0.29% -
HSV(B) 5.95º 0.9% 0.53% -
XYZ 10.25 5.79 0.96 -
YUV 56.22 103.61 183.48 -
System Red Green Blue C M Y K H S L
Decimal 134 25 13 0 0.81 0.90 0.47 5.95 0.82 0.29
Hex 86 19 D 0 51 5A 2F 6 52 1D
Octal 206 31 15 0 121 132 57 6 122 35
Binary 10000110 11001 1101 0 1010001 1011010 101111 110 1010010 11101

Color Harmonies of #86190D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86190D

Black with #86190D

Text Example


Text Example

White with #86190D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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