#862217

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

Shades of Falu Red #862217

Tints of Falu Red #862217

Color information

#862217 (or 0x862217) is unknown color: approx Falu Red. HEX triplet: 86, 22 and 17. RGB value is (134,34,23). Sum of RGB (Red+Green+Blue) = 134+34+23=191 (25% of max value = 765). Red value is 134 (52.73% from 255 or 70.16% from 191); Green value is 34 (13.67% from 255 or 17.80% from 191); Blue value is 23 (9.38% from 255 or 12.04% from 191); Max value from RGB is 134 - color contains mainly: red. Hex color #862217 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #862217 is #79DDE8. Grayscale: #3E3E3E. Windows color (decimal): -7986665 or 1516166. OLE color: 1516166.

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

Color convert

RGB1343423-
CMYK00.750.830.47
HSL5.95º70.7%30.78%-
HSV(B)5.95º82.84%52.55%-
XYZ10.566.271.47-
YUV62.65105.63178.89-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 70.16%
GREEN value IS 34 (13.67% from 255) = 17.80%
BLUE value IS 23 (9.38% from 255) = 12.04%
R=70.16%
G=17.80%
B=12.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.83
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal134342300.750.830.475.9570.730.78
Hex86221704B532F6471f
Octal2064227011312357610737
Binary1000011010001010111010010111010011101111110100011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #862217

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #862217; }

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

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

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

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

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

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

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

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