#891915

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

Shades of Falu Red #891915

Tints of Falu Red #891915

Color information

#891915 (or 0x891915) is unknown color: approx Falu Red. HEX triplet: 89, 19 and 15. RGB value is (137,25,21). Sum of RGB (Red+Green+Blue) = 137+25+21=183 (24% of max value = 765). Red value is 137 (53.91% from 255 or 74.86% from 183); Green value is 25 (10.16% from 255 or 13.66% from 183); Blue value is 21 (8.59% from 255 or 11.48% from 183); Max value from RGB is 137 - color contains mainly: red. Hex color #891915 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #891915 is #76E6EA. Grayscale: #3A3A3A. Windows color (decimal): -7792363 or 1382793. OLE color: 1382793.

HSL color Cylindrical-coordinate representation of color #891915: hue angle of 2.07º degrees, saturation: 0.73, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #891915 is Cyan = 0, Magento = 0.82, Yellow = 0.85 and Black (K on CMYK) = 0.46.

Color convert

RGB1372521-
CMYK00.820.850.46
HSL2.07º73.42%30.98%-
HSV(B)2.07º84.67%53.73%-
XYZ10.86.071.31-
YUV58.03107.11184.33-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 74.86%
GREEN value IS 25 (10.16% from 255) = 13.66%
BLUE value IS 21 (8.59% from 255) = 11.48%
R=74.86%
G=13.66%
B=11.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.85
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal137252100.820.850.462.0773.4230.98
Hex891915052552E2491f
Octal2113125012212556211137
Binary10001001110011010101010010101010110111010100100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #891915

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #891915; }

 p { color: rgb(137,25,21); }

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

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

 a { background-color: rgb(137,25,21); }

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

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

 span { border-color: rgb(137,25,21); }

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