Html Css Color HEX #891513 Falu Red

📋 copy color: '#891513'

red 137 ◦ green 21 ◦ blue 19

#891513
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Falu Red #891513

Tints of Falu Red #891513

RGB

 RED value IS 137 (53.91% from 255) = 77.4%

 GREEN value IS 21 (8.59% from 255) = 11.86%

 BLUE value IS 19 (7.81% from 255) = 10.73%

R = 77.4%
G = 11.86%
B = 10.73%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.86

 K value IS 0.46

RGB Variations

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

Color information

#891513 (or 0x891513) is known color: Falu Red. HEX triplet: 89, 15 and 13. RGB value is (137,21,19). Sum of RGB (Red+Green+Blue) = 137+21+19=177 (23% of max value = 765). Red value is 137 (53.91% from 255 or 77.40% from 177); Green value is 21 (8.59% from 255 or 11.86% from 177); Blue value is 19 (7.81% from 255 or 10.73% from 177); Max value from RGB is 137 - color contains mainly: red. Hex color #891513 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #891513 is #76EAEC. Grayscale: #373737. Windows color (decimal): -7793389 or 1250697. OLE color: 1250697.

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

Color convert

RGB 137 21 19 -
CMYK 0 0.85 0.86 0.46
HSL 1.02º 0.76% 0.31% -
HSV(B) 1.02º 0.86% 0.54% -
XYZ 10.7 5.9 1.19 -
YUV 55.46 107.43 186.16 -
System Red Green Blue C M Y K H S L
Decimal 137 21 19 0 0.85 0.86 0.46 1.02 0.76 0.31
Hex 89 15 13 0 55 56 2E 1 4C 1F
Octal 211 25 23 0 125 126 56 1 114 37
Binary 10001001 10101 10011 0 1010101 1010110 101110 1 1001100 11111

Color Harmonies of #891513

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #891513

Black with #891513

Text Example


Text Example

White with #891513

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #891513; }

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

 H1.HeaderClassName
 {
   color: #891513;
 }
 .AnyTagClassName
 {
   color: #891513;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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