Html Css Color HEX #86190C Falu Red

📋 copy color: '#86190C'

red 134 ◦ green 25 ◦ blue 12

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

Shades of Falu Red #86190C

Tints of Falu Red #86190C

RGB

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

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

 BLUE value IS 12 (5.08% from 255) = 7.02%

R = 78.36%
G = 14.62%
B = 7.02%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.91

 K value IS 0.47

RGB Variations

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

Color information

#86190C (or 0x86190C) is known color: Falu Red. HEX triplet: 86, 19 and 0C. RGB value is (134,25,12). Sum of RGB (Red+Green+Blue) = 134+25+12=171 (22% of max value = 765). Red value is 134 (52.73% from 255 or 78.36% from 171); Green value is 25 (10.16% from 255 or 14.62% from 171); Blue value is 12 (5.08% from 255 or 7.02% from 171); Max value from RGB is 134 - color contains mainly: red. Hex color #86190C is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #86190C is #79E6F3. Grayscale: #383838. Windows color (decimal): -7988980 or 792966. OLE color: 792966.

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

Color convert

RGB 134 25 12 -
CMYK 0 0.81 0.91 0.47
HSL 6.39º 0.84% 0.29% -
HSV(B) 6.39º 0.91% 0.53% -
XYZ 10.25 5.79 0.93 -
YUV 56.11 103.11 183.56 -
System Red Green Blue C M Y K H S L
Decimal 134 25 12 0 0.81 0.91 0.47 6.39 0.84 0.29
Hex 86 19 C 0 51 5B 2F 6 54 1D
Octal 206 31 14 0 121 133 57 6 124 35
Binary 10000110 11001 1100 0 1010001 1011011 101111 110 1010100 11101

Color Harmonies of #86190C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86190C

Black with #86190C

Text Example


Text Example

White with #86190C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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