#861D03

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

Shades of Falu Red #861D03

Tints of Falu Red #861D03

Color information

#861D03 (or 0x861D03) is unknown color: approx Falu Red. HEX triplet: 86, 1D and 03. RGB value is (134,29,3). Sum of RGB (Red+Green+Blue) = 134+29+3=166 (21% of max value = 765). Red value is 134 (52.73% from 255 or 80.72% from 166); Green value is 29 (11.72% from 255 or 17.47% from 166); Blue value is 3 (1.56% from 255 or 1.81% from 166); Max value from RGB is 134 - color contains mainly: red. Hex color #861D03 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #861D03 is #79E2FC. Grayscale: #393939. Windows color (decimal): -7987965 or 204166. OLE color: 204166.

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

Color convert

RGB134293-
CMYK00.780.980.47
HSL11.91º95.62%26.86%-
HSV(B)11.91º97.76%52.55%-
XYZ10.295.950.69-
YUV57.4397.29182.61-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 80.72%
GREEN value IS 29 (11.72% from 255) = 17.47%
BLUE value IS 3 (1.56% from 255) = 1.81%
R=80.72%
G=17.47%
B=1.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.98
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal13429300.780.980.4711.9195.6226.86
Hex861D304E622Fc601b
Octal2063530116142571414033
Binary1000011011101110100111011000101011111100110000011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #861D03

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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