#8B2400

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

Shades of Falu Red #8B2400

Tints of Falu Red #8B2400

Color information

#8B2400 (or 0x8B2400) is unknown color: approx Falu Red. HEX triplet: 8B, 24 and 00. RGB value is (139,36,0). Sum of RGB (Red+Green+Blue) = 139+36+0=175 (23% of max value = 765). Red value is 139 (54.69% from 255 or 79.43% from 175); Green value is 36 (14.45% from 255 or 20.57% from 175); Blue value is 0 (0.39% from 255 or 0% from 175); Max value from RGB is 139 - color contains mainly: red. Hex color #8B2400 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #8B2400 is #74DBFF. Grayscale: #3E3E3E. Windows color (decimal): -7658496 or 9355. OLE color: 9355.

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

Color convert

RGB139360-
CMYK00.7410.45
HSL15.54º100%27.25%-
HSV(B)15.54º100%54.51%-
XYZ11.286.750.71-
YUV62.6992.62182.43-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 79.43%
GREEN value IS 36 (14.45% from 255) = 20.57%
BLUE value IS 0 (0.39% from 255) = 0%
R=79.43%
G=20.57%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 1
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal13936000.7410.4515.5410027.25
Hex8B24004A642D10641b
Octal2134400112144552014433
Binary10001011100100001001010110010010110110000110010011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B2400

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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