#861e0d

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

Shades of Falu Red #861E0D

Tints of Falu Red #861E0D

Color information

#861E0D (or 0x861E0D) is unknown color: approx Falu Red. HEX triplet: 86, 1E and 0D. RGB value is (134,30,13). Sum of RGB (Red+Green+Blue) = 134+30+13=177 (23% of max value = 765). Red value is 134 (52.73% from 255 or 75.71% from 177); Green value is 30 (12.11% from 255 or 16.95% from 177); Blue value is 13 (5.47% from 255 or 7.34% from 177); Max value from RGB is 134 - color contains mainly: red. Hex color #861E0D is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #861E0D is #79E1F2. Grayscale: #3B3B3B. Windows color (decimal): -7987699 or 859782. OLE color: 859782.

HSL color Cylindrical-coordinate representation of color #861E0D: hue angle of 8.43º degrees, saturation: 0.82, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #861E0D is Cyan = 0, Magento = 0.78, Yellow = 0.90 and Black (K on CMYK) = 0.47.

Color convert

RGB1343013-
CMYK00.780.900.47
HSL8.43º82.31%28.82%-
HSV(B)8.43º90.3%52.55%-
XYZ10.376.031-
YUV59.16101.96181.38-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 75.71%
GREEN value IS 30 (12.11% from 255) = 16.95%
BLUE value IS 13 (5.47% from 255) = 7.34%
R=75.71%
G=16.95%
B=7.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.90
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal134301300.780.900.478.4382.3128.82
Hex861ED04E5A2F8521d
Octal20636150116132571012235
Binary100001101111011010100111010110101011111000101001011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #861e0d

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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