Shades of Old Brick #88343D
Tints of Old Brick #88343D
RGB
CMYK
RGB Variations
Color information
#88343D (or 0x88343D) is known color: Old Brick. HEX triplet: 88, 34 and 3D. RGB value is (136,52,61). Sum of RGB (Red+Green+Blue) = 136+52+61=249 (32% of max value = 765). Red value is 136 (53.52% from 255 or 54.62% from 249); Green value is 52 (20.70% from 255 or 20.88% from 249); Blue value is 61 (24.22% from 255 or 24.50% from 249); Max value from RGB is 136 - color contains mainly: red. Hex color #88343D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #88343D is #77CBC2. Grayscale: #4E4E4E. Windows color (decimal): -7850947 or 4011144. OLE color: 4011144.
HSL color Cylindrical-coordinate representation of color #88343D: hue angle of 353.57º degrees, saturation: 0.45, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #88343D is Cyan = 0, Magento = 0.62, Yellow = 0.55 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 52 | 61 | - |
| CMYK | 0 | 0.62 | 0.55 | 0.47 |
| HSL | 353.57º | 0.45% | 0.37% | - |
| HSV(B) | 353.57º | 0.62% | 0.53% | - |
| XYZ | 12.22 | 8.03 | 5.32 | - |
| YUV | 78.14 | 118.33 | 169.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 52 | 61 | 0 | 0.62 | 0.55 | 0.47 | 353.57 | 0.45 | 0.37 |
| Hex | 88 | 34 | 3D | 0 | 3E | 37 | 2F | 162 | 2D | 25 |
| Octal | 210 | 64 | 75 | 0 | 76 | 67 | 57 | 542 | 55 | 45 |
| Binary | 10001000 | 110100 | 111101 | 0 | 111110 | 110111 | 101111 | 101100010 | 101101 | 100101 |
Color Harmonies of #88343D
Complementary color
Monochromatic Colors of #88343D
Black with #88343D
Text Example
Text Example
White with #88343D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #88343D; }
p { color: rgb(136,52,61); }
H1.HeaderClassName
{
color: #88343D;
}
.AnyTagClassName
{
color: #88343D;
}
</style>
background-color css
<style>
a { background-color: #88343D; }
a { background-color: rgb(136,52,61); }
div.DivClassName
{
background-color: #88343D;
}
.BgClassName
{
background-color: #88343D;
}
</style>
border-color css
<style>
span { border-color: #88343D; }
span { border-color: rgb(136,52,61); }
td.TdClassName
{
border-color: #88343D;
}
.TagClassName
{
border-color: #88343D;
}
</style>