#8B2411

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

Shades of Falu Red #8B2411

Tints of Falu Red #8B2411

Color information

#8B2411 (or 0x8B2411) is unknown color: approx Falu Red. HEX triplet: 8B, 24 and 11. RGB value is (139,36,17). Sum of RGB (Red+Green+Blue) = 139+36+17=192 (25% of max value = 765). Red value is 139 (54.69% from 255 or 72.40% from 192); Green value is 36 (14.45% from 255 or 18.75% from 192); Blue value is 17 (7.03% from 255 or 8.85% from 192); Max value from RGB is 139 - color contains mainly: red. Hex color #8B2411 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #8B2411 is #74DBEE. Grayscale: #404040. Windows color (decimal): -7658479 or 1123467. OLE color: 1123467.

HSL color Cylindrical-coordinate representation of color #8B2411: hue angle of 9.34º degrees, saturation: 0.78, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #8B2411 is Cyan = 0, Magento = 0.74, Yellow = 0.88 and Black (K on CMYK) = 0.45.

Color convert

RGB1393617-
CMYK00.740.880.45
HSL9.34º78.21%30.59%-
HSV(B)9.34º87.77%54.51%-
XYZ11.386.791.24-
YUV64.63101.12181.04-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 72.40%
GREEN value IS 36 (14.45% from 255) = 18.75%
BLUE value IS 17 (7.03% from 255) = 8.85%
R=72.40%
G=18.75%
B=8.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.88
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal139361700.740.880.459.3478.2130.59
Hex8B241104A582D94e1f
Octal21344210112130551111637
Binary10001011100100100010100101010110001011011001100111011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B2411

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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