#86250C

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

Shades of Falu Red #86250C

Tints of Falu Red #86250C

Color information

#86250C (or 0x86250C) is unknown color: approx Falu Red. HEX triplet: 86, 25 and 0C. RGB value is (134,37,12). Sum of RGB (Red+Green+Blue) = 134+37+12=183 (24% of max value = 765). Red value is 134 (52.73% from 255 or 73.22% from 183); Green value is 37 (14.84% from 255 or 20.22% from 183); Blue value is 12 (5.08% from 255 or 6.56% from 183); Max value from RGB is 134 - color contains mainly: red. Hex color #86250C is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #86250C is #79DAF3. Grayscale: #3F3F3F. Windows color (decimal): -7985908 or 796038. OLE color: 796038.

HSL color Cylindrical-coordinate representation of color #86250C: hue angle of 12.3º degrees, saturation: 0.84, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #86250C is Cyan = 0, Magento = 0.72, Yellow = 0.91 and Black (K on CMYK) = 0.47.

Color convert

RGB1343712-
CMYK00.720.910.47
HSL12.3º83.56%28.63%-
HSV(B)12.3º91.04%52.55%-
XYZ10.566.421.03-
YUV63.1599.14178.53-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 73.22%
GREEN value IS 37 (14.84% from 255) = 20.22%
BLUE value IS 12 (5.08% from 255) = 6.56%
R=73.22%
G=20.22%
B=6.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.91
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal134371200.720.910.4712.383.5628.63
Hex8625C0485B2Fc541d
Octal20645140110133571412435
Binary1000011010010111000100100010110111011111100101010011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86250C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #86250C; }

 p { color: rgb(134,37,12); }

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

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

 a { background-color: rgb(134,37,12); }

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

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

 span { border-color: rgb(134,37,12); }

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