#861C03

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

Shades of Falu Red #861C03

Tints of Falu Red #861C03

Color information

#861C03 (or 0x861C03) is unknown color: approx Falu Red. HEX triplet: 86, 1C and 03. RGB value is (134,28,3). Sum of RGB (Red+Green+Blue) = 134+28+3=165 (21% of max value = 765). Red value is 134 (52.73% from 255 or 81.21% from 165); Green value is 28 (11.33% from 255 or 16.97% from 165); Blue value is 3 (1.56% from 255 or 1.82% from 165); Max value from RGB is 134 - color contains mainly: red. Hex color #861C03 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #861C03 is #79E3FC. Grayscale: #393939. Windows color (decimal): -7988221 or 203910. OLE color: 203910.

HSL color Cylindrical-coordinate representation of color #861C03: hue angle of 11.45º 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 #861C03 is Cyan = 0, Magento = 0.79, Yellow = 0.98 and Black (K on CMYK) = 0.47.

Color convert

RGB134283-
CMYK00.790.980.47
HSL11.45º95.62%26.86%-
HSV(B)11.45º97.76%52.55%-
XYZ10.265.910.69-
YUV56.8497.62183.03-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 81.21%
GREEN value IS 28 (11.33% from 255) = 16.97%
BLUE value IS 3 (1.56% from 255) = 1.82%
R=81.21%
G=16.97%
B=1.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.98
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal13428300.790.980.4711.4595.6226.86
Hex861C304F622Fb601b
Octal2063430117142571314033
Binary1000011011100110100111111000101011111011110000011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #861C03

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #861C03; }

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

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

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

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

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

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

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

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