#861E0A

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

Shades of Falu Red #861E0A

Tints of Falu Red #861E0A

Color information

#861E0A (or 0x861E0A) is unknown color: approx Falu Red. HEX triplet: 86, 1E and 0A. RGB value is (134,30,10). Sum of RGB (Red+Green+Blue) = 134+30+10=174 (23% of max value = 765). Red value is 134 (52.73% from 255 or 77.01% from 174); Green value is 30 (12.11% from 255 or 17.24% from 174); Blue value is 10 (4.30% from 255 or 5.75% from 174); Max value from RGB is 134 - color contains mainly: red. Hex color #861E0A is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #861E0A is #79E1F5. Grayscale: #3A3A3A. Windows color (decimal): -7987702 or 663174. OLE color: 663174.

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

Color convert

RGB1343010-
CMYK00.780.930.47
HSL9.68º86.11%28.24%-
HSV(B)9.68º92.54%52.55%-
XYZ10.356.020.9-
YUV58.82100.46181.63-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 77.01%
GREEN value IS 30 (12.11% from 255) = 17.24%
BLUE value IS 10 (4.30% from 255) = 5.75%
R=77.01%
G=17.24%
B=5.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.93
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal134301000.780.930.479.6886.1128.24
Hex861EA04E5D2Fa561c
Octal20636120116135571212634
Binary100001101111010100100111010111011011111010101011011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #861E0A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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