#8B2301

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

Shades of Falu Red #8B2301

Tints of Falu Red #8B2301

Color information

#8B2301 (or 0x8B2301) is unknown color: approx Falu Red. HEX triplet: 8B, 23 and 01. RGB value is (139,35,1). Sum of RGB (Red+Green+Blue) = 139+35+1=175 (23% of max value = 765). Red value is 139 (54.69% from 255 or 79.43% from 175); Green value is 35 (14.06% from 255 or 20% from 175); Blue value is 1 (0.78% from 255 or 0.57% from 175); Max value from RGB is 139 - color contains mainly: red. Hex color #8B2301 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #8B2301 is #74DCFE. Grayscale: #3E3E3E. Windows color (decimal): -7658751 or 74635. OLE color: 74635.

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

Color convert

RGB139351-
CMYK00.750.990.45
HSL14.78º98.57%27.45%-
HSV(B)14.78º99.28%54.51%-
XYZ11.256.690.73-
YUV62.2293.46182.76-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 79.43%
GREEN value IS 35 (14.06% from 255) = 20%
BLUE value IS 1 (0.78% from 255) = 0.57%
R=79.43%
G=20%
B=0.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.99
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal13935100.750.990.4514.7898.5727.45
Hex8B23104B632Df631b
Octal2134310113143551714333
Binary1000101110001110100101111000111011011111110001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B2301

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(139,35,1); }

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

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

 a { background-color: rgb(139,35,1); }

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

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

 span { border-color: rgb(139,35,1); }

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