Shades of Old Brick #8C3133
Tints of Old Brick #8C3133
RGB
CMYK
RGB Variations
Color information
#8C3133 (or 0x8C3133) is known color: Old Brick. HEX triplet: 8C, 31 and 33. RGB value is (140,49,51). Sum of RGB (Red+Green+Blue) = 140+49+51=240 (31% of max value = 765). Red value is 140 (55.08% from 255 or 58.33% from 240); Green value is 49 (19.53% from 255 or 20.42% from 240); Blue value is 51 (20.31% from 255 or 21.25% from 240); Max value from RGB is 140 - color contains mainly: red. Hex color #8C3133 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8C3133 is #73CECC. Grayscale: #4C4C4C. Windows color (decimal): -7589581 or 3355020. OLE color: 3355020.
HSL color Cylindrical-coordinate representation of color #8C3133: hue angle of 358.68º 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 #8C3133 is Cyan = 0, Magento = 0.65, Yellow = 0.64 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 49 | 51 | - |
| CMYK | 0 | 0.65 | 0.64 | 0.45 |
| HSL | 358.68º | 0.48% | 0.37% | - |
| HSV(B) | 358.68º | 0.65% | 0.55% | - |
| XYZ | 12.51 | 8.01 | 4.02 | - |
| YUV | 76.44 | 113.65 | 173.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 49 | 51 | 0 | 0.65 | 0.64 | 0.45 | 358.68 | 0.48 | 0.37 |
| Hex | 8C | 31 | 33 | 0 | 41 | 40 | 2D | 167 | 30 | 25 |
| Octal | 214 | 61 | 63 | 0 | 101 | 100 | 55 | 547 | 60 | 45 |
| Binary | 10001100 | 110001 | 110011 | 0 | 1000001 | 1000000 | 101101 | 101100111 | 110000 | 100101 |
Color Harmonies of #8C3133
Complementary color
Monochromatic Colors of #8C3133
Black with #8C3133
Text Example
Text Example
White with #8C3133
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C3133; }
p { color: rgb(140,49,51); }
H1.HeaderClassName
{
color: #8C3133;
}
.AnyTagClassName
{
color: #8C3133;
}
</style>
background-color css
<style>
a { background-color: #8C3133; }
a { background-color: rgb(140,49,51); }
div.DivClassName
{
background-color: #8C3133;
}
.BgClassName
{
background-color: #8C3133;
}
</style>
border-color css
<style>
span { border-color: #8C3133; }
span { border-color: rgb(140,49,51); }
td.TdClassName
{
border-color: #8C3133;
}
.TagClassName
{
border-color: #8C3133;
}
</style>