Shades of Old Brick #873335
Tints of Old Brick #873335
RGB
CMYK
RGB Variations
Color information
#873335 (or 0x873335) is known color: Old Brick. HEX triplet: 87, 33 and 35. RGB value is (135,51,53). Sum of RGB (Red+Green+Blue) = 135+51+53=239 (31% of max value = 765). Red value is 135 (53.12% from 255 or 56.49% from 239); Green value is 51 (20.31% from 255 or 21.34% from 239); Blue value is 53 (21.09% from 255 or 22.18% from 239); Max value from RGB is 135 - color contains mainly: red. Hex color #873335 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #873335 is #78CCCA. Grayscale: #4C4C4C. Windows color (decimal): -7916747 or 3486599. OLE color: 3486599.
HSL color Cylindrical-coordinate representation of color #873335: hue angle of 358.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 #873335 is Cyan = 0, Magento = 0.62, Yellow = 0.61 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 135 | 51 | 53 | - |
| CMYK | 0 | 0.62 | 0.61 | 0.47 |
| HSL | 358.57º | 0.45% | 0.36% | - |
| HSV(B) | 358.57º | 0.62% | 0.53% | - |
| XYZ | 11.82 | 7.78 | 4.25 | - |
| YUV | 76.34 | 114.83 | 169.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 51 | 53 | 0 | 0.62 | 0.61 | 0.47 | 358.57 | 0.45 | 0.36 |
| Hex | 87 | 33 | 35 | 0 | 3E | 3D | 2F | 167 | 2D | 24 |
| Octal | 207 | 63 | 65 | 0 | 76 | 75 | 57 | 547 | 55 | 44 |
| Binary | 10000111 | 110011 | 110101 | 0 | 111110 | 111101 | 101111 | 101100111 | 101101 | 100100 |
Color Harmonies of #873335
Complementary color
Monochromatic Colors of #873335
Black with #873335
Text Example
Text Example
White with #873335
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #873335; }
p { color: rgb(135,51,53); }
H1.HeaderClassName
{
color: #873335;
}
.AnyTagClassName
{
color: #873335;
}
</style>
background-color css
<style>
a { background-color: #873335; }
a { background-color: rgb(135,51,53); }
div.DivClassName
{
background-color: #873335;
}
.BgClassName
{
background-color: #873335;
}
</style>
border-color css
<style>
span { border-color: #873335; }
span { border-color: rgb(135,51,53); }
td.TdClassName
{
border-color: #873335;
}
.TagClassName
{
border-color: #873335;
}
</style>