Shades of Old Brick #8C3136
Tints of Old Brick #8C3136
RGB
CMYK
RGB Variations
Color information
#8C3136 (or 0x8C3136) is known color: Old Brick. HEX triplet: 8C, 31 and 36. RGB value is (140,49,54). Sum of RGB (Red+Green+Blue) = 140+49+54=243 (32% of max value = 765). Red value is 140 (55.08% from 255 or 57.61% from 243); Green value is 49 (19.53% from 255 or 20.16% from 243); Blue value is 54 (21.48% from 255 or 22.22% from 243); Max value from RGB is 140 - color contains mainly: red. Hex color #8C3136 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8C3136 is #73CEC9. Grayscale: #4C4C4C. Windows color (decimal): -7589578 or 3551628. OLE color: 3551628.
HSL color Cylindrical-coordinate representation of color #8C3136: hue angle of 356.7º degrees, saturation: 0.48, 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 #8C3136 is Cyan = 0, Magento = 0.65, Yellow = 0.61 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 49 | 54 | - |
| CMYK | 0 | 0.65 | 0.61 | 0.45 |
| HSL | 356.7º | 0.48% | 0.37% | - |
| HSV(B) | 356.7º | 0.65% | 0.55% | - |
| XYZ | 12.58 | 8.04 | 4.38 | - |
| YUV | 76.78 | 115.15 | 173.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 49 | 54 | 0 | 0.65 | 0.61 | 0.45 | 356.7 | 0.48 | 0.37 |
| Hex | 8C | 31 | 36 | 0 | 41 | 3D | 2D | 165 | 30 | 25 |
| Octal | 214 | 61 | 66 | 0 | 101 | 75 | 55 | 545 | 60 | 45 |
| Binary | 10001100 | 110001 | 110110 | 0 | 1000001 | 111101 | 101101 | 101100101 | 110000 | 100101 |
Color Harmonies of #8C3136
Complementary color
Monochromatic Colors of #8C3136
Black with #8C3136
Text Example
Text Example
White with #8C3136
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C3136; }
p { color: rgb(140,49,54); }
H1.HeaderClassName
{
color: #8C3136;
}
.AnyTagClassName
{
color: #8C3136;
}
</style>
background-color css
<style>
a { background-color: #8C3136; }
a { background-color: rgb(140,49,54); }
div.DivClassName
{
background-color: #8C3136;
}
.BgClassName
{
background-color: #8C3136;
}
</style>
border-color css
<style>
span { border-color: #8C3136; }
span { border-color: rgb(140,49,54); }
td.TdClassName
{
border-color: #8C3136;
}
.TagClassName
{
border-color: #8C3136;
}
</style>