#861D00

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

Shades of Falu Red #861D00

Tints of Falu Red #861D00

Color information

#861D00 (or 0x861D00) is unknown color: approx Falu Red. HEX triplet: 86, 1D and 00. RGB value is (134,29,0). Sum of RGB (Red+Green+Blue) = 134+29+0=163 (21% of max value = 765). Red value is 134 (52.73% from 255 or 82.21% from 163); Green value is 29 (11.72% from 255 or 17.79% from 163); Blue value is 0 (0.39% from 255 or 0% from 163); Max value from RGB is 134 - color contains mainly: red. Hex color #861D00 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #861D00 is #79E2FF. Grayscale: #393939. Windows color (decimal): -7987968 or 7558. OLE color: 7558.

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

Color convert

RGB134290-
CMYK00.7810.47
HSL12.99º100%26.27%-
HSV(B)12.99º100%52.55%-
XYZ10.275.950.61-
YUV57.0995.79182.86-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 82.21%
GREEN value IS 29 (11.72% from 255) = 17.79%
BLUE value IS 0 (0.39% from 255) = 0%
R=82.21%
G=17.79%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 1
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal13429000.7810.4712.9910026.27
Hex861D004E642Fd641a
Octal2063500116144571514432
Binary100001101110100100111011001001011111101110010011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #861D00

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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