Html Css Color HEX #892512 Falu Red

📋 copy color: '#892512'

red 137 ◦ green 37 ◦ blue 18

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

Shades of Falu Red #892512

Tints of Falu Red #892512

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 9.38%

R = 71.35%
G = 19.27%
B = 9.38%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.87

 K value IS 0.46

RGB Variations

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

Color information

#892512 (or 0x892512) is known color: Falu Red. HEX triplet: 89, 25 and 12. RGB value is (137,37,18). Sum of RGB (Red+Green+Blue) = 137+37+18=192 (25% of max value = 765). Red value is 137 (53.91% from 255 or 71.35% from 192); Green value is 37 (14.84% from 255 or 19.27% from 192); Blue value is 18 (7.42% from 255 or 9.38% from 192); Max value from RGB is 137 - color contains mainly: red. Hex color #892512 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #892512 is #76DAED. Grayscale: #404040. Windows color (decimal): -7789294 or 1189257. OLE color: 1189257.

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

Color convert

RGB 137 37 18 -
CMYK 0 0.73 0.87 0.46
HSL 9.58º 0.77% 0.3% -
HSV(B) 9.58º 0.87% 0.54% -
XYZ 11.09 6.69 1.28 -
YUV 64.73 101.63 179.54 -
System Red Green Blue C M Y K H S L
Decimal 137 37 18 0 0.73 0.87 0.46 9.58 0.77 0.3
Hex 89 25 12 0 49 57 2E A 4D 1E
Octal 211 45 22 0 111 127 56 12 115 36
Binary 10001001 100101 10010 0 1001001 1010111 101110 1010 1001101 11110

Color Harmonies of #892512

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #892512

Black with #892512

Text Example


Text Example

White with #892512

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #892512; }

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

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

background-color css

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

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

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

border-color css

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

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

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