#892601

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

Shades of Falu Red #892601

Tints of Falu Red #892601

Color information

#892601 (or 0x892601) is unknown color: approx Falu Red. HEX triplet: 89, 26 and 01. RGB value is (137,38,1). Sum of RGB (Red+Green+Blue) = 137+38+1=176 (23% of max value = 765). Red value is 137 (53.91% from 255 or 77.84% from 176); Green value is 38 (15.23% from 255 or 21.59% from 176); Blue value is 1 (0.78% from 255 or 0.57% from 176); Max value from RGB is 137 - color contains mainly: red. Hex color #892601 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #892601 is #76D9FE. Grayscale: #3F3F3F. Windows color (decimal): -7789055 or 75401. OLE color: 75401.

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

Color convert

RGB137381-
CMYK00.720.990.46
HSL16.32º98.55%27.06%-
HSV(B)16.32º99.27%53.73%-
XYZ11.026.710.74-
YUV63.3892.8180.51-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 77.84%
GREEN value IS 38 (15.23% from 255) = 21.59%
BLUE value IS 1 (0.78% from 255) = 0.57%
R=77.84%
G=21.59%
B=0.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.99
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal13738100.720.990.4616.3298.5527.06
Hex89261048632E10631b
Octal2114610110143562014333
Binary10001001100110101001000110001110111010000110001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #892601

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #892601; }

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

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

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

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

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

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

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

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