#862310

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

Shades of Falu Red #862310

Tints of Falu Red #862310

Color information

#862310 (or 0x862310) is unknown color: approx Falu Red. HEX triplet: 86, 23 and 10. RGB value is (134,35,16). Sum of RGB (Red+Green+Blue) = 134+35+16=185 (24% of max value = 765). Red value is 134 (52.73% from 255 or 72.43% from 185); Green value is 35 (14.06% from 255 or 18.92% from 185); Blue value is 16 (6.64% from 255 or 8.65% from 185); Max value from RGB is 134 - color contains mainly: red. Hex color #862310 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #862310 is #79DCEF. Grayscale: #3E3E3E. Windows color (decimal): -7986416 or 1057670. OLE color: 1057670.

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

Color convert

RGB1343516-
CMYK00.740.880.47
HSL9.66º78.67%29.41%-
HSV(B)9.66º88.06%52.55%-
XYZ10.536.311.15-
YUV62.43101.8179.04-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 72.43%
GREEN value IS 35 (14.06% from 255) = 18.92%
BLUE value IS 16 (6.64% from 255) = 8.65%
R=72.43%
G=18.92%
B=8.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.88
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal134351600.740.880.479.6678.6729.41
Hex86231004A582Fa4f1d
Octal20643200112130571211735
Binary10000110100011100000100101010110001011111010100111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #862310

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #862310; }

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

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

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

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

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

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

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

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