Shades of Disco #8A304B
Tints of Disco #8A304B
RGB
CMYK
RGB Variations
Color information
#8A304B (or 0x8A304B) is known color: Disco. HEX triplet: 8A, 30 and 4B. RGB value is (138,48,75). Sum of RGB (Red+Green+Blue) = 138+48+75=261 (34% of max value = 765). Red value is 138 (54.30% from 255 or 52.87% from 261); Green value is 48 (19.14% from 255 or 18.39% from 261); Blue value is 75 (29.69% from 255 or 28.74% from 261); Max value from RGB is 138 - color contains mainly: red. Hex color #8A304B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8A304B is #75CFB4. Grayscale: #4D4D4D. Windows color (decimal): -7720885 or 4927626. OLE color: 4927626.
HSL color Cylindrical-coordinate representation of color #8A304B: hue angle of 342º degrees, saturation: 0.48, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #8A304B is Cyan = 0, Magento = 0.65, Yellow = 0.46 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 138 | 48 | 75 | - |
| CMYK | 0 | 0.65 | 0.46 | 0.46 |
| HSL | 342º | 0.48% | 0.36% | - |
| HSV(B) | 342º | 0.65% | 0.54% | - |
| XYZ | 12.81 | 8.03 | 7.53 | - |
| YUV | 77.99 | 126.32 | 170.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 48 | 75 | 0 | 0.65 | 0.46 | 0.46 | 342 | 0.48 | 0.36 |
| Hex | 8A | 30 | 4B | 0 | 41 | 2E | 2E | 156 | 30 | 24 |
| Octal | 212 | 60 | 113 | 0 | 101 | 56 | 56 | 526 | 60 | 44 |
| Binary | 10001010 | 110000 | 1001011 | 0 | 1000001 | 101110 | 101110 | 101010110 | 110000 | 100100 |
Color Harmonies of #8A304B
Complementary color
Monochromatic Colors of #8A304B
Black with #8A304B
Text Example
Text Example
White with #8A304B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A304B; }
p { color: rgb(138,48,75); }
H1.HeaderClassName
{
color: #8A304B;
}
.AnyTagClassName
{
color: #8A304B;
}
</style>
background-color css
<style>
a { background-color: #8A304B; }
a { background-color: rgb(138,48,75); }
div.DivClassName
{
background-color: #8A304B;
}
.BgClassName
{
background-color: #8A304B;
}
</style>
border-color css
<style>
span { border-color: #8A304B; }
span { border-color: rgb(138,48,75); }
td.TdClassName
{
border-color: #8A304B;
}
.TagClassName
{
border-color: #8A304B;
}
</style>