Html Css Color HEX #892511 Falu Red

📋 copy color: '#892511'

red 137 ◦ green 37 ◦ blue 17

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

Shades of Falu Red #892511

Tints of Falu Red #892511

RGB

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

 GREEN value IS 37 (14.84% from 255) = 19.37%

 BLUE value IS 17 (7.03% from 255) = 8.9%

R = 71.73%
G = 19.37%
B = 8.9%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.88

 K value IS 0.46

RGB Variations

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

Color information

#892511 (or 0x892511) is known color: Falu Red. HEX triplet: 89, 25 and 11. RGB value is (137,37,17). Sum of RGB (Red+Green+Blue) = 137+37+17=191 (25% of max value = 765). Red value is 137 (53.91% from 255 or 71.73% from 191); Green value is 37 (14.84% from 255 or 19.37% from 191); Blue value is 17 (7.03% from 255 or 8.90% from 191); Max value from RGB is 137 - color contains mainly: red. Hex color #892511 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #892511 is #76DAEE. Grayscale: #404040. Windows color (decimal): -7789295 or 1123721. OLE color: 1123721.

HSL color Cylindrical-coordinate representation of color #892511: hue angle of 10º degrees, saturation: 0.78, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #892511 is Cyan = 0, Magento = 0.73, Yellow = 0.88 and Black (K on CMYK) = 0.46.

Color convert

RGB 137 37 17 -
CMYK 0 0.73 0.88 0.46
HSL 10º 0.78% 0.3% -
HSV(B) 10º 0.88% 0.54% -
XYZ 11.08 6.68 1.24 -
YUV 64.62 101.13 179.63 -
System Red Green Blue C M Y K H S L
Decimal 137 37 17 0 0.73 0.88 0.46 10 0.78 0.3
Hex 89 25 11 0 49 58 2E A 4E 1E
Octal 211 45 21 0 111 130 56 12 116 36
Binary 10001001 100101 10001 0 1001001 1011000 101110 1010 1001110 11110

Color Harmonies of #892511

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #892511

Black with #892511

Text Example


Text Example

White with #892511

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #892511; }

 p { color: rgb(137,37,17); }

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

background-color css

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

 a { background-color: rgb(137,37,17); }

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

border-color css

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

 span { border-color: rgb(137,37,17); }

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