Shades of Old Brick #8C2F39
Tints of Old Brick #8C2F39
RGB
CMYK
RGB Variations
Color information
#8C2F39 (or 0x8C2F39) is known color: Old Brick. HEX triplet: 8C, 2F and 39. RGB value is (140,47,57). Sum of RGB (Red+Green+Blue) = 140+47+57=244 (32% of max value = 765). Red value is 140 (55.08% from 255 or 57.38% from 244); Green value is 47 (18.75% from 255 or 19.26% from 244); Blue value is 57 (22.66% from 255 or 23.36% from 244); Max value from RGB is 140 - color contains mainly: red. Hex color #8C2F39 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8C2F39 is #73D0C6. Grayscale: #4B4B4B. Windows color (decimal): -7590087 or 3747724. OLE color: 3747724.
HSL color Cylindrical-coordinate representation of color #8C2F39: hue angle of 353.55º degrees, saturation: 0.5, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #8C2F39 is Cyan = 0, Magento = 0.66, Yellow = 0.59 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 47 | 57 | - |
| CMYK | 0 | 0.66 | 0.59 | 0.45 |
| HSL | 353.55º | 0.5% | 0.37% | - |
| HSV(B) | 353.55º | 0.66% | 0.55% | - |
| XYZ | 12.57 | 7.9 | 4.73 | - |
| YUV | 75.95 | 117.31 | 173.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 47 | 57 | 0 | 0.66 | 0.59 | 0.45 | 353.55 | 0.5 | 0.37 |
| Hex | 8C | 2F | 39 | 0 | 42 | 3B | 2D | 162 | 32 | 25 |
| Octal | 214 | 57 | 71 | 0 | 102 | 73 | 55 | 542 | 62 | 45 |
| Binary | 10001100 | 101111 | 111001 | 0 | 1000010 | 111011 | 101101 | 101100010 | 110010 | 100101 |
Color Harmonies of #8C2F39
Complementary color
Monochromatic Colors of #8C2F39
Black with #8C2F39
Text Example
Text Example
White with #8C2F39
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C2F39; }
p { color: rgb(140,47,57); }
H1.HeaderClassName
{
color: #8C2F39;
}
.AnyTagClassName
{
color: #8C2F39;
}
</style>
background-color css
<style>
a { background-color: #8C2F39; }
a { background-color: rgb(140,47,57); }
div.DivClassName
{
background-color: #8C2F39;
}
.BgClassName
{
background-color: #8C2F39;
}
</style>
border-color css
<style>
span { border-color: #8C2F39; }
span { border-color: rgb(140,47,57); }
td.TdClassName
{
border-color: #8C2F39;
}
.TagClassName
{
border-color: #8C2F39;
}
</style>