Html Css Color HEX #86110C Falu Red

📋 copy color: '#86110C'

red 134 ◦ green 17 ◦ blue 12

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

Shades of Falu Red #86110C

Tints of Falu Red #86110C

RGB

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

 GREEN value IS 17 (7.03% from 255) = 10.43%

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

R = 82.21%
G = 10.43%
B = 7.36%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.91

 K value IS 0.47

RGB Variations

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

Color information

#86110C (or 0x86110C) is known color: Falu Red. HEX triplet: 86, 11 and 0C. RGB value is (134,17,12). Sum of RGB (Red+Green+Blue) = 134+17+12=163 (21% of max value = 765). Red value is 134 (52.73% from 255 or 82.21% from 163); Green value is 17 (7.03% from 255 or 10.43% from 163); Blue value is 12 (5.08% from 255 or 7.36% from 163); Max value from RGB is 134 - color contains mainly: red. Hex color #86110C is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #86110C is #79EEF3. Grayscale: #333333. Windows color (decimal): -7991028 or 790918. OLE color: 790918.

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

Color convert

RGB 134 17 12 -
CMYK 0 0.87 0.91 0.47
HSL 2.46º 0.84% 0.29% -
HSV(B) 2.46º 0.91% 0.53% -
XYZ 10.1 5.5 0.88 -
YUV 51.41 105.76 186.91 -
System Red Green Blue C M Y K H S L
Decimal 134 17 12 0 0.87 0.91 0.47 2.46 0.84 0.29
Hex 86 11 C 0 57 5B 2F 2 54 1D
Octal 206 21 14 0 127 133 57 2 124 35
Binary 10000110 10001 1100 0 1010111 1011011 101111 10 1010100 11101

Color Harmonies of #86110C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86110C

Black with #86110C

Text Example


Text Example

White with #86110C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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