Shades of Old Brick #88343C
Tints of Old Brick #88343C
RGB
CMYK
RGB Variations
Color information
#88343C (or 0x88343C) is known color: Old Brick. HEX triplet: 88, 34 and 3C. RGB value is (136,52,60). Sum of RGB (Red+Green+Blue) = 136+52+60=248 (32% of max value = 765). Red value is 136 (53.52% from 255 or 54.84% from 248); Green value is 52 (20.70% from 255 or 20.97% from 248); Blue value is 60 (23.83% from 255 or 24.19% from 248); Max value from RGB is 136 - color contains mainly: red. Hex color #88343C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #88343C is #77CBC3. Grayscale: #4E4E4E. Windows color (decimal): -7850948 or 3945608. OLE color: 3945608.
HSL color Cylindrical-coordinate representation of color #88343C: hue angle of 354.29º 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 #88343C is Cyan = 0, Magento = 0.62, Yellow = 0.56 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 52 | 60 | - |
| CMYK | 0 | 0.62 | 0.56 | 0.47 |
| HSL | 354.29º | 0.45% | 0.37% | - |
| HSV(B) | 354.29º | 0.62% | 0.53% | - |
| XYZ | 12.2 | 8.02 | 5.18 | - |
| YUV | 78.03 | 117.83 | 169.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 52 | 60 | 0 | 0.62 | 0.56 | 0.47 | 354.29 | 0.45 | 0.37 |
| Hex | 88 | 34 | 3C | 0 | 3E | 38 | 2F | 162 | 2D | 25 |
| Octal | 210 | 64 | 74 | 0 | 76 | 70 | 57 | 542 | 55 | 45 |
| Binary | 10001000 | 110100 | 111100 | 0 | 111110 | 111000 | 101111 | 101100010 | 101101 | 100101 |
Color Harmonies of #88343C
Complementary color
Monochromatic Colors of #88343C
Black with #88343C
Text Example
Text Example
White with #88343C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #88343C; }
p { color: rgb(136,52,60); }
H1.HeaderClassName
{
color: #88343C;
}
.AnyTagClassName
{
color: #88343C;
}
</style>
background-color css
<style>
a { background-color: #88343C; }
a { background-color: rgb(136,52,60); }
div.DivClassName
{
background-color: #88343C;
}
.BgClassName
{
background-color: #88343C;
}
</style>
border-color css
<style>
span { border-color: #88343C; }
span { border-color: rgb(136,52,60); }
td.TdClassName
{
border-color: #88343C;
}
.TagClassName
{
border-color: #88343C;
}
</style>