Shades of Old Brick #87333C
Tints of Old Brick #87333C
RGB
CMYK
RGB Variations
Color information
#87333C (or 0x87333C) is known color: Old Brick. HEX triplet: 87, 33 and 3C. RGB value is (135,51,60). Sum of RGB (Red+Green+Blue) = 135+51+60=246 (32% of max value = 765). Red value is 135 (53.12% from 255 or 54.88% from 246); Green value is 51 (20.31% from 255 or 20.73% from 246); Blue value is 60 (23.83% from 255 or 24.39% from 246); Max value from RGB is 135 - color contains mainly: red. Hex color #87333C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #87333C is #78CCC3. Grayscale: #4D4D4D. Windows color (decimal): -7916740 or 3945351. OLE color: 3945351.
HSL color Cylindrical-coordinate representation of color #87333C: hue angle of 353.57º degrees, saturation: 0.45, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #87333C is Cyan = 0, Magento = 0.62, Yellow = 0.56 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 135 | 51 | 60 | - |
| CMYK | 0 | 0.62 | 0.56 | 0.47 |
| HSL | 353.57º | 0.45% | 0.36% | - |
| HSV(B) | 353.57º | 0.62% | 0.53% | - |
| XYZ | 11.99 | 7.84 | 5.16 | - |
| YUV | 77.14 | 118.33 | 169.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 51 | 60 | 0 | 0.62 | 0.56 | 0.47 | 353.57 | 0.45 | 0.36 |
| Hex | 87 | 33 | 3C | 0 | 3E | 38 | 2F | 162 | 2D | 24 |
| Octal | 207 | 63 | 74 | 0 | 76 | 70 | 57 | 542 | 55 | 44 |
| Binary | 10000111 | 110011 | 111100 | 0 | 111110 | 111000 | 101111 | 101100010 | 101101 | 100100 |
Color Harmonies of #87333C
Complementary color
Monochromatic Colors of #87333C
Black with #87333C
Text Example
Text Example
White with #87333C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #87333C; }
p { color: rgb(135,51,60); }
H1.HeaderClassName
{
color: #87333C;
}
.AnyTagClassName
{
color: #87333C;
}
</style>
background-color css
<style>
a { background-color: #87333C; }
a { background-color: rgb(135,51,60); }
div.DivClassName
{
background-color: #87333C;
}
.BgClassName
{
background-color: #87333C;
}
</style>
border-color css
<style>
span { border-color: #87333C; }
span { border-color: rgb(135,51,60); }
td.TdClassName
{
border-color: #87333C;
}
.TagClassName
{
border-color: #87333C;
}
</style>