Shades of Old Brick #87323D
Tints of Old Brick #87323D
RGB
CMYK
RGB Variations
Color information
#87323D (or 0x87323D) is known color: Old Brick. HEX triplet: 87, 32 and 3D. RGB value is (135,50,61). Sum of RGB (Red+Green+Blue) = 135+50+61=246 (32% of max value = 765). Red value is 135 (53.12% from 255 or 54.88% from 246); Green value is 50 (19.92% from 255 or 20.33% from 246); Blue value is 61 (24.22% from 255 or 24.80% from 246); Max value from RGB is 135 - color contains mainly: red. Hex color #87323D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #87323D is #78CDC2. Grayscale: #4C4C4C. Windows color (decimal): -7916995 or 4010631. OLE color: 4010631.
HSL color Cylindrical-coordinate representation of color #87323D: hue angle of 352.24º 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 #87323D is Cyan = 0, Magento = 0.63, Yellow = 0.55 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 135 | 50 | 61 | - |
| CMYK | 0 | 0.63 | 0.55 | 0.47 |
| HSL | 352.24º | 0.46% | 0.36% | - |
| HSV(B) | 352.24º | 0.63% | 0.53% | - |
| XYZ | 11.97 | 7.77 | 5.28 | - |
| YUV | 76.67 | 119.16 | 169.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 50 | 61 | 0 | 0.63 | 0.55 | 0.47 | 352.24 | 0.46 | 0.36 |
| Hex | 87 | 32 | 3D | 0 | 3F | 37 | 2F | 160 | 2E | 24 |
| Octal | 207 | 62 | 75 | 0 | 77 | 67 | 57 | 540 | 56 | 44 |
| Binary | 10000111 | 110010 | 111101 | 0 | 111111 | 110111 | 101111 | 101100000 | 101110 | 100100 |
Color Harmonies of #87323D
Complementary color
Monochromatic Colors of #87323D
Black with #87323D
Text Example
Text Example
White with #87323D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #87323D; }
p { color: rgb(135,50,61); }
H1.HeaderClassName
{
color: #87323D;
}
.AnyTagClassName
{
color: #87323D;
}
</style>
background-color css
<style>
a { background-color: #87323D; }
a { background-color: rgb(135,50,61); }
div.DivClassName
{
background-color: #87323D;
}
.BgClassName
{
background-color: #87323D;
}
</style>
border-color css
<style>
span { border-color: #87323D; }
span { border-color: rgb(135,50,61); }
td.TdClassName
{
border-color: #87323D;
}
.TagClassName
{
border-color: #87323D;
}
</style>