Html Css Color HEX #86130C Falu Red

📋 copy color: '#86130C'

red 134 ◦ green 19 ◦ blue 12

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

Shades of Falu Red #86130C

Tints of Falu Red #86130C

RGB

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

 GREEN value IS 19 (7.81% from 255) = 11.52%

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

R = 81.21%
G = 11.52%
B = 7.27%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.91

 K value IS 0.47

RGB Variations

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

Color information

#86130C (or 0x86130C) is known color: Falu Red. HEX triplet: 86, 13 and 0C. RGB value is (134,19,12). Sum of RGB (Red+Green+Blue) = 134+19+12=165 (21% of max value = 765). Red value is 134 (52.73% from 255 or 81.21% from 165); Green value is 19 (7.81% from 255 or 11.52% from 165); Blue value is 12 (5.08% from 255 or 7.27% from 165); Max value from RGB is 134 - color contains mainly: red. Hex color #86130C is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #86130C is #79ECF3. Grayscale: #343434. Windows color (decimal): -7990516 or 791430. OLE color: 791430.

HSL color Cylindrical-coordinate representation of color #86130C: hue angle of 3.44º 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 #86130C is Cyan = 0, Magento = 0.86, Yellow = 0.91 and Black (K on CMYK) = 0.47.

Color convert

RGB 134 19 12 -
CMYK 0 0.86 0.91 0.47
HSL 3.44º 0.84% 0.29% -
HSV(B) 3.44º 0.91% 0.53% -
XYZ 10.13 5.56 0.89 -
YUV 52.59 105.1 186.07 -
System Red Green Blue C M Y K H S L
Decimal 134 19 12 0 0.86 0.91 0.47 3.44 0.84 0.29
Hex 86 13 C 0 56 5B 2F 3 54 1D
Octal 206 23 14 0 126 133 57 3 124 35
Binary 10000110 10011 1100 0 1010110 1011011 101111 11 1010100 11101

Color Harmonies of #86130C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86130C

Black with #86130C

Text Example


Text Example

White with #86130C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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