#8B2410

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

Shades of Falu Red #8B2410

Tints of Falu Red #8B2410

Color information

#8B2410 (or 0x8B2410) is unknown color: approx Falu Red. HEX triplet: 8B, 24 and 10. RGB value is (139,36,16). Sum of RGB (Red+Green+Blue) = 139+36+16=191 (25% of max value = 765). Red value is 139 (54.69% from 255 or 72.77% from 191); Green value is 36 (14.45% from 255 or 18.85% from 191); Blue value is 16 (6.64% from 255 or 8.38% from 191); Max value from RGB is 139 - color contains mainly: red. Hex color #8B2410 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #8B2410 is #74DBEF. Grayscale: #404040. Windows color (decimal): -7658480 or 1057931. OLE color: 1057931.

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

Color convert

RGB1393616-
CMYK00.740.880.45
HSL9.76º79.35%30.39%-
HSV(B)9.76º88.49%54.51%-
XYZ11.376.791.2-
YUV64.52100.62181.13-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 72.77%
GREEN value IS 36 (14.45% from 255) = 18.85%
BLUE value IS 16 (6.64% from 255) = 8.38%
R=72.77%
G=18.85%
B=8.38%

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
Decimal139361600.740.880.459.7679.3530.39
Hex8B241004A582Da4f1e
Octal21344200112130551211736
Binary10001011100100100000100101010110001011011010100111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B2410

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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