Shades of Disco #882D4B
Tints of Disco #882D4B
RGB
CMYK
RGB Variations
Color information
#882D4B (or 0x882D4B) is known color: Disco. HEX triplet: 88, 2D and 4B. RGB value is (136,45,75). Sum of RGB (Red+Green+Blue) = 136+45+75=256 (33% of max value = 765). Red value is 136 (53.52% from 255 or 53.12% from 256); Green value is 45 (17.97% from 255 or 17.58% from 256); Blue value is 75 (29.69% from 255 or 29.30% from 256); Max value from RGB is 136 - color contains mainly: red. Hex color #882D4B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #882D4B is #77D2B4. Grayscale: #4B4B4B. Windows color (decimal): -7852725 or 4926856. OLE color: 4926856.
HSL color Cylindrical-coordinate representation of color #882D4B: hue angle of 340.22º degrees, saturation: 0.5, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #882D4B is Cyan = 0, Magento = 0.67, Yellow = 0.45 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 45 | 75 | - |
| CMYK | 0 | 0.67 | 0.45 | 0.47 |
| HSL | 340.22º | 0.5% | 0.35% | - |
| HSV(B) | 340.22º | 0.67% | 0.53% | - |
| XYZ | 12.36 | 7.62 | 7.48 | - |
| YUV | 75.63 | 127.65 | 171.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 45 | 75 | 0 | 0.67 | 0.45 | 0.47 | 340.22 | 0.5 | 0.35 |
| Hex | 88 | 2D | 4B | 0 | 43 | 2D | 2F | 154 | 32 | 23 |
| Octal | 210 | 55 | 113 | 0 | 103 | 55 | 57 | 524 | 62 | 43 |
| Binary | 10001000 | 101101 | 1001011 | 0 | 1000011 | 101101 | 101111 | 101010100 | 110010 | 100011 |
Color Harmonies of #882D4B
Complementary color
Monochromatic Colors of #882D4B
Black with #882D4B
Text Example
Text Example
White with #882D4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #882D4B; }
p { color: rgb(136,45,75); }
H1.HeaderClassName
{
color: #882D4B;
}
.AnyTagClassName
{
color: #882D4B;
}
</style>
background-color css
<style>
a { background-color: #882D4B; }
a { background-color: rgb(136,45,75); }
div.DivClassName
{
background-color: #882D4B;
}
.BgClassName
{
background-color: #882D4B;
}
</style>
border-color css
<style>
span { border-color: #882D4B; }
span { border-color: rgb(136,45,75); }
td.TdClassName
{
border-color: #882D4B;
}
.TagClassName
{
border-color: #882D4B;
}
</style>