#86110A

Color #86110A Falu Red (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Falu Red #86110A

Tints of Falu Red #86110A

Color information

#86110A (or 0x86110A) is unknown color: approx Falu Red. HEX triplet: 86, 11 and 0A. RGB value is (134,17,10). Sum of RGB (Red+Green+Blue) = 134+17+10=161 (21% of max value = 765). Red value is 134 (52.73% from 255 or 83.23% from 161); Green value is 17 (7.03% from 255 or 10.56% from 161); Blue value is 10 (4.30% from 255 or 6.21% from 161); Max value from RGB is 134 - color contains mainly: red. Hex color #86110A is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #86110A is #79EEF5. Grayscale: #333333. Windows color (decimal): -7991030 or 659846. OLE color: 659846.

HSL color Cylindrical-coordinate representation of color #86110A: hue angle of 3.39º degrees, saturation: 0.86, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #86110A is Cyan = 0, Magento = 0.87, Yellow = 0.93 and Black (K on CMYK) = 0.47.

Color convert

RGB1341710-
CMYK00.870.930.47
HSL3.39º86.11%28.24%-
HSV(B)3.39º92.54%52.55%-
XYZ10.095.490.82-
YUV51.18104.76187.07-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 83.23%
GREEN value IS 17 (7.03% from 255) = 10.56%
BLUE value IS 10 (4.30% from 255) = 6.21%
R=83.23%
G=10.56%
B=6.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.93
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal134171000.870.930.473.3986.1128.24
Hex8611A0575D2F3561c
Octal2062112012713557312634
Binary1000011010001101001010111101110110111111101011011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86110A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #86110A;
 }
 .AnyTagClassName
 {
   color: #86110A;
 }
</style>
background-color css

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

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

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

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

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

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