#861C00

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

Shades of Falu Red #861C00

Tints of Falu Red #861C00

Color information

#861C00 (or 0x861C00) is unknown color: approx Falu Red. HEX triplet: 86, 1C and 00. RGB value is (134,28,0). Sum of RGB (Red+Green+Blue) = 134+28+0=162 (21% of max value = 765). Red value is 134 (52.73% from 255 or 82.72% from 162); Green value is 28 (11.33% from 255 or 17.28% from 162); Blue value is 0 (0.39% from 255 or 0% from 162); Max value from RGB is 134 - color contains mainly: red. Hex color #861C00 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #861C00 is #79E3FF. Grayscale: #383838. Windows color (decimal): -7988224 or 7302. OLE color: 7302.

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

Color convert

RGB134280-
CMYK00.7910.47
HSL12.54º100%26.27%-
HSV(B)12.54º100%52.55%-
XYZ10.255.90.6-
YUV56.596.12183.28-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 82.72%
GREEN value IS 28 (11.33% from 255) = 17.28%
BLUE value IS 0 (0.39% from 255) = 0%
R=82.72%
G=17.28%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 1
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal13428000.7910.4712.5410026.27
Hex861C004F642Fd641a
Octal2063400117144571514432
Binary100001101110000100111111001001011111101110010011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #861C00

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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