#892609

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

Shades of Falu Red #892609

Tints of Falu Red #892609

Color information

#892609 (or 0x892609) is unknown color: approx Falu Red. HEX triplet: 89, 26 and 09. RGB value is (137,38,9). Sum of RGB (Red+Green+Blue) = 137+38+9=184 (24% of max value = 765). Red value is 137 (53.91% from 255 or 74.46% from 184); Green value is 38 (15.23% from 255 or 20.65% from 184); Blue value is 9 (3.91% from 255 or 4.89% from 184); Max value from RGB is 137 - color contains mainly: red. Hex color #892609 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #892609 is #76D9F6. Grayscale: #404040. Windows color (decimal): -7789047 or 599689. OLE color: 599689.

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

Color convert

RGB137389-
CMYK00.720.930.46
HSL13.59º87.67%28.63%-
HSV(B)13.59º93.43%53.73%-
XYZ11.066.720.97-
YUV64.396.8179.86-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 74.46%
GREEN value IS 38 (15.23% from 255) = 20.65%
BLUE value IS 9 (3.91% from 255) = 4.89%
R=74.46%
G=20.65%
B=4.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.93
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal13738900.720.930.4613.5987.6728.63
Hex892690485D2Ee581d
Octal21146110110135561613035
Binary1000100110011010010100100010111011011101110101100011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #892609

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #892609; }

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

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

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

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

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

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

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

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