Html Css Color HEX #892012 Falu Red

📋 copy color: '#892012'

red 137 ◦ green 32 ◦ blue 18

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

Shades of Falu Red #892012

Tints of Falu Red #892012

RGB

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

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

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

R = 73.26%
G = 17.11%
B = 9.63%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.87

 K value IS 0.46

RGB Variations

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

Color information

#892012 (or 0x892012) is known color: Falu Red. HEX triplet: 89, 20 and 12. RGB value is (137,32,18). Sum of RGB (Red+Green+Blue) = 137+32+18=187 (24% of max value = 765). Red value is 137 (53.91% from 255 or 73.26% from 187); Green value is 32 (12.89% from 255 or 17.11% from 187); Blue value is 18 (7.42% from 255 or 9.63% from 187); Max value from RGB is 137 - color contains mainly: red. Hex color #892012 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #892012 is #76DFED. Grayscale: #3D3D3D. Windows color (decimal): -7790574 or 1187977. OLE color: 1187977.

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

Color convert

RGB 137 32 18 -
CMYK 0 0.77 0.87 0.46
HSL 7.06º 0.77% 0.3% -
HSV(B) 7.06º 0.87% 0.54% -
XYZ 10.94 6.4 1.23 -
YUV 61.8 103.29 181.64 -
System Red Green Blue C M Y K H S L
Decimal 137 32 18 0 0.77 0.87 0.46 7.06 0.77 0.3
Hex 89 20 12 0 4D 57 2E 7 4D 1E
Octal 211 40 22 0 115 127 56 7 115 36
Binary 10001001 100000 10010 0 1001101 1010111 101110 111 1001101 11110

Color Harmonies of #892012

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #892012

Black with #892012

Text Example


Text Example

White with #892012

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #892012; }

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

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

background-color css

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

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

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

border-color css

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

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

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