#891813

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

Shades of Falu Red #891813

Tints of Falu Red #891813

Color information

#891813 (or 0x891813) is unknown color: approx Falu Red. HEX triplet: 89, 18 and 13. RGB value is (137,24,19). Sum of RGB (Red+Green+Blue) = 137+24+19=180 (23% of max value = 765). Red value is 137 (53.91% from 255 or 76.11% from 180); Green value is 24 (9.77% from 255 or 13.33% from 180); Blue value is 19 (7.81% from 255 or 10.56% from 180); Max value from RGB is 137 - color contains mainly: red. Hex color #891813 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #891813 is #76E7EC. Grayscale: #393939. Windows color (decimal): -7792621 or 1251465. OLE color: 1251465.

HSL color Cylindrical-coordinate representation of color #891813: hue angle of 2.54º 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 #891813 is Cyan = 0, Magento = 0.82, Yellow = 0.86 and Black (K on CMYK) = 0.46.

Color convert

RGB1372419-
CMYK00.820.860.46
HSL2.54º75.64%30.59%-
HSV(B)2.54º86.13%53.73%-
XYZ10.766.021.21-
YUV57.22106.44184.91-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 76.11%
GREEN value IS 24 (9.77% from 255) = 13.33%
BLUE value IS 19 (7.81% from 255) = 10.56%
R=76.11%
G=13.33%
B=10.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.86
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal137241900.820.860.462.5475.6430.59
Hex891813052562E34c1f
Octal2113023012212656311437
Binary10001001110001001101010010101011010111011100110011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #891813

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #891813; }

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

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

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

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

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

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

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

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