Shades of Old Brick #88313D
Tints of Old Brick #88313D
RGB
CMYK
RGB Variations
Color information
#88313D (or 0x88313D) is known color: Old Brick. HEX triplet: 88, 31 and 3D. RGB value is (136,49,61). Sum of RGB (Red+Green+Blue) = 136+49+61=246 (32% of max value = 765). Red value is 136 (53.52% from 255 or 55.28% from 246); Green value is 49 (19.53% from 255 or 19.92% from 246); Blue value is 61 (24.22% from 255 or 24.80% from 246); Max value from RGB is 136 - color contains mainly: red. Hex color #88313D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #88313D is #77CEC2. Grayscale: #4C4C4C. Windows color (decimal): -7851715 or 4010376. OLE color: 4010376.
HSL color Cylindrical-coordinate representation of color #88313D: hue angle of 351.72º degrees, saturation: 0.47, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #88313D is Cyan = 0, Magento = 0.64, Yellow = 0.55 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 49 | 61 | - |
| CMYK | 0 | 0.64 | 0.55 | 0.47 |
| HSL | 351.72º | 0.47% | 0.36% | - |
| HSV(B) | 351.72º | 0.64% | 0.53% | - |
| XYZ | 12.09 | 7.77 | 5.28 | - |
| YUV | 76.38 | 119.32 | 170.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 49 | 61 | 0 | 0.64 | 0.55 | 0.47 | 351.72 | 0.47 | 0.36 |
| Hex | 88 | 31 | 3D | 0 | 40 | 37 | 2F | 160 | 2F | 24 |
| Octal | 210 | 61 | 75 | 0 | 100 | 67 | 57 | 540 | 57 | 44 |
| Binary | 10001000 | 110001 | 111101 | 0 | 1000000 | 110111 | 101111 | 101100000 | 101111 | 100100 |
Color Harmonies of #88313D
Complementary color
Monochromatic Colors of #88313D
Black with #88313D
Text Example
Text Example
White with #88313D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #88313D; }
p { color: rgb(136,49,61); }
H1.HeaderClassName
{
color: #88313D;
}
.AnyTagClassName
{
color: #88313D;
}
</style>
background-color css
<style>
a { background-color: #88313D; }
a { background-color: rgb(136,49,61); }
div.DivClassName
{
background-color: #88313D;
}
.BgClassName
{
background-color: #88313D;
}
</style>
border-color css
<style>
span { border-color: #88313D; }
span { border-color: rgb(136,49,61); }
td.TdClassName
{
border-color: #88313D;
}
.TagClassName
{
border-color: #88313D;
}
</style>