Shades of Falu Red #8B2301
Tints of Falu Red #8B2301
RGB
CMYK
RGB Variations
Color information
#8B2301 (or 0x8B2301) is known color: 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
| RGB | 139 | 35 | 1 | - |
| CMYK | 0 | 0.75 | 0.99 | 0.45 |
| HSL | 14.78º | 0.99% | 0.27% | - |
| HSV(B) | 14.78º | 0.99% | 0.55% | - |
| XYZ | 11.25 | 6.69 | 0.73 | - |
| YUV | 62.22 | 93.46 | 182.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 35 | 1 | 0 | 0.75 | 0.99 | 0.45 | 14.78 | 0.99 | 0.27 |
| Hex | 8B | 23 | 1 | 0 | 4B | 63 | 2D | F | 63 | 1B |
| Octal | 213 | 43 | 1 | 0 | 113 | 143 | 55 | 17 | 143 | 33 |
| Binary | 10001011 | 100011 | 1 | 0 | 1001011 | 1100011 | 101101 | 1111 | 1100011 | 11011 |
Color Harmonies of #8B2301
Complementary color
Monochromatic Colors of #8B2301
Black with #8B2301
Text Example
Text Example
White with #8B2301
Text Example
Text Example
HTML Codes & Css Web 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>