#862410

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

Shades of Falu Red #862410

Tints of Falu Red #862410

Color information

#862410 (or 0x862410) is unknown color: approx Falu Red. HEX triplet: 86, 24 and 10. RGB value is (134,36,16). Sum of RGB (Red+Green+Blue) = 134+36+16=186 (24% of max value = 765). Red value is 134 (52.73% from 255 or 72.04% from 186); Green value is 36 (14.45% from 255 or 19.35% from 186); Blue value is 16 (6.64% from 255 or 8.60% from 186); Max value from RGB is 134 - color contains mainly: red. Hex color #862410 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #862410 is #79DBEF. Grayscale: #3F3F3F. Windows color (decimal): -7986160 or 1057926. OLE color: 1057926.

HSL color Cylindrical-coordinate representation of color #862410: hue angle of 10.17º degrees, saturation: 0.79, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #862410 is Cyan = 0, Magento = 0.73, Yellow = 0.88 and Black (K on CMYK) = 0.47.

Color convert

RGB1343616-
CMYK00.730.880.47
HSL10.17º78.67%29.41%-
HSV(B)10.17º88.06%52.55%-
XYZ10.566.371.16-
YUV63.02101.47178.63-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 72.04%
GREEN value IS 36 (14.45% from 255) = 19.35%
BLUE value IS 16 (6.64% from 255) = 8.60%
R=72.04%
G=19.35%
B=8.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.88
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal134361600.730.880.4710.1778.6729.41
Hex862410049582Fa4f1d
Octal20644200111130571211735
Binary10000110100100100000100100110110001011111010100111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #862410

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #862410; }

 p { color: rgb(134,36,16); }

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

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

 a { background-color: rgb(134,36,16); }

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

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

 span { border-color: rgb(134,36,16); }

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