Shades of Disco #8A234B
Tints of Disco #8A234B
RGB
CMYK
RGB Variations
Color information
#8A234B (or 0x8A234B) is known color: Disco. HEX triplet: 8A, 23 and 4B. RGB value is (138,35,75). Sum of RGB (Red+Green+Blue) = 138+35+75=248 (32% of max value = 765). Red value is 138 (54.30% from 255 or 55.65% from 248); Green value is 35 (14.06% from 255 or 14.11% from 248); Blue value is 75 (29.69% from 255 or 30.24% from 248); Max value from RGB is 138 - color contains mainly: red. Hex color #8A234B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8A234B is #75DCB4. Grayscale: #464646. Windows color (decimal): -7724213 or 4924298. OLE color: 4924298.
HSL color Cylindrical-coordinate representation of color #8A234B: hue angle of 336.7º degrees, saturation: 0.6, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #8A234B is Cyan = 0, Magento = 0.75, Yellow = 0.46 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 138 | 35 | 75 | - |
| CMYK | 0 | 0.75 | 0.46 | 0.46 |
| HSL | 336.7º | 0.6% | 0.34% | - |
| HSV(B) | 336.7º | 0.75% | 0.54% | - |
| XYZ | 12.35 | 7.11 | 7.38 | - |
| YUV | 70.36 | 130.62 | 176.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 35 | 75 | 0 | 0.75 | 0.46 | 0.46 | 336.7 | 0.6 | 0.34 |
| Hex | 8A | 23 | 4B | 0 | 4B | 2E | 2E | 151 | 3C | 22 |
| Octal | 212 | 43 | 113 | 0 | 113 | 56 | 56 | 521 | 74 | 42 |
| Binary | 10001010 | 100011 | 1001011 | 0 | 1001011 | 101110 | 101110 | 101010001 | 111100 | 100010 |
Color Harmonies of #8A234B
Complementary color
Monochromatic Colors of #8A234B
Black with #8A234B
Text Example
Text Example
White with #8A234B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A234B; }
p { color: rgb(138,35,75); }
H1.HeaderClassName
{
color: #8A234B;
}
.AnyTagClassName
{
color: #8A234B;
}
</style>
background-color css
<style>
a { background-color: #8A234B; }
a { background-color: rgb(138,35,75); }
div.DivClassName
{
background-color: #8A234B;
}
.BgClassName
{
background-color: #8A234B;
}
</style>
border-color css
<style>
span { border-color: #8A234B; }
span { border-color: rgb(138,35,75); }
td.TdClassName
{
border-color: #8A234B;
}
.TagClassName
{
border-color: #8A234B;
}
</style>