#892709

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

Shades of Falu Red #892709

Tints of Falu Red #892709

Color information

#892709 (or 0x892709) is unknown color: approx Falu Red. HEX triplet: 89, 27 and 09. RGB value is (137,39,9). Sum of RGB (Red+Green+Blue) = 137+39+9=185 (24% of max value = 765). Red value is 137 (53.91% from 255 or 74.05% from 185); Green value is 39 (15.62% from 255 or 21.08% from 185); Blue value is 9 (3.91% from 255 or 4.86% from 185); Max value from RGB is 137 - color contains mainly: red. Hex color #892709 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #892709 is #76D8F6. Grayscale: #414141. Windows color (decimal): -7788791 or 599945. OLE color: 599945.

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

Color convert

RGB137399-
CMYK00.720.930.46
HSL14.06º87.67%28.63%-
HSV(B)14.06º93.43%53.73%-
XYZ11.096.790.98-
YUV64.8896.47179.44-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 74.05%
GREEN value IS 39 (15.62% from 255) = 21.08%
BLUE value IS 9 (3.91% from 255) = 4.86%
R=74.05%
G=21.08%
B=4.86%

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
Decimal13739900.720.930.4614.0687.6728.63
Hex892790485D2Ee581d
Octal21147110110135561613035
Binary1000100110011110010100100010111011011101110101100011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #892709

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #892709; }

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

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

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

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

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

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

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

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