#862105

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

Shades of Falu Red #862105

Tints of Falu Red #862105

Color information

#862105 (or 0x862105) is unknown color: approx Falu Red. HEX triplet: 86, 21 and 05. RGB value is (134,33,5). Sum of RGB (Red+Green+Blue) = 134+33+5=172 (22% of max value = 765). Red value is 134 (52.73% from 255 or 77.91% from 172); Green value is 33 (13.28% from 255 or 19.19% from 172); Blue value is 5 (2.34% from 255 or 2.91% from 172); Max value from RGB is 134 - color contains mainly: red. Hex color #862105 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #862105 is #79DEFA. Grayscale: #3C3C3C. Windows color (decimal): -7986939 or 336262. OLE color: 336262.

HSL color Cylindrical-coordinate representation of color #862105: hue angle of 13.02º degrees, saturation: 0.93, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #862105 is Cyan = 0, Magento = 0.75, Yellow = 0.96 and Black (K on CMYK) = 0.47.

Color convert

RGB134335-
CMYK00.750.960.47
HSL13.02º92.81%27.25%-
HSV(B)13.02º96.27%52.55%-
XYZ10.46.170.79-
YUV60.0196.96180.78-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 77.91%
GREEN value IS 33 (13.28% from 255) = 19.19%
BLUE value IS 5 (2.34% from 255) = 2.91%
R=77.91%
G=19.19%
B=2.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.96
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal13433500.750.960.4713.0292.8127.25
Hex8621504B602Fd5d1b
Octal2064150113140571513533
Binary100001101000011010100101111000001011111101101110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #862105

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #862105; }

 p { color: rgb(134,33,5); }

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

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

 a { background-color: rgb(134,33,5); }

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

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

 span { border-color: rgb(134,33,5); }

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