Shades of Old Brick #87353C
Tints of Old Brick #87353C
RGB
CMYK
RGB Variations
Color information
#87353C (or 0x87353C) is known color: Old Brick. HEX triplet: 87, 35 and 3C. RGB value is (135,53,60). Sum of RGB (Red+Green+Blue) = 135+53+60=248 (32% of max value = 765). Red value is 135 (53.12% from 255 or 54.44% from 248); Green value is 53 (21.09% from 255 or 21.37% from 248); Blue value is 60 (23.83% from 255 or 24.19% from 248); Max value from RGB is 135 - color contains mainly: red. Hex color #87353C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #87353C is #78CAC3. Grayscale: #4E4E4E. Windows color (decimal): -7916228 or 3945863. OLE color: 3945863.
HSL color Cylindrical-coordinate representation of color #87353C: hue angle of 354.88º 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 #87353C is Cyan = 0, Magento = 0.61, Yellow = 0.56 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 135 | 53 | 60 | - |
| CMYK | 0 | 0.61 | 0.56 | 0.47 |
| HSL | 354.88º | 0.44% | 0.37% | - |
| HSV(B) | 354.88º | 0.61% | 0.53% | - |
| XYZ | 12.08 | 8.02 | 5.19 | - |
| YUV | 78.32 | 117.67 | 168.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 53 | 60 | 0 | 0.61 | 0.56 | 0.47 | 354.88 | 0.44 | 0.37 |
| Hex | 87 | 35 | 3C | 0 | 3D | 38 | 2F | 163 | 2C | 25 |
| Octal | 207 | 65 | 74 | 0 | 75 | 70 | 57 | 543 | 54 | 45 |
| Binary | 10000111 | 110101 | 111100 | 0 | 111101 | 111000 | 101111 | 101100011 | 101100 | 100101 |
Color Harmonies of #87353C
Complementary color
Monochromatic Colors of #87353C
Black with #87353C
Text Example
Text Example
White with #87353C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #87353C; }
p { color: rgb(135,53,60); }
H1.HeaderClassName
{
color: #87353C;
}
.AnyTagClassName
{
color: #87353C;
}
</style>
background-color css
<style>
a { background-color: #87353C; }
a { background-color: rgb(135,53,60); }
div.DivClassName
{
background-color: #87353C;
}
.BgClassName
{
background-color: #87353C;
}
</style>
border-color css
<style>
span { border-color: #87353C; }
span { border-color: rgb(135,53,60); }
td.TdClassName
{
border-color: #87353C;
}
.TagClassName
{
border-color: #87353C;
}
</style>