Shades of Old Brick #87343D
Tints of Old Brick #87343D
RGB
CMYK
RGB Variations
Color information
#87343D (or 0x87343D) is known color: Old Brick. HEX triplet: 87, 34 and 3D. RGB value is (135,52,61). Sum of RGB (Red+Green+Blue) = 135+52+61=248 (32% of max value = 765). Red value is 135 (53.12% from 255 or 54.44% from 248); Green value is 52 (20.70% from 255 or 20.97% from 248); Blue value is 61 (24.22% from 255 or 24.60% from 248); Max value from RGB is 135 - color contains mainly: red. Hex color #87343D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #87343D is #78CBC2. Grayscale: #4D4D4D. Windows color (decimal): -7916483 or 4011143. OLE color: 4011143.
HSL color Cylindrical-coordinate representation of color #87343D: hue angle of 353.49º degrees, saturation: 0.44, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #87343D is Cyan = 0, Magento = 0.61, Yellow = 0.55 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 135 | 52 | 61 | - |
| CMYK | 0 | 0.61 | 0.55 | 0.47 |
| HSL | 353.49º | 0.44% | 0.37% | - |
| HSV(B) | 353.49º | 0.61% | 0.53% | - |
| XYZ | 12.06 | 7.94 | 5.31 | - |
| YUV | 77.84 | 118.5 | 168.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 52 | 61 | 0 | 0.61 | 0.55 | 0.47 | 353.49 | 0.44 | 0.37 |
| Hex | 87 | 34 | 3D | 0 | 3D | 37 | 2F | 161 | 2C | 25 |
| Octal | 207 | 64 | 75 | 0 | 75 | 67 | 57 | 541 | 54 | 45 |
| Binary | 10000111 | 110100 | 111101 | 0 | 111101 | 110111 | 101111 | 101100001 | 101100 | 100101 |
Color Harmonies of #87343D
Complementary color
Monochromatic Colors of #87343D
Black with #87343D
Text Example
Text Example
White with #87343D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #87343D; }
p { color: rgb(135,52,61); }
H1.HeaderClassName
{
color: #87343D;
}
.AnyTagClassName
{
color: #87343D;
}
</style>
background-color css
<style>
a { background-color: #87343D; }
a { background-color: rgb(135,52,61); }
div.DivClassName
{
background-color: #87343D;
}
.BgClassName
{
background-color: #87343D;
}
</style>
border-color css
<style>
span { border-color: #87343D; }
span { border-color: rgb(135,52,61); }
td.TdClassName
{
border-color: #87343D;
}
.TagClassName
{
border-color: #87343D;
}
</style>