Html Css Color HEX #891A15 Falu Red

📋 copy color: '#891A15'

red 137 ◦ green 26 ◦ blue 21

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

Shades of Falu Red #891A15

Tints of Falu Red #891A15

RGB

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

 GREEN value IS 26 (10.55% from 255) = 14.13%

 BLUE value IS 21 (8.59% from 255) = 11.41%

R = 74.46%
G = 14.13%
B = 11.41%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.85

 K value IS 0.46

RGB Variations

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

Color information

#891A15 (or 0x891A15) is known color: Falu Red. HEX triplet: 89, 1A and 15. RGB value is (137,26,21). Sum of RGB (Red+Green+Blue) = 137+26+21=184 (24% of max value = 765). Red value is 137 (53.91% from 255 or 74.46% from 184); Green value is 26 (10.55% from 255 or 14.13% from 184); Blue value is 21 (8.59% from 255 or 11.41% from 184); Max value from RGB is 137 - color contains mainly: red. Hex color #891A15 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #891A15 is #76E5EA. Grayscale: #3A3A3A. Windows color (decimal): -7792107 or 1383049. OLE color: 1383049.

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

Color convert

RGB 137 26 21 -
CMYK 0 0.81 0.85 0.46
HSL 2.59º 0.73% 0.31% -
HSV(B) 2.59º 0.85% 0.54% -
XYZ 10.82 6.11 1.32 -
YUV 58.62 106.77 183.91 -
System Red Green Blue C M Y K H S L
Decimal 137 26 21 0 0.81 0.85 0.46 2.59 0.73 0.31
Hex 89 1A 15 0 51 55 2E 3 49 1F
Octal 211 32 25 0 121 125 56 3 111 37
Binary 10001001 11010 10101 0 1010001 1010101 101110 11 1001001 11111

Color Harmonies of #891A15

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #891A15

Black with #891A15

Text Example


Text Example

White with #891A15

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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