Html Css Color HEX #891D15 Falu Red

📋 copy color: '#891D15'

red 137 ◦ green 29 ◦ blue 21

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

Shades of Falu Red #891D15

Tints of Falu Red #891D15

RGB

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

 GREEN value IS 29 (11.72% from 255) = 15.51%

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

R = 73.26%
G = 15.51%
B = 11.23%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.85

 K value IS 0.46

RGB Variations

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

Color information

#891D15 (or 0x891D15) is known color: Falu Red. HEX triplet: 89, 1D and 15. RGB value is (137,29,21). Sum of RGB (Red+Green+Blue) = 137+29+21=187 (24% of max value = 765). Red value is 137 (53.91% from 255 or 73.26% from 187); Green value is 29 (11.72% from 255 or 15.51% from 187); Blue value is 21 (8.59% from 255 or 11.23% from 187); Max value from RGB is 137 - color contains mainly: red. Hex color #891D15 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #891D15 is #76E2EA. Grayscale: #3C3C3C. Windows color (decimal): -7791339 or 1383817. OLE color: 1383817.

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

Color convert

RGB 137 29 21 -
CMYK 0 0.79 0.85 0.46
HSL 4.14º 0.73% 0.31% -
HSV(B) 4.14º 0.85% 0.54% -
XYZ 10.89 6.25 1.34 -
YUV 60.38 105.78 182.65 -
System Red Green Blue C M Y K H S L
Decimal 137 29 21 0 0.79 0.85 0.46 4.14 0.73 0.31
Hex 89 1D 15 0 4F 55 2E 4 49 1F
Octal 211 35 25 0 117 125 56 4 111 37
Binary 10001001 11101 10101 0 1001111 1010101 101110 100 1001001 11111

Color Harmonies of #891D15

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #891D15

Black with #891D15

Text Example


Text Example

White with #891D15

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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