Shades of Old Brick #87353B
Tints of Old Brick #87353B
RGB
CMYK
RGB Variations
Color information
#87353B (or 0x87353B) is known color: Old Brick. HEX triplet: 87, 35 and 3B. RGB value is (135,53,59). Sum of RGB (Red+Green+Blue) = 135+53+59=247 (32% of max value = 765). Red value is 135 (53.12% from 255 or 54.66% from 247); Green value is 53 (21.09% from 255 or 21.46% from 247); Blue value is 59 (23.44% from 255 or 23.89% from 247); Max value from RGB is 135 - color contains mainly: red. Hex color #87353B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #87353B is #78CAC4. Grayscale: #4E4E4E. Windows color (decimal): -7916229 or 3880327. OLE color: 3880327.
HSL color Cylindrical-coordinate representation of color #87353B: hue angle of 355.61º 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 #87353B is Cyan = 0, Magento = 0.61, Yellow = 0.56 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 135 | 53 | 59 | - |
| CMYK | 0 | 0.61 | 0.56 | 0.47 |
| HSL | 355.61º | 0.44% | 0.37% | - |
| HSV(B) | 355.61º | 0.61% | 0.53% | - |
| XYZ | 12.05 | 8.01 | 5.05 | - |
| YUV | 78.2 | 117.17 | 168.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 53 | 59 | 0 | 0.61 | 0.56 | 0.47 | 355.61 | 0.44 | 0.37 |
| Hex | 87 | 35 | 3B | 0 | 3D | 38 | 2F | 164 | 2C | 25 |
| Octal | 207 | 65 | 73 | 0 | 75 | 70 | 57 | 544 | 54 | 45 |
| Binary | 10000111 | 110101 | 111011 | 0 | 111101 | 111000 | 101111 | 101100100 | 101100 | 100101 |
Color Harmonies of #87353B
Complementary color
Monochromatic Colors of #87353B
Black with #87353B
Text Example
Text Example
White with #87353B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #87353B; }
p { color: rgb(135,53,59); }
H1.HeaderClassName
{
color: #87353B;
}
.AnyTagClassName
{
color: #87353B;
}
</style>
background-color css
<style>
a { background-color: #87353B; }
a { background-color: rgb(135,53,59); }
div.DivClassName
{
background-color: #87353B;
}
.BgClassName
{
background-color: #87353B;
}
</style>
border-color css
<style>
span { border-color: #87353B; }
span { border-color: rgb(135,53,59); }
td.TdClassName
{
border-color: #87353B;
}
.TagClassName
{
border-color: #87353B;
}
</style>