Shades of Old Brick #8B303A
Tints of Old Brick #8B303A
RGB
CMYK
RGB Variations
Color information
#8B303A (or 0x8B303A) is known color: Old Brick. HEX triplet: 8B, 30 and 3A. RGB value is (139,48,58). Sum of RGB (Red+Green+Blue) = 139+48+58=245 (32% of max value = 765). Red value is 139 (54.69% from 255 or 56.73% from 245); Green value is 48 (19.14% from 255 or 19.59% from 245); Blue value is 58 (23.05% from 255 or 23.67% from 245); Max value from RGB is 139 - color contains mainly: red. Hex color #8B303A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8B303A is #74CFC5. Grayscale: #4C4C4C. Windows color (decimal): -7655366 or 3813515. OLE color: 3813515.
HSL color Cylindrical-coordinate representation of color #8B303A: hue angle of 353.41º degrees, saturation: 0.49, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #8B303A is Cyan = 0, Magento = 0.65, Yellow = 0.58 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 139 | 48 | 58 | - |
| CMYK | 0 | 0.65 | 0.58 | 0.45 |
| HSL | 353.41º | 0.49% | 0.37% | - |
| HSV(B) | 353.41º | 0.65% | 0.55% | - |
| XYZ | 12.47 | 7.91 | 4.87 | - |
| YUV | 76.35 | 117.65 | 172.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 48 | 58 | 0 | 0.65 | 0.58 | 0.45 | 353.41 | 0.49 | 0.37 |
| Hex | 8B | 30 | 3A | 0 | 41 | 3A | 2D | 161 | 31 | 25 |
| Octal | 213 | 60 | 72 | 0 | 101 | 72 | 55 | 541 | 61 | 45 |
| Binary | 10001011 | 110000 | 111010 | 0 | 1000001 | 111010 | 101101 | 101100001 | 110001 | 100101 |
Color Harmonies of #8B303A
Complementary color
Monochromatic Colors of #8B303A
Black with #8B303A
Text Example
Text Example
White with #8B303A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B303A; }
p { color: rgb(139,48,58); }
H1.HeaderClassName
{
color: #8B303A;
}
.AnyTagClassName
{
color: #8B303A;
}
</style>
background-color css
<style>
a { background-color: #8B303A; }
a { background-color: rgb(139,48,58); }
div.DivClassName
{
background-color: #8B303A;
}
.BgClassName
{
background-color: #8B303A;
}
</style>
border-color css
<style>
span { border-color: #8B303A; }
span { border-color: rgb(139,48,58); }
td.TdClassName
{
border-color: #8B303A;
}
.TagClassName
{
border-color: #8B303A;
}
</style>