Shades of Old Brick #88333C
Tints of Old Brick #88333C
RGB
CMYK
RGB Variations
Color information
#88333C (or 0x88333C) is known color: Old Brick. HEX triplet: 88, 33 and 3C. RGB value is (136,51,60). Sum of RGB (Red+Green+Blue) = 136+51+60=247 (32% of max value = 765). Red value is 136 (53.52% from 255 or 55.06% from 247); Green value is 51 (20.31% from 255 or 20.65% from 247); Blue value is 60 (23.83% from 255 or 24.29% from 247); Max value from RGB is 136 - color contains mainly: red. Hex color #88333C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #88333C is #77CCC3. Grayscale: #4D4D4D. Windows color (decimal): -7851204 or 3945352. OLE color: 3945352.
HSL color Cylindrical-coordinate representation of color #88333C: hue angle of 353.65º 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 #88333C is Cyan = 0, Magento = 0.62, Yellow = 0.56 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 51 | 60 | - |
| CMYK | 0 | 0.62 | 0.56 | 0.47 |
| HSL | 353.65º | 0.45% | 0.37% | - |
| HSV(B) | 353.65º | 0.63% | 0.53% | - |
| XYZ | 12.15 | 7.93 | 5.16 | - |
| YUV | 77.44 | 118.16 | 169.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 51 | 60 | 0 | 0.62 | 0.56 | 0.47 | 353.65 | 0.45 | 0.37 |
| Hex | 88 | 33 | 3C | 0 | 3E | 38 | 2F | 162 | 2D | 25 |
| Octal | 210 | 63 | 74 | 0 | 76 | 70 | 57 | 542 | 55 | 45 |
| Binary | 10001000 | 110011 | 111100 | 0 | 111110 | 111000 | 101111 | 101100010 | 101101 | 100101 |
Color Harmonies of #88333C
Complementary color
Monochromatic Colors of #88333C
Black with #88333C
Text Example
Text Example
White with #88333C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #88333C; }
p { color: rgb(136,51,60); }
H1.HeaderClassName
{
color: #88333C;
}
.AnyTagClassName
{
color: #88333C;
}
</style>
background-color css
<style>
a { background-color: #88333C; }
a { background-color: rgb(136,51,60); }
div.DivClassName
{
background-color: #88333C;
}
.BgClassName
{
background-color: #88333C;
}
</style>
border-color css
<style>
span { border-color: #88333C; }
span { border-color: rgb(136,51,60); }
td.TdClassName
{
border-color: #88333C;
}
.TagClassName
{
border-color: #88333C;
}
</style>