#861F00

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

Shades of Falu Red #861F00

Tints of Falu Red #861F00

Color information

#861F00 (or 0x861F00) is unknown color: approx Falu Red. HEX triplet: 86, 1F and 00. RGB value is (134,31,0). Sum of RGB (Red+Green+Blue) = 134+31+0=165 (21% of max value = 765). Red value is 134 (52.73% from 255 or 81.21% from 165); Green value is 31 (12.5% from 255 or 18.79% from 165); Blue value is 0 (0.39% from 255 or 0% from 165); Max value from RGB is 134 - color contains mainly: red. Hex color #861F00 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #861F00 is #79E0FF. Grayscale: #3A3A3A. Windows color (decimal): -7987456 or 8070. OLE color: 8070.

HSL color Cylindrical-coordinate representation of color #861F00: hue angle of 13.88º degrees, saturation: 1, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 1%. Process color model (Four color, CMYK) of #861F00 is Cyan = 0, Magento = 0.77, Yellow = 1 and Black (K on CMYK) = 0.47.

Color convert

RGB134310-
CMYK00.7710.47
HSL13.88º100%26.27%-
HSV(B)13.88º100%52.55%-
XYZ10.326.050.62-
YUV58.2695.12182.02-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 81.21%
GREEN value IS 31 (12.5% from 255) = 18.79%
BLUE value IS 0 (0.39% from 255) = 0%
R=81.21%
G=18.79%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 1
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal13431000.7710.4713.8810026.27
Hex861F004D642Fe641a
Octal2063700115144571614432
Binary100001101111100100110111001001011111110110010011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #861F00

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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