#861C17

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

Shades of Falu Red #861C17

Tints of Falu Red #861C17

Color information

#861C17 (or 0x861C17) is unknown color: approx Falu Red. HEX triplet: 86, 1C and 17. RGB value is (134,28,23). Sum of RGB (Red+Green+Blue) = 134+28+23=185 (24% of max value = 765). Red value is 134 (52.73% from 255 or 72.43% from 185); Green value is 28 (11.33% from 255 or 15.14% from 185); Blue value is 23 (9.38% from 255 or 12.43% from 185); Max value from RGB is 134 - color contains mainly: red. Hex color #861C17 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #861C17 is #79E3E8. Grayscale: #3B3B3B. Windows color (decimal): -7988201 or 1514630. OLE color: 1514630.

HSL color Cylindrical-coordinate representation of color #861C17: hue angle of 2.7º degrees, saturation: 0.71, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #861C17 is Cyan = 0, Magento = 0.79, Yellow = 0.83 and Black (K on CMYK) = 0.47.

Color convert

RGB1342823-
CMYK00.790.830.47
HSL2.7º70.7%30.78%-
HSV(B)2.7º82.84%52.55%-
XYZ10.45.961.41-
YUV59.12107.62181.41-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 72.43%
GREEN value IS 28 (11.33% from 255) = 15.14%
BLUE value IS 23 (9.38% from 255) = 12.43%
R=72.43%
G=15.14%
B=12.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.83
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal134282300.790.830.472.770.730.78
Hex861C1704F532F3471f
Octal2063427011712357310737
Binary10000110111001011101001111101001110111111100011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #861C17

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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