Html Css Color HEX #892215 Falu Red

📋 copy color: '#892215'

red 137 ◦ green 34 ◦ blue 21

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

Shades of Falu Red #892215

Tints of Falu Red #892215

RGB

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

 GREEN value IS 34 (13.67% from 255) = 17.71%

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

R = 71.35%
G = 17.71%
B = 10.94%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.85

 K value IS 0.46

RGB Variations

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

Color information

#892215 (or 0x892215) is known color: Falu Red. HEX triplet: 89, 22 and 15. RGB value is (137,34,21). Sum of RGB (Red+Green+Blue) = 137+34+21=192 (25% of max value = 765). Red value is 137 (53.91% from 255 or 71.35% from 192); Green value is 34 (13.67% from 255 or 17.71% from 192); Blue value is 21 (8.59% from 255 or 10.94% from 192); Max value from RGB is 137 - color contains mainly: red. Hex color #892215 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #892215 is #76DDEA. Grayscale: #3F3F3F. Windows color (decimal): -7790059 or 1385097. OLE color: 1385097.

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

Color convert

RGB 137 34 21 -
CMYK 0 0.75 0.85 0.46
HSL 6.72º 0.73% 0.31% -
HSV(B) 6.72º 0.85% 0.54% -
XYZ 11.02 6.52 1.39 -
YUV 63.32 104.12 180.56 -
System Red Green Blue C M Y K H S L
Decimal 137 34 21 0 0.75 0.85 0.46 6.72 0.73 0.31
Hex 89 22 15 0 4B 55 2E 7 49 1F
Octal 211 42 25 0 113 125 56 7 111 37
Binary 10001001 100010 10101 0 1001011 1010101 101110 111 1001001 11111

Color Harmonies of #892215

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #892215

Black with #892215

Text Example


Text Example

White with #892215

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #892215; }

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

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

background-color css

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

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

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

border-color css

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

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

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