#8B240E

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

Shades of Falu Red #8B240E

Tints of Falu Red #8B240E

Color information

#8B240E (or 0x8B240E) is unknown color: approx Falu Red. HEX triplet: 8B, 24 and 0E. RGB value is (139,36,14). Sum of RGB (Red+Green+Blue) = 139+36+14=189 (25% of max value = 765). Red value is 139 (54.69% from 255 or 73.54% from 189); Green value is 36 (14.45% from 255 or 19.05% from 189); Blue value is 14 (5.86% from 255 or 7.41% from 189); Max value from RGB is 139 - color contains mainly: red. Hex color #8B240E is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #8B240E is #74DBF1. Grayscale: #404040. Windows color (decimal): -7658482 or 926859. OLE color: 926859.

HSL color Cylindrical-coordinate representation of color #8B240E: hue angle of 10.56º degrees, saturation: 0.82, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #8B240E is Cyan = 0, Magento = 0.74, Yellow = 0.90 and Black (K on CMYK) = 0.45.

Color convert

RGB1393614-
CMYK00.740.900.45
HSL10.56º81.7%30%-
HSV(B)10.56º89.93%54.51%-
XYZ11.366.781.13-
YUV64.2999.62181.29-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 73.54%
GREEN value IS 36 (14.45% from 255) = 19.05%
BLUE value IS 14 (5.86% from 255) = 7.41%
R=73.54%
G=19.05%
B=7.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.90
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal139361400.740.900.4510.5681.730
Hex8B24E04A5A2Db521e
Octal21344160112132551312236
Binary1000101110010011100100101010110101011011011101001011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B240E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8B240E; }

 p { color: rgb(139,36,14); }

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

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

 a { background-color: rgb(139,36,14); }

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

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

 span { border-color: rgb(139,36,14); }

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