Shades of Old Brick #8B303C
Tints of Old Brick #8B303C
RGB
CMYK
RGB Variations
Color information
#8B303C (or 0x8B303C) is known color: Old Brick. HEX triplet: 8B, 30 and 3C. RGB value is (139,48,60). Sum of RGB (Red+Green+Blue) = 139+48+60=247 (32% of max value = 765). Red value is 139 (54.69% from 255 or 56.28% from 247); Green value is 48 (19.14% from 255 or 19.43% from 247); Blue value is 60 (23.83% from 255 or 24.29% from 247); Max value from RGB is 139 - color contains mainly: red. Hex color #8B303C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8B303C is #74CFC3. Grayscale: #4C4C4C. Windows color (decimal): -7655364 or 3944587. OLE color: 3944587.
HSL color Cylindrical-coordinate representation of color #8B303C: hue angle of 352.09º 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 #8B303C is Cyan = 0, Magento = 0.65, Yellow = 0.57 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 139 | 48 | 60 | - |
| CMYK | 0 | 0.65 | 0.57 | 0.45 |
| HSL | 352.09º | 0.49% | 0.37% | - |
| HSV(B) | 352.09º | 0.65% | 0.55% | - |
| XYZ | 12.52 | 7.93 | 5.15 | - |
| YUV | 76.58 | 118.65 | 172.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 48 | 60 | 0 | 0.65 | 0.57 | 0.45 | 352.09 | 0.49 | 0.37 |
| Hex | 8B | 30 | 3C | 0 | 41 | 39 | 2D | 160 | 31 | 25 |
| Octal | 213 | 60 | 74 | 0 | 101 | 71 | 55 | 540 | 61 | 45 |
| Binary | 10001011 | 110000 | 111100 | 0 | 1000001 | 111001 | 101101 | 101100000 | 110001 | 100101 |
Color Harmonies of #8B303C
Complementary color
Monochromatic Colors of #8B303C
Black with #8B303C
Text Example
Text Example
White with #8B303C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B303C; }
p { color: rgb(139,48,60); }
H1.HeaderClassName
{
color: #8B303C;
}
.AnyTagClassName
{
color: #8B303C;
}
</style>
background-color css
<style>
a { background-color: #8B303C; }
a { background-color: rgb(139,48,60); }
div.DivClassName
{
background-color: #8B303C;
}
.BgClassName
{
background-color: #8B303C;
}
</style>
border-color css
<style>
span { border-color: #8B303C; }
span { border-color: rgb(139,48,60); }
td.TdClassName
{
border-color: #8B303C;
}
.TagClassName
{
border-color: #8B303C;
}
</style>