Shades of Disco #88264D
Tints of Disco #88264D
RGB
CMYK
RGB Variations
Color information
#88264D (or 0x88264D) is known color: Disco. HEX triplet: 88, 26 and 4D. RGB value is (136,38,77). Sum of RGB (Red+Green+Blue) = 136+38+77=251 (33% of max value = 765). Red value is 136 (53.52% from 255 or 54.18% from 251); Green value is 38 (15.23% from 255 or 15.14% from 251); Blue value is 77 (30.47% from 255 or 30.68% from 251); Max value from RGB is 136 - color contains mainly: red. Hex color #88264D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #88264D is #77D9B2. Grayscale: #474747. Windows color (decimal): -7854515 or 5056136. OLE color: 5056136.
HSL color Cylindrical-coordinate representation of color #88264D: hue angle of 336.12º degrees, saturation: 0.56, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #88264D is Cyan = 0, Magento = 0.72, Yellow = 0.43 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 38 | 77 | - |
| CMYK | 0 | 0.72 | 0.43 | 0.47 |
| HSL | 336.12º | 0.56% | 0.34% | - |
| HSV(B) | 336.12º | 0.72% | 0.53% | - |
| XYZ | 12.19 | 7.16 | 7.76 | - |
| YUV | 71.75 | 130.97 | 173.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 38 | 77 | 0 | 0.72 | 0.43 | 0.47 | 336.12 | 0.56 | 0.34 |
| Hex | 88 | 26 | 4D | 0 | 48 | 2B | 2F | 150 | 38 | 22 |
| Octal | 210 | 46 | 115 | 0 | 110 | 53 | 57 | 520 | 70 | 42 |
| Binary | 10001000 | 100110 | 1001101 | 0 | 1001000 | 101011 | 101111 | 101010000 | 111000 | 100010 |
Color Harmonies of #88264D
Complementary color
Monochromatic Colors of #88264D
Black with #88264D
Text Example
Text Example
White with #88264D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #88264D; }
p { color: rgb(136,38,77); }
H1.HeaderClassName
{
color: #88264D;
}
.AnyTagClassName
{
color: #88264D;
}
</style>
background-color css
<style>
a { background-color: #88264D; }
a { background-color: rgb(136,38,77); }
div.DivClassName
{
background-color: #88264D;
}
.BgClassName
{
background-color: #88264D;
}
</style>
border-color css
<style>
span { border-color: #88264D; }
span { border-color: rgb(136,38,77); }
td.TdClassName
{
border-color: #88264D;
}
.TagClassName
{
border-color: #88264D;
}
</style>