Shades of Old Brick #87353D
Tints of Old Brick #87353D
RGB
CMYK
RGB Variations
Color information
#87353D (or 0x87353D) is known color: Old Brick. HEX triplet: 87, 35 and 3D. RGB value is (135,53,61). Sum of RGB (Red+Green+Blue) = 135+53+61=249 (32% of max value = 765). Red value is 135 (53.12% from 255 or 54.22% from 249); Green value is 53 (21.09% from 255 or 21.29% from 249); Blue value is 61 (24.22% from 255 or 24.50% from 249); Max value from RGB is 135 - color contains mainly: red. Hex color #87353D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #87353D is #78CAC2. Grayscale: #4E4E4E. Windows color (decimal): -7916227 or 4011399. OLE color: 4011399.
HSL color Cylindrical-coordinate representation of color #87353D: hue angle of 354.15º 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 #87353D is Cyan = 0, Magento = 0.61, Yellow = 0.55 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 135 | 53 | 61 | - |
| CMYK | 0 | 0.61 | 0.55 | 0.47 |
| HSL | 354.15º | 0.44% | 0.37% | - |
| HSV(B) | 354.15º | 0.61% | 0.53% | - |
| XYZ | 12.11 | 8.03 | 5.33 | - |
| YUV | 78.43 | 118.17 | 168.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 53 | 61 | 0 | 0.61 | 0.55 | 0.47 | 354.15 | 0.44 | 0.37 |
| Hex | 87 | 35 | 3D | 0 | 3D | 37 | 2F | 162 | 2C | 25 |
| Octal | 207 | 65 | 75 | 0 | 75 | 67 | 57 | 542 | 54 | 45 |
| Binary | 10000111 | 110101 | 111101 | 0 | 111101 | 110111 | 101111 | 101100010 | 101100 | 100101 |
Color Harmonies of #87353D
Complementary color
Monochromatic Colors of #87353D
Black with #87353D
Text Example
Text Example
White with #87353D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #87353D; }
p { color: rgb(135,53,61); }
H1.HeaderClassName
{
color: #87353D;
}
.AnyTagClassName
{
color: #87353D;
}
</style>
background-color css
<style>
a { background-color: #87353D; }
a { background-color: rgb(135,53,61); }
div.DivClassName
{
background-color: #87353D;
}
.BgClassName
{
background-color: #87353D;
}
</style>
border-color css
<style>
span { border-color: #87353D; }
span { border-color: rgb(135,53,61); }
td.TdClassName
{
border-color: #87353D;
}
.TagClassName
{
border-color: #87353D;
}
</style>