#892214

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

Shades of Falu Red #892214

Tints of Falu Red #892214

Color information

#892214 (or 0x892214) is unknown color: approx Falu Red. HEX triplet: 89, 22 and 14. RGB value is (137,34,20). Sum of RGB (Red+Green+Blue) = 137+34+20=191 (25% of max value = 765). Red value is 137 (53.91% from 255 or 71.73% from 191); Green value is 34 (13.67% from 255 or 17.80% from 191); Blue value is 20 (8.20% from 255 or 10.47% from 191); Max value from RGB is 137 - color contains mainly: red. Hex color #892214 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #892214 is #76DDEB. Grayscale: #3F3F3F. Windows color (decimal): -7790060 or 1319561. OLE color: 1319561.

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

Color convert

RGB1373420-
CMYK00.750.850.46
HSL7.18º74.52%30.78%-
HSV(B)7.18º85.4%53.73%-
XYZ11.016.511.34-
YUV63.2103.62180.64-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 71.73%
GREEN value IS 34 (13.67% from 255) = 17.80%
BLUE value IS 20 (8.20% from 255) = 10.47%
R=71.73%
G=17.80%
B=10.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.85
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal137342000.750.850.467.1874.5230.78
Hex89221404B552E74b1f
Octal2114224011312556711337
Binary1000100110001010100010010111010101101110111100101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #892214

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #892214; }

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

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

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

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

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

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

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

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