Shades of Old Brick #88323D
Tints of Old Brick #88323D
RGB
CMYK
RGB Variations
Color information
#88323D (or 0x88323D) is known color: Old Brick. HEX triplet: 88, 32 and 3D. RGB value is (136,50,61). Sum of RGB (Red+Green+Blue) = 136+50+61=247 (32% of max value = 765). Red value is 136 (53.52% from 255 or 55.06% from 247); Green value is 50 (19.92% from 255 or 20.24% from 247); Blue value is 61 (24.22% from 255 or 24.70% from 247); Max value from RGB is 136 - color contains mainly: red. Hex color #88323D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #88323D is #77CDC2. Grayscale: #4D4D4D. Windows color (decimal): -7851459 or 4010632. OLE color: 4010632.
HSL color Cylindrical-coordinate representation of color #88323D: hue angle of 352.33º 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 #88323D is Cyan = 0, Magento = 0.63, Yellow = 0.55 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 50 | 61 | - |
| CMYK | 0 | 0.63 | 0.55 | 0.47 |
| HSL | 352.33º | 0.46% | 0.36% | - |
| HSV(B) | 352.33º | 0.63% | 0.53% | - |
| XYZ | 12.14 | 7.85 | 5.29 | - |
| YUV | 76.97 | 118.99 | 170.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 50 | 61 | 0 | 0.63 | 0.55 | 0.47 | 352.33 | 0.46 | 0.36 |
| Hex | 88 | 32 | 3D | 0 | 3F | 37 | 2F | 160 | 2E | 24 |
| Octal | 210 | 62 | 75 | 0 | 77 | 67 | 57 | 540 | 56 | 44 |
| Binary | 10001000 | 110010 | 111101 | 0 | 111111 | 110111 | 101111 | 101100000 | 101110 | 100100 |
Color Harmonies of #88323D
Complementary color
Monochromatic Colors of #88323D
Black with #88323D
Text Example
Text Example
White with #88323D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #88323D; }
p { color: rgb(136,50,61); }
H1.HeaderClassName
{
color: #88323D;
}
.AnyTagClassName
{
color: #88323D;
}
</style>
background-color css
<style>
a { background-color: #88323D; }
a { background-color: rgb(136,50,61); }
div.DivClassName
{
background-color: #88323D;
}
.BgClassName
{
background-color: #88323D;
}
</style>
border-color css
<style>
span { border-color: #88323D; }
span { border-color: rgb(136,50,61); }
td.TdClassName
{
border-color: #88323D;
}
.TagClassName
{
border-color: #88323D;
}
</style>