Shades of Disco #8C264D
Tints of Disco #8C264D
RGB
CMYK
RGB Variations
Color information
#8C264D (or 0x8C264D) is known color: Disco. HEX triplet: 8C, 26 and 4D. RGB value is (140,38,77). Sum of RGB (Red+Green+Blue) = 140+38+77=255 (33% of max value = 765). Red value is 140 (55.08% from 255 or 54.90% from 255); Green value is 38 (15.23% from 255 or 14.90% from 255); Blue value is 77 (30.47% from 255 or 30.20% from 255); Max value from RGB is 140 - color contains mainly: red. Hex color #8C264D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8C264D is #73D9B2. Grayscale: #484848. Windows color (decimal): -7592371 or 5056140. OLE color: 5056140.
HSL color Cylindrical-coordinate representation of color #8C264D: hue angle of 337.06º degrees, saturation: 0.57, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #8C264D is Cyan = 0, Magento = 0.73, Yellow = 0.45 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 38 | 77 | - |
| CMYK | 0 | 0.73 | 0.45 | 0.45 |
| HSL | 337.06º | 0.57% | 0.35% | - |
| HSV(B) | 337.06º | 0.73% | 0.55% | - |
| XYZ | 12.85 | 7.5 | 7.79 | - |
| YUV | 72.94 | 130.29 | 175.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 38 | 77 | 0 | 0.73 | 0.45 | 0.45 | 337.06 | 0.57 | 0.35 |
| Hex | 8C | 26 | 4D | 0 | 49 | 2D | 2D | 151 | 39 | 23 |
| Octal | 214 | 46 | 115 | 0 | 111 | 55 | 55 | 521 | 71 | 43 |
| Binary | 10001100 | 100110 | 1001101 | 0 | 1001001 | 101101 | 101101 | 101010001 | 111001 | 100011 |
Color Harmonies of #8C264D
Complementary color
Monochromatic Colors of #8C264D
Black with #8C264D
Text Example
Text Example
White with #8C264D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C264D; }
p { color: rgb(140,38,77); }
H1.HeaderClassName
{
color: #8C264D;
}
.AnyTagClassName
{
color: #8C264D;
}
</style>
background-color css
<style>
a { background-color: #8C264D; }
a { background-color: rgb(140,38,77); }
div.DivClassName
{
background-color: #8C264D;
}
.BgClassName
{
background-color: #8C264D;
}
</style>
border-color css
<style>
span { border-color: #8C264D; }
span { border-color: rgb(140,38,77); }
td.TdClassName
{
border-color: #8C264D;
}
.TagClassName
{
border-color: #8C264D;
}
</style>