#89250B

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

Shades of Falu Red #89250B

Tints of Falu Red #89250B

Color information

#89250B (or 0x89250B) is unknown color: approx Falu Red. HEX triplet: 89, 25 and 0B. RGB value is (137,37,11). Sum of RGB (Red+Green+Blue) = 137+37+11=185 (24% of max value = 765). Red value is 137 (53.91% from 255 or 74.05% from 185); Green value is 37 (14.84% from 255 or 20% from 185); Blue value is 11 (4.69% from 255 or 5.95% from 185); Max value from RGB is 137 - color contains mainly: red. Hex color #89250B is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #89250B is #76DAF4. Grayscale: #404040. Windows color (decimal): -7789301 or 730505. OLE color: 730505.

HSL color Cylindrical-coordinate representation of color #89250B: hue angle of 12.38º degrees, saturation: 0.85, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #89250B is Cyan = 0, Magento = 0.73, Yellow = 0.92 and Black (K on CMYK) = 0.46.

Color convert

RGB1373711-
CMYK00.730.920.46
HSL12.38º85.14%29.02%-
HSV(B)12.38º91.97%53.73%-
XYZ11.046.671.02-
YUV63.9498.13180.11-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 74.05%
GREEN value IS 37 (14.84% from 255) = 20%
BLUE value IS 11 (4.69% from 255) = 5.95%
R=74.05%
G=20%
B=5.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.92
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal137371100.730.920.4612.3885.1429.02
Hex8925B0495C2Ec551d
Octal21145130111134561412535
Binary1000100110010110110100100110111001011101100101010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #89250B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #89250B; }

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

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

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

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

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

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

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

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