Shades of Disco #89304B
Tints of Disco #89304B
RGB
CMYK
RGB Variations
Color information
#89304B (or 0x89304B) is known color: Disco. HEX triplet: 89, 30 and 4B. RGB value is (137,48,75). Sum of RGB (Red+Green+Blue) = 137+48+75=260 (34% of max value = 765). Red value is 137 (53.91% from 255 or 52.69% from 260); Green value is 48 (19.14% from 255 or 18.46% from 260); Blue value is 75 (29.69% from 255 or 28.85% from 260); Max value from RGB is 137 - color contains mainly: red. Hex color #89304B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #89304B is #76CFB4. Grayscale: #4D4D4D. Windows color (decimal): -7786421 or 4927625. OLE color: 4927625.
HSL color Cylindrical-coordinate representation of color #89304B: hue angle of 341.8º 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 #89304B is Cyan = 0, Magento = 0.65, Yellow = 0.45 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 48 | 75 | - |
| CMYK | 0 | 0.65 | 0.45 | 0.46 |
| HSL | 341.8º | 0.48% | 0.36% | - |
| HSV(B) | 341.8º | 0.65% | 0.54% | - |
| XYZ | 12.64 | 7.94 | 7.52 | - |
| YUV | 77.69 | 126.49 | 170.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 48 | 75 | 0 | 0.65 | 0.45 | 0.46 | 341.8 | 0.48 | 0.36 |
| Hex | 89 | 30 | 4B | 0 | 41 | 2D | 2E | 156 | 30 | 24 |
| Octal | 211 | 60 | 113 | 0 | 101 | 55 | 56 | 526 | 60 | 44 |
| Binary | 10001001 | 110000 | 1001011 | 0 | 1000001 | 101101 | 101110 | 101010110 | 110000 | 100100 |
Color Harmonies of #89304B
Complementary color
Monochromatic Colors of #89304B
Black with #89304B
Text Example
Text Example
White with #89304B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #89304B; }
p { color: rgb(137,48,75); }
H1.HeaderClassName
{
color: #89304B;
}
.AnyTagClassName
{
color: #89304B;
}
</style>
background-color css
<style>
a { background-color: #89304B; }
a { background-color: rgb(137,48,75); }
div.DivClassName
{
background-color: #89304B;
}
.BgClassName
{
background-color: #89304B;
}
</style>
border-color css
<style>
span { border-color: #89304B; }
span { border-color: rgb(137,48,75); }
td.TdClassName
{
border-color: #89304B;
}
.TagClassName
{
border-color: #89304B;
}
</style>