#861E15

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

Shades of Falu Red #861E15

Tints of Falu Red #861E15

Color information

#861E15 (or 0x861E15) is unknown color: approx Falu Red. HEX triplet: 86, 1E and 15. RGB value is (134,30,21). Sum of RGB (Red+Green+Blue) = 134+30+21=185 (24% of max value = 765). Red value is 134 (52.73% from 255 or 72.43% from 185); Green value is 30 (12.11% from 255 or 16.22% from 185); Blue value is 21 (8.59% from 255 or 11.35% from 185); Max value from RGB is 134 - color contains mainly: red. Hex color #861E15 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #861E15 is #79E1EA. Grayscale: #3C3C3C. Windows color (decimal): -7987691 or 1384070. OLE color: 1384070.

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

Color convert

RGB1343021-
CMYK00.780.840.47
HSL4.78º72.9%30.39%-
HSV(B)4.78º84.33%52.55%-
XYZ10.436.051.33-
YUV60.07105.96180.73-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 72.43%
GREEN value IS 30 (12.11% from 255) = 16.22%
BLUE value IS 21 (8.59% from 255) = 11.35%
R=72.43%
G=16.22%
B=11.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.84
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal134302100.780.840.474.7872.930.39
Hex861E1504E542F5491e
Octal2063625011612457511136
Binary100001101111010101010011101010100101111101100100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #861E15

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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