#892101

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

Shades of Falu Red #892101

Tints of Falu Red #892101

Color information

#892101 (or 0x892101) is unknown color: approx Falu Red. HEX triplet: 89, 21 and 01. RGB value is (137,33,1). Sum of RGB (Red+Green+Blue) = 137+33+1=171 (22% of max value = 765). Red value is 137 (53.91% from 255 or 80.12% from 171); Green value is 33 (13.28% from 255 or 19.30% from 171); Blue value is 1 (0.78% from 255 or 0.58% from 171); Max value from RGB is 137 - color contains mainly: red. Hex color #892101 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #892101 is #76DEFE. Grayscale: #3C3C3C. Windows color (decimal): -7790335 or 74121. OLE color: 74121.

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

Color convert

RGB137331-
CMYK00.760.990.46
HSL14.12º98.55%27.06%-
HSV(B)14.12º99.27%53.73%-
XYZ10.876.410.69-
YUV60.4594.46182.6-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 80.12%
GREEN value IS 33 (13.28% from 255) = 19.30%
BLUE value IS 1 (0.78% from 255) = 0.58%
R=80.12%
G=19.30%
B=0.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.99
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal13733100.760.990.4614.1298.5527.06
Hex8921104C632Ee631b
Octal2114110114143561614333
Binary1000100110000110100110011000111011101110110001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #892101

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #892101; }

 p { color: rgb(137,33,1); }

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

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

 a { background-color: rgb(137,33,1); }

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

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

 span { border-color: rgb(137,33,1); }

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