Shades of Old Brick #87323B
Tints of Old Brick #87323B
RGB
CMYK
RGB Variations
Color information
#87323B (or 0x87323B) is known color: Old Brick. HEX triplet: 87, 32 and 3B. RGB value is (135,50,59). Sum of RGB (Red+Green+Blue) = 135+50+59=244 (32% of max value = 765). Red value is 135 (53.12% from 255 or 55.33% from 244); Green value is 50 (19.92% from 255 or 20.49% from 244); Blue value is 59 (23.44% from 255 or 24.18% from 244); Max value from RGB is 135 - color contains mainly: red. Hex color #87323B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #87323B is #78CDC4. Grayscale: #4C4C4C. Windows color (decimal): -7916997 or 3879559. OLE color: 3879559.
HSL color Cylindrical-coordinate representation of color #87323B: hue angle of 353.65º degrees, saturation: 0.46, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #87323B is Cyan = 0, Magento = 0.63, Yellow = 0.56 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 135 | 50 | 59 | - |
| CMYK | 0 | 0.63 | 0.56 | 0.47 |
| HSL | 353.65º | 0.46% | 0.36% | - |
| HSV(B) | 353.65º | 0.63% | 0.53% | - |
| XYZ | 11.92 | 7.75 | 5 | - |
| YUV | 76.44 | 118.16 | 169.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 50 | 59 | 0 | 0.63 | 0.56 | 0.47 | 353.65 | 0.46 | 0.36 |
| Hex | 87 | 32 | 3B | 0 | 3F | 38 | 2F | 162 | 2E | 24 |
| Octal | 207 | 62 | 73 | 0 | 77 | 70 | 57 | 542 | 56 | 44 |
| Binary | 10000111 | 110010 | 111011 | 0 | 111111 | 111000 | 101111 | 101100010 | 101110 | 100100 |
Color Harmonies of #87323B
Complementary color
Monochromatic Colors of #87323B
Black with #87323B
Text Example
Text Example
White with #87323B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #87323B; }
p { color: rgb(135,50,59); }
H1.HeaderClassName
{
color: #87323B;
}
.AnyTagClassName
{
color: #87323B;
}
</style>
background-color css
<style>
a { background-color: #87323B; }
a { background-color: rgb(135,50,59); }
div.DivClassName
{
background-color: #87323B;
}
.BgClassName
{
background-color: #87323B;
}
</style>
border-color css
<style>
span { border-color: #87323B; }
span { border-color: rgb(135,50,59); }
td.TdClassName
{
border-color: #87323B;
}
.TagClassName
{
border-color: #87323B;
}
</style>