#892200

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

Shades of Falu Red #892200

Tints of Falu Red #892200

Color information

#892200 (or 0x892200) is unknown color: approx Falu Red. HEX triplet: 89, 22 and 00. RGB value is (137,34,0). Sum of RGB (Red+Green+Blue) = 137+34+0=171 (22% of max value = 765). Red value is 137 (53.91% from 255 or 80.12% from 171); Green value is 34 (13.67% from 255 or 19.88% from 171); Blue value is 0 (0.39% from 255 or 0% from 171); Max value from RGB is 137 - color contains mainly: red. Hex color #892200 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #892200 is #76DDFF. Grayscale: #3D3D3D. Windows color (decimal): -7790080 or 8841. OLE color: 8841.

HSL color Cylindrical-coordinate representation of color #892200: hue angle of 14.89º degrees, saturation: 1, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 1%. Process color model (Four color, CMYK) of #892200 is Cyan = 0, Magento = 0.75, Yellow = 1 and Black (K on CMYK) = 0.46.

Color convert

RGB137340-
CMYK00.7510.46
HSL14.89º100%26.86%-
HSV(B)14.89º100%53.73%-
XYZ10.896.460.67-
YUV60.9293.62182.26-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 80.12%
GREEN value IS 34 (13.67% from 255) = 19.88%
BLUE value IS 0 (0.39% from 255) = 0%
R=80.12%
G=19.88%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 1
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal13734000.7510.4614.8910026.86
Hex8922004B642Ef641b
Octal2114200113144561714433
Binary1000100110001000100101111001001011101111110010011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #892200

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #892200; }

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

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

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

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

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

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

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

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