#862402

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

Shades of Falu Red #862402

Tints of Falu Red #862402

Color information

#862402 (or 0x862402) is unknown color: approx Falu Red. HEX triplet: 86, 24 and 02. RGB value is (134,36,2). Sum of RGB (Red+Green+Blue) = 134+36+2=172 (22% of max value = 765). Red value is 134 (52.73% from 255 or 77.91% from 172); Green value is 36 (14.45% from 255 or 20.93% from 172); Blue value is 2 (1.17% from 255 or 1.16% from 172); Max value from RGB is 134 - color contains mainly: red. Hex color #862402 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #862402 is #79DBFD. Grayscale: #3D3D3D. Windows color (decimal): -7986174 or 140422. OLE color: 140422.

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

Color convert

RGB134362-
CMYK00.730.990.47
HSL15.45º97.06%26.67%-
HSV(B)15.45º98.51%52.55%-
XYZ10.476.330.73-
YUV61.4394.47179.76-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 77.91%
GREEN value IS 36 (14.45% from 255) = 20.93%
BLUE value IS 2 (1.17% from 255) = 1.16%
R=77.91%
G=20.93%
B=1.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.99
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal13436200.730.990.4715.4597.0626.67
Hex86242049632Ff611b
Octal2064420111143571714133
Binary10000110100100100100100111000111011111111110000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #862402

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #862402; }

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

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

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

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

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

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

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

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