#861207

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

Shades of Falu Red #861207

Tints of Falu Red #861207

Color information

#861207 (or 0x861207) is unknown color: approx Falu Red. HEX triplet: 86, 12 and 07. RGB value is (134,18,7). Sum of RGB (Red+Green+Blue) = 134+18+7=159 (21% of max value = 765). Red value is 134 (52.73% from 255 or 84.28% from 159); Green value is 18 (7.42% from 255 or 11.32% from 159); Blue value is 7 (3.12% from 255 or 4.40% from 159); Max value from RGB is 134 - color contains mainly: red. Hex color #861207 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #861207 is #79EDF8. Grayscale: #333333. Windows color (decimal): -7990777 or 463494. OLE color: 463494.

HSL color Cylindrical-coordinate representation of color #861207: hue angle of 5.2º degrees, saturation: 0.9, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #861207 is Cyan = 0, Magento = 0.87, Yellow = 0.95 and Black (K on CMYK) = 0.47.

Color convert

RGB134187-
CMYK00.870.950.47
HSL5.2º90.07%27.65%-
HSV(B)5.2º94.78%52.55%-
XYZ10.095.520.73-
YUV51.43102.93186.89-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 84.28%
GREEN value IS 18 (7.42% from 255) = 11.32%
BLUE value IS 7 (3.12% from 255) = 4.40%
R=84.28%
G=11.32%
B=4.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.95
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal13418700.870.950.475.290.0727.65
Hex861270575F2F55a1c
Octal206227012713757513234
Binary1000011010010111010101111011111101111101101101011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #861207

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #861207; }

 p { color: rgb(134,18,7); }

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

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

 a { background-color: rgb(134,18,7); }

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

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

 span { border-color: rgb(134,18,7); }

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