Shades of Disco #8C264A
Tints of Disco #8C264A
RGB
CMYK
RGB Variations
Color information
#8C264A (or 0x8C264A) is known color: Disco. HEX triplet: 8C, 26 and 4A. RGB value is (140,38,74). Sum of RGB (Red+Green+Blue) = 140+38+74=252 (33% of max value = 765). Red value is 140 (55.08% from 255 or 55.56% from 252); Green value is 38 (15.23% from 255 or 15.08% from 252); Blue value is 74 (29.30% from 255 or 29.37% from 252); Max value from RGB is 140 - color contains mainly: red. Hex color #8C264A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8C264A is #73D9B5. Grayscale: #484848. Windows color (decimal): -7592374 or 4859532. OLE color: 4859532.
HSL color Cylindrical-coordinate representation of color #8C264A: hue angle of 338.82º 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 #8C264A is Cyan = 0, Magento = 0.73, Yellow = 0.47 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 38 | 74 | - |
| CMYK | 0 | 0.73 | 0.47 | 0.45 |
| HSL | 338.82º | 0.57% | 0.35% | - |
| HSV(B) | 338.82º | 0.73% | 0.55% | - |
| XYZ | 12.74 | 7.46 | 7.25 | - |
| YUV | 72.6 | 128.79 | 176.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 38 | 74 | 0 | 0.73 | 0.47 | 0.45 | 338.82 | 0.57 | 0.35 |
| Hex | 8C | 26 | 4A | 0 | 49 | 2F | 2D | 153 | 39 | 23 |
| Octal | 214 | 46 | 112 | 0 | 111 | 57 | 55 | 523 | 71 | 43 |
| Binary | 10001100 | 100110 | 1001010 | 0 | 1001001 | 101111 | 101101 | 101010011 | 111001 | 100011 |
Color Harmonies of #8C264A
Complementary color
Monochromatic Colors of #8C264A
Black with #8C264A
Text Example
Text Example
White with #8C264A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C264A; }
p { color: rgb(140,38,74); }
H1.HeaderClassName
{
color: #8C264A;
}
.AnyTagClassName
{
color: #8C264A;
}
</style>
background-color css
<style>
a { background-color: #8C264A; }
a { background-color: rgb(140,38,74); }
div.DivClassName
{
background-color: #8C264A;
}
.BgClassName
{
background-color: #8C264A;
}
</style>
border-color css
<style>
span { border-color: #8C264A; }
span { border-color: rgb(140,38,74); }
td.TdClassName
{
border-color: #8C264A;
}
.TagClassName
{
border-color: #8C264A;
}
</style>