Html Css Color HEX #892013 Falu Red

📋 copy color: '#892013'

red 137 ◦ green 32 ◦ blue 19

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

Shades of Falu Red #892013

Tints of Falu Red #892013

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 10.11%

R = 72.87%
G = 17.02%
B = 10.11%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.86

 K value IS 0.46

RGB Variations

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

Color information

#892013 (or 0x892013) is known color: Falu Red. HEX triplet: 89, 20 and 13. RGB value is (137,32,19). Sum of RGB (Red+Green+Blue) = 137+32+19=188 (24% of max value = 765). Red value is 137 (53.91% from 255 or 72.87% from 188); Green value is 32 (12.89% from 255 or 17.02% from 188); Blue value is 19 (7.81% from 255 or 10.11% from 188); Max value from RGB is 137 - color contains mainly: red. Hex color #892013 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #892013 is #76DFEC. Grayscale: #3E3E3E. Windows color (decimal): -7790573 or 1253513. OLE color: 1253513.

HSL color Cylindrical-coordinate representation of color #892013: hue angle of 6.61º degrees, saturation: 0.76, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #892013 is Cyan = 0, Magento = 0.77, Yellow = 0.86 and Black (K on CMYK) = 0.46.

Color convert

RGB 137 32 19 -
CMYK 0 0.77 0.86 0.46
HSL 6.61º 0.76% 0.31% -
HSV(B) 6.61º 0.86% 0.54% -
XYZ 10.95 6.4 1.27 -
YUV 61.91 103.79 181.56 -
System Red Green Blue C M Y K H S L
Decimal 137 32 19 0 0.77 0.86 0.46 6.61 0.76 0.31
Hex 89 20 13 0 4D 56 2E 7 4C 1F
Octal 211 40 23 0 115 126 56 7 114 37
Binary 10001001 100000 10011 0 1001101 1010110 101110 111 1001100 11111

Color Harmonies of #892013

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #892013

Black with #892013

Text Example


Text Example

White with #892013

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #892013; }

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

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

background-color css

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

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

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

border-color css

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

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

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