Html Css Color HEX #892015 Falu Red

📋 copy color: '#892015'

red 137 ◦ green 32 ◦ blue 21

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

Shades of Falu Red #892015

Tints of Falu Red #892015

RGB

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

 GREEN value IS 32 (12.89% from 255) = 16.84%

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

R = 72.11%
G = 16.84%
B = 11.05%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.85

 K value IS 0.46

RGB Variations

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

Color information

#892015 (or 0x892015) is known color: Falu Red. HEX triplet: 89, 20 and 15. RGB value is (137,32,21). Sum of RGB (Red+Green+Blue) = 137+32+21=190 (25% of max value = 765). Red value is 137 (53.91% from 255 or 72.11% from 190); Green value is 32 (12.89% from 255 or 16.84% from 190); Blue value is 21 (8.59% from 255 or 11.05% from 190); Max value from RGB is 137 - color contains mainly: red. Hex color #892015 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #892015 is #76DFEA. Grayscale: #3E3E3E. Windows color (decimal): -7790571 or 1384585. OLE color: 1384585.

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

Color convert

RGB 137 32 21 -
CMYK 0 0.77 0.85 0.46
HSL 5.69º 0.73% 0.31% -
HSV(B) 5.69º 0.85% 0.54% -
XYZ 10.97 6.41 1.37 -
YUV 62.14 104.79 181.39 -
System Red Green Blue C M Y K H S L
Decimal 137 32 21 0 0.77 0.85 0.46 5.69 0.73 0.31
Hex 89 20 15 0 4D 55 2E 6 49 1F
Octal 211 40 25 0 115 125 56 6 111 37
Binary 10001001 100000 10101 0 1001101 1010101 101110 110 1001001 11111

Color Harmonies of #892015

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #892015

Black with #892015

Text Example


Text Example

White with #892015

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #892015; }

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

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

background-color css

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

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

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

border-color css

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

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

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