Html Css Color HEX #892115 Falu Red

📋 copy color: '#892115'

red 137 ◦ green 33 ◦ blue 21

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

Shades of Falu Red #892115

Tints of Falu Red #892115

RGB

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

 GREEN value IS 33 (13.28% from 255) = 17.28%

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

R = 71.73%
G = 17.28%
B = 10.99%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.85

 K value IS 0.46

RGB Variations

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

Color information

#892115 (or 0x892115) is known color: Falu Red. HEX triplet: 89, 21 and 15. RGB value is (137,33,21). Sum of RGB (Red+Green+Blue) = 137+33+21=191 (25% of max value = 765). Red value is 137 (53.91% from 255 or 71.73% from 191); Green value is 33 (13.28% from 255 or 17.28% from 191); Blue value is 21 (8.59% from 255 or 10.99% from 191); Max value from RGB is 137 - color contains mainly: red. Hex color #892115 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #892115 is #76DEEA. Grayscale: #3E3E3E. Windows color (decimal): -7790315 or 1384841. OLE color: 1384841.

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

Color convert

RGB 137 33 21 -
CMYK 0 0.76 0.85 0.46
HSL 6.21º 0.73% 0.31% -
HSV(B) 6.21º 0.85% 0.54% -
XYZ 11 6.46 1.38 -
YUV 62.73 104.46 180.98 -
System Red Green Blue C M Y K H S L
Decimal 137 33 21 0 0.76 0.85 0.46 6.21 0.73 0.31
Hex 89 21 15 0 4C 55 2E 6 49 1F
Octal 211 41 25 0 114 125 56 6 111 37
Binary 10001001 100001 10101 0 1001100 1010101 101110 110 1001001 11111

Color Harmonies of #892115

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #892115

Black with #892115

Text Example


Text Example

White with #892115

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #892115; }

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

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

background-color css

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

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

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

border-color css

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

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

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