#861E17

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

Shades of Falu Red #861E17

Tints of Falu Red #861E17

Color information

#861E17 (or 0x861E17) is unknown color: approx Falu Red. HEX triplet: 86, 1E and 17. RGB value is (134,30,23). Sum of RGB (Red+Green+Blue) = 134+30+23=187 (24% of max value = 765). Red value is 134 (52.73% from 255 or 71.66% from 187); Green value is 30 (12.11% from 255 or 16.04% from 187); Blue value is 23 (9.38% from 255 or 12.30% from 187); Max value from RGB is 134 - color contains mainly: red. Hex color #861E17 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #861E17 is #79E1E8. Grayscale: #3C3C3C. Windows color (decimal): -7987689 or 1515142. OLE color: 1515142.

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

Color convert

RGB1343023-
CMYK00.780.830.47
HSL3.78º70.7%30.78%-
HSV(B)3.78º82.84%52.55%-
XYZ10.456.061.43-
YUV60.3106.96180.57-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 71.66%
GREEN value IS 30 (12.11% from 255) = 16.04%
BLUE value IS 23 (9.38% from 255) = 12.30%
R=71.66%
G=16.04%
B=12.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.83
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal134302300.780.830.473.7870.730.78
Hex861E1704E532F4471f
Octal2063627011612357410737
Binary100001101111010111010011101010011101111100100011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #861E17

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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