#861C13

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

Shades of Falu Red #861C13

Tints of Falu Red #861C13

Color information

#861C13 (or 0x861C13) is unknown color: approx Falu Red. HEX triplet: 86, 1C and 13. RGB value is (134,28,19). Sum of RGB (Red+Green+Blue) = 134+28+19=181 (23% of max value = 765). Red value is 134 (52.73% from 255 or 74.03% from 181); Green value is 28 (11.33% from 255 or 15.47% from 181); Blue value is 19 (7.81% from 255 or 10.50% from 181); Max value from RGB is 134 - color contains mainly: red. Hex color #861C13 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #861C13 is #79E3EC. Grayscale: #3A3A3A. Windows color (decimal): -7988205 or 1252486. OLE color: 1252486.

HSL color Cylindrical-coordinate representation of color #861C13: hue angle of 4.7º degrees, saturation: 0.75, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #861C13 is Cyan = 0, Magento = 0.79, Yellow = 0.86 and Black (K on CMYK) = 0.47.

Color convert

RGB1342819-
CMYK00.790.860.47
HSL4.7º75.16%30%-
HSV(B)4.7º85.82%52.55%-
XYZ10.365.951.22-
YUV58.67105.62181.73-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 74.03%
GREEN value IS 28 (11.33% from 255) = 15.47%
BLUE value IS 19 (7.81% from 255) = 10.50%
R=74.03%
G=15.47%
B=10.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.86
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal134281900.790.860.474.775.1630
Hex861C1304F562F54b1e
Octal2063423011712657511336
Binary100001101110010011010011111010110101111101100101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #861C13

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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