#861D0C

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

Shades of Falu Red #861D0C

Tints of Falu Red #861D0C

Color information

#861D0C (or 0x861D0C) is unknown color: approx Falu Red. HEX triplet: 86, 1D and 0C. RGB value is (134,29,12). Sum of RGB (Red+Green+Blue) = 134+29+12=175 (23% of max value = 765). Red value is 134 (52.73% from 255 or 76.57% from 175); Green value is 29 (11.72% from 255 or 16.57% from 175); Blue value is 12 (5.08% from 255 or 6.86% from 175); Max value from RGB is 134 - color contains mainly: red. Hex color #861D0C is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #861D0C is #79E2F3. Grayscale: #3A3A3A. Windows color (decimal): -7987956 or 793990. OLE color: 793990.

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

Color convert

RGB1342912-
CMYK00.780.910.47
HSL8.36º83.56%28.63%-
HSV(B)8.36º91.04%52.55%-
XYZ10.345.970.96-
YUV58.46101.79181.88-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 76.57%
GREEN value IS 29 (11.72% from 255) = 16.57%
BLUE value IS 12 (5.08% from 255) = 6.86%
R=76.57%
G=16.57%
B=6.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.91
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal134291200.780.910.478.3683.5628.63
Hex861DC04E5B2F8541d
Octal20635140116133571012435
Binary100001101110111000100111010110111011111000101010011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #861D0C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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