#891F13

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

Shades of Falu Red #891F13

Tints of Falu Red #891F13

Color information

#891F13 (or 0x891F13) is unknown color: approx Falu Red. HEX triplet: 89, 1F and 13. RGB value is (137,31,19). Sum of RGB (Red+Green+Blue) = 137+31+19=187 (24% of max value = 765). Red value is 137 (53.91% from 255 or 73.26% from 187); Green value is 31 (12.5% from 255 or 16.58% from 187); Blue value is 19 (7.81% from 255 or 10.16% from 187); Max value from RGB is 137 - color contains mainly: red. Hex color #891F13 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #891F13 is #76E0EC. Grayscale: #3D3D3D. Windows color (decimal): -7790829 or 1253257. OLE color: 1253257.

HSL color Cylindrical-coordinate representation of color #891F13: hue angle of 6.1º degrees, saturation: 0.76, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #891F13 is Cyan = 0, Magento = 0.77, Yellow = 0.86 and Black (K on CMYK) = 0.46.

Color convert

RGB1373119-
CMYK00.770.860.46
HSL6.1º75.64%30.59%-
HSV(B)6.1º86.13%53.73%-
XYZ10.926.351.27-
YUV61.33104.12181.98-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 73.26%
GREEN value IS 31 (12.5% from 255) = 16.58%
BLUE value IS 19 (7.81% from 255) = 10.16%
R=73.26%
G=16.58%
B=10.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.86
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal137311900.770.860.466.175.6430.59
Hex891F1304D562E64c1f
Octal2113723011512656611437
Binary100010011111110011010011011010110101110110100110011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #891F13

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #891F13; }

 p { color: rgb(137,31,19); }

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

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

 a { background-color: rgb(137,31,19); }

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

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

 span { border-color: rgb(137,31,19); }

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