#892216

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

Shades of Falu Red #892216

Tints of Falu Red #892216

Color information

#892216 (or 0x892216) is unknown color: approx Falu Red. HEX triplet: 89, 22 and 16. RGB value is (137,34,22). Sum of RGB (Red+Green+Blue) = 137+34+22=193 (25% of max value = 765). Red value is 137 (53.91% from 255 or 70.98% from 193); Green value is 34 (13.67% from 255 or 17.62% from 193); Blue value is 22 (8.98% from 255 or 11.40% from 193); Max value from RGB is 137 - color contains mainly: red. Hex color #892216 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #892216 is #76DDE9. Grayscale: #3F3F3F. Windows color (decimal): -7790058 or 1450633. OLE color: 1450633.

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

Color convert

RGB1373422-
CMYK00.750.840.46
HSL6.26º72.33%31.18%-
HSV(B)6.26º83.94%53.73%-
XYZ11.036.521.44-
YUV63.43104.62180.48-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 70.98%
GREEN value IS 34 (13.67% from 255) = 17.62%
BLUE value IS 22 (8.98% from 255) = 11.40%
R=70.98%
G=17.62%
B=11.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.84
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal137342200.750.840.466.2672.3331.18
Hex89221604B542E6481f
Octal2114226011312456611037
Binary1000100110001010110010010111010100101110110100100011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #892216

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #892216; }

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

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

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

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

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

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

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

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