#861A0C

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

Shades of Falu Red #861A0C

Tints of Falu Red #861A0C

Color information

#861A0C (or 0x861A0C) is unknown color: approx Falu Red. HEX triplet: 86, 1A and 0C. RGB value is (134,26,12). Sum of RGB (Red+Green+Blue) = 134+26+12=172 (22% of max value = 765). Red value is 134 (52.73% from 255 or 77.91% from 172); Green value is 26 (10.55% from 255 or 15.12% from 172); Blue value is 12 (5.08% from 255 or 6.98% from 172); Max value from RGB is 134 - color contains mainly: red. Hex color #861A0C is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #861A0C is #79E5F3. Grayscale: #383838. Windows color (decimal): -7988724 or 793222. OLE color: 793222.

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

Color convert

RGB1342612-
CMYK00.810.910.47
HSL6.89º83.56%28.63%-
HSV(B)6.89º91.04%52.55%-
XYZ10.275.830.93-
YUV56.7102.78183.14-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 77.91%
GREEN value IS 26 (10.55% from 255) = 15.12%
BLUE value IS 12 (5.08% from 255) = 6.98%
R=77.91%
G=15.12%
B=6.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.91
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal134261200.810.910.476.8983.5628.63
Hex861AC0515B2F7541d
Octal2063214012113357712435
Binary10000110110101100010100011011011101111111101010011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #861A0C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(134,26,12); }

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

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

 a { background-color: rgb(134,26,12); }

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

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

 span { border-color: rgb(134,26,12); }

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