Shades of Disco #89174B
Tints of Disco #89174B
RGB
CMYK
RGB Variations
Color information
#89174B (or 0x89174B) is known color: Disco. HEX triplet: 89, 17 and 4B. RGB value is (137,23,75). Sum of RGB (Red+Green+Blue) = 137+23+75=235 (31% of max value = 765). Red value is 137 (53.91% from 255 or 58.30% from 235); Green value is 23 (9.38% from 255 or 9.79% from 235); Blue value is 75 (29.69% from 255 or 31.91% from 235); Max value from RGB is 137 - color contains mainly: red. Hex color #89174B is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #89174B is #76E8B4. Grayscale: #3E3E3E. Windows color (decimal): -7792821 or 4921225. OLE color: 4921225.
HSL color Cylindrical-coordinate representation of color #89174B: hue angle of 332.63º degrees, saturation: 0.71, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #89174B is Cyan = 0, Magento = 0.83, Yellow = 0.45 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 23 | 75 | - |
| CMYK | 0 | 0.83 | 0.45 | 0.46 |
| HSL | 332.63º | 0.71% | 0.31% | - |
| HSV(B) | 332.63º | 0.83% | 0.54% | - |
| XYZ | 11.89 | 6.44 | 7.27 | - |
| YUV | 63.01 | 134.77 | 180.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 23 | 75 | 0 | 0.83 | 0.45 | 0.46 | 332.63 | 0.71 | 0.31 |
| Hex | 89 | 17 | 4B | 0 | 53 | 2D | 2E | 14D | 47 | 1F |
| Octal | 211 | 27 | 113 | 0 | 123 | 55 | 56 | 515 | 107 | 37 |
| Binary | 10001001 | 10111 | 1001011 | 0 | 1010011 | 101101 | 101110 | 101001101 | 1000111 | 11111 |
Color Harmonies of #89174B
Complementary color
Monochromatic Colors of #89174B
Black with #89174B
Text Example
Text Example
White with #89174B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #89174B; }
p { color: rgb(137,23,75); }
H1.HeaderClassName
{
color: #89174B;
}
.AnyTagClassName
{
color: #89174B;
}
</style>
background-color css
<style>
a { background-color: #89174B; }
a { background-color: rgb(137,23,75); }
div.DivClassName
{
background-color: #89174B;
}
.BgClassName
{
background-color: #89174B;
}
</style>
border-color css
<style>
span { border-color: #89174B; }
span { border-color: rgb(137,23,75); }
td.TdClassName
{
border-color: #89174B;
}
.TagClassName
{
border-color: #89174B;
}
</style>