#861F0A

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

Shades of Falu Red #861F0A

Tints of Falu Red #861F0A

Color information

#861F0A (or 0x861F0A) is unknown color: approx Falu Red. HEX triplet: 86, 1F and 0A. RGB value is (134,31,10). Sum of RGB (Red+Green+Blue) = 134+31+10=175 (23% of max value = 765). Red value is 134 (52.73% from 255 or 76.57% from 175); Green value is 31 (12.5% from 255 or 17.71% from 175); Blue value is 10 (4.30% from 255 or 5.71% from 175); Max value from RGB is 134 - color contains mainly: red. Hex color #861F0A is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #861F0A is #79E0F5. Grayscale: #3B3B3B. Windows color (decimal): -7987446 or 663430. OLE color: 663430.

HSL color Cylindrical-coordinate representation of color #861F0A: hue angle of 10.16º 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 #861F0A is Cyan = 0, Magento = 0.77, Yellow = 0.93 and Black (K on CMYK) = 0.47.

Color convert

RGB1343110-
CMYK00.770.930.47
HSL10.16º86.11%28.24%-
HSV(B)10.16º92.54%52.55%-
XYZ10.386.070.91-
YUV59.4100.12181.21-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 76.57%
GREEN value IS 31 (12.5% from 255) = 17.71%
BLUE value IS 10 (4.30% from 255) = 5.71%
R=76.57%
G=17.71%
B=5.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.93
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal134311000.770.930.4710.1686.1128.24
Hex861FA04D5D2Fa561c
Octal20637120115135571212634
Binary100001101111110100100110110111011011111010101011011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #861F0A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #861F0A; }

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

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

<style>
 a { background-color: #861F0A; }

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

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

<style>
 span { border-color: #861F0A; }

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

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