#892014

Color #892014 Falu Red (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Falu Red #892014

Tints of Falu Red #892014

Color information

#892014 (or 0x892014) is unknown color: approx Falu Red. HEX triplet: 89, 20 and 14. RGB value is (137,32,20). Sum of RGB (Red+Green+Blue) = 137+32+20=189 (25% of max value = 765). Red value is 137 (53.91% from 255 or 72.49% from 189); Green value is 32 (12.89% from 255 or 16.93% from 189); Blue value is 20 (8.20% from 255 or 10.58% from 189); Max value from RGB is 137 - color contains mainly: red. Hex color #892014 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #892014 is #76DFEB. Grayscale: #3E3E3E. Windows color (decimal): -7790572 or 1319049. OLE color: 1319049.

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

Color convert

RGB1373220-
CMYK00.770.850.46
HSL6.15º74.52%30.78%-
HSV(B)6.15º85.4%53.73%-
XYZ10.966.41.32-
YUV62.03104.29181.48-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 72.49%
GREEN value IS 32 (12.89% from 255) = 16.93%
BLUE value IS 20 (8.20% from 255) = 10.58%
R=72.49%
G=16.93%
B=10.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.85
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal137322000.770.850.466.1574.5230.78
Hex89201404D552E64b1f
Octal2114024011512556611337
Binary1000100110000010100010011011010101101110110100101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #892014

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #892014; }

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

 H1.HeaderClassName
 {
   color: #892014;
 }
 .AnyTagClassName
 {
   color: #892014;
 }
</style>
background-color css

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

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

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

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

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

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