#862103

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

Shades of Falu Red #862103

Tints of Falu Red #862103

Color information

#862103 (or 0x862103) is unknown color: approx Falu Red. HEX triplet: 86, 21 and 03. RGB value is (134,33,3). Sum of RGB (Red+Green+Blue) = 134+33+3=170 (22% of max value = 765). Red value is 134 (52.73% from 255 or 78.82% from 170); Green value is 33 (13.28% from 255 or 19.41% from 170); Blue value is 3 (1.56% from 255 or 1.76% from 170); Max value from RGB is 134 - color contains mainly: red. Hex color #862103 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #862103 is #79DEFC. Grayscale: #3B3B3B. Windows color (decimal): -7986941 or 205190. OLE color: 205190.

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

Color convert

RGB134333-
CMYK00.750.980.47
HSL13.74º95.62%26.86%-
HSV(B)13.74º97.76%52.55%-
XYZ10.396.160.73-
YUV59.7895.96180.94-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 78.82%
GREEN value IS 33 (13.28% from 255) = 19.41%
BLUE value IS 3 (1.56% from 255) = 1.76%
R=78.82%
G=19.41%
B=1.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.98
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal13433300.750.980.4713.7495.6226.86
Hex8621304B622Fe601b
Octal2064130113142571614033
Binary10000110100001110100101111000101011111110110000011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #862103

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #862103; }

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

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

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

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

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

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

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

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