Shades of Old Brick #882F34
Tints of Old Brick #882F34
RGB
CMYK
RGB Variations
Color information
#882F34 (or 0x882F34) is known color: Old Brick. HEX triplet: 88, 2F and 34. RGB value is (136,47,52). Sum of RGB (Red+Green+Blue) = 136+47+52=235 (31% of max value = 765). Red value is 136 (53.52% from 255 or 57.87% from 235); Green value is 47 (18.75% from 255 or 20% from 235); Blue value is 52 (20.70% from 255 or 22.13% from 235); Max value from RGB is 136 - color contains mainly: red. Hex color #882F34 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #882F34 is #77D0CB. Grayscale: #4A4A4A. Windows color (decimal): -7852236 or 3420040. OLE color: 3420040.
HSL color Cylindrical-coordinate representation of color #882F34: hue angle of 356.63º degrees, saturation: 0.49, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #882F34 is Cyan = 0, Magento = 0.65, Yellow = 0.62 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 47 | 52 | - |
| CMYK | 0 | 0.65 | 0.62 | 0.47 |
| HSL | 356.63º | 0.49% | 0.36% | - |
| HSV(B) | 356.63º | 0.65% | 0.53% | - |
| XYZ | 11.79 | 7.52 | 4.08 | - |
| YUV | 74.18 | 115.49 | 172.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 47 | 52 | 0 | 0.65 | 0.62 | 0.47 | 356.63 | 0.49 | 0.36 |
| Hex | 88 | 2F | 34 | 0 | 41 | 3E | 2F | 165 | 31 | 24 |
| Octal | 210 | 57 | 64 | 0 | 101 | 76 | 57 | 545 | 61 | 44 |
| Binary | 10001000 | 101111 | 110100 | 0 | 1000001 | 111110 | 101111 | 101100101 | 110001 | 100100 |
Color Harmonies of #882F34
Complementary color
Monochromatic Colors of #882F34
Black with #882F34
Text Example
Text Example
White with #882F34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #882F34; }
p { color: rgb(136,47,52); }
H1.HeaderClassName
{
color: #882F34;
}
.AnyTagClassName
{
color: #882F34;
}
</style>
background-color css
<style>
a { background-color: #882F34; }
a { background-color: rgb(136,47,52); }
div.DivClassName
{
background-color: #882F34;
}
.BgClassName
{
background-color: #882F34;
}
</style>
border-color css
<style>
span { border-color: #882F34; }
span { border-color: rgb(136,47,52); }
td.TdClassName
{
border-color: #882F34;
}
.TagClassName
{
border-color: #882F34;
}
</style>