Shades of Old Brick #88313C
Tints of Old Brick #88313C
RGB
CMYK
RGB Variations
Color information
#88313C (or 0x88313C) is known color: Old Brick. HEX triplet: 88, 31 and 3C. RGB value is (136,49,60). Sum of RGB (Red+Green+Blue) = 136+49+60=245 (32% of max value = 765). Red value is 136 (53.52% from 255 or 55.51% from 245); Green value is 49 (19.53% from 255 or 20% from 245); Blue value is 60 (23.83% from 255 or 24.49% from 245); Max value from RGB is 136 - color contains mainly: red. Hex color #88313C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #88313C is #77CEC3. Grayscale: #4C4C4C. Windows color (decimal): -7851716 or 3944840. OLE color: 3944840.
HSL color Cylindrical-coordinate representation of color #88313C: hue angle of 352.41º 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 #88313C is Cyan = 0, Magento = 0.64, Yellow = 0.56 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 49 | 60 | - |
| CMYK | 0 | 0.64 | 0.56 | 0.47 |
| HSL | 352.41º | 0.47% | 0.36% | - |
| HSV(B) | 352.41º | 0.64% | 0.53% | - |
| XYZ | 12.07 | 7.76 | 5.14 | - |
| YUV | 76.27 | 118.82 | 170.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 49 | 60 | 0 | 0.64 | 0.56 | 0.47 | 352.41 | 0.47 | 0.36 |
| Hex | 88 | 31 | 3C | 0 | 40 | 38 | 2F | 160 | 2F | 24 |
| Octal | 210 | 61 | 74 | 0 | 100 | 70 | 57 | 540 | 57 | 44 |
| Binary | 10001000 | 110001 | 111100 | 0 | 1000000 | 111000 | 101111 | 101100000 | 101111 | 100100 |
Color Harmonies of #88313C
Complementary color
Monochromatic Colors of #88313C
Black with #88313C
Text Example
Text Example
White with #88313C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #88313C; }
p { color: rgb(136,49,60); }
H1.HeaderClassName
{
color: #88313C;
}
.AnyTagClassName
{
color: #88313C;
}
</style>
background-color css
<style>
a { background-color: #88313C; }
a { background-color: rgb(136,49,60); }
div.DivClassName
{
background-color: #88313C;
}
.BgClassName
{
background-color: #88313C;
}
</style>
border-color css
<style>
span { border-color: #88313C; }
span { border-color: rgb(136,49,60); }
td.TdClassName
{
border-color: #88313C;
}
.TagClassName
{
border-color: #88313C;
}
</style>