#862202

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

Shades of Falu Red #862202

Tints of Falu Red #862202

Color information

#862202 (or 0x862202) is unknown color: approx Falu Red. HEX triplet: 86, 22 and 02. RGB value is (134,34,2). Sum of RGB (Red+Green+Blue) = 134+34+2=170 (22% of max value = 765). Red value is 134 (52.73% from 255 or 78.82% from 170); Green value is 34 (13.67% from 255 or 20% from 170); Blue value is 2 (1.17% from 255 or 1.18% from 170); Max value from RGB is 134 - color contains mainly: red. Hex color #862202 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #862202 is #79DDFD. Grayscale: #3C3C3C. Windows color (decimal): -7986686 or 139910. OLE color: 139910.

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

Color convert

RGB134342-
CMYK00.750.990.47
HSL14.55º97.06%26.67%-
HSV(B)14.55º98.51%52.55%-
XYZ10.416.220.71-
YUV60.2595.13180.6-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 78.82%
GREEN value IS 34 (13.67% from 255) = 20%
BLUE value IS 2 (1.17% from 255) = 1.18%
R=78.82%
G=20%
B=1.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.99
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal13434200.750.990.4714.5597.0626.67
Hex8622204B632Ff611b
Octal2064220113143571714133
Binary10000110100010100100101111000111011111111110000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #862202

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #862202; }

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

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

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

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

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

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

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

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