#892513

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

Shades of Falu Red #892513

Tints of Falu Red #892513

Color information

#892513 (or 0x892513) is unknown color: approx Falu Red. HEX triplet: 89, 25 and 13. RGB value is (137,37,19). Sum of RGB (Red+Green+Blue) = 137+37+19=193 (25% of max value = 765). Red value is 137 (53.91% from 255 or 70.98% from 193); Green value is 37 (14.84% from 255 or 19.17% from 193); Blue value is 19 (7.81% from 255 or 9.84% from 193); Max value from RGB is 137 - color contains mainly: red. Hex color #892513 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #892513 is #76DAEC. Grayscale: #414141. Windows color (decimal): -7789293 or 1254793. OLE color: 1254793.

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

Color convert

RGB1373719-
CMYK00.730.860.46
HSL9.15º75.64%30.59%-
HSV(B)9.15º86.13%53.73%-
XYZ11.16.691.32-
YUV64.85102.13179.46-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 70.98%
GREEN value IS 37 (14.84% from 255) = 19.17%
BLUE value IS 19 (7.81% from 255) = 9.84%
R=70.98%
G=19.17%
B=9.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.86
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal137371900.730.860.469.1575.6430.59
Hex892513049562E94c1f
Octal21145230111126561111437
Binary10001001100101100110100100110101101011101001100110011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #892513

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #892513; }

 p { color: rgb(137,37,19); }

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

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

 a { background-color: rgb(137,37,19); }

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

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

 span { border-color: rgb(137,37,19); }

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