Shades of Disco #90174B
Tints of Disco #90174B
RGB
CMYK
RGB Variations
Color information
#90174B (or 0x90174B) is known color: Disco. HEX triplet: 90, 17 and 4B. RGB value is (144,23,75). Sum of RGB (Red+Green+Blue) = 144+23+75=242 (32% of max value = 765). Red value is 144 (56.64% from 255 or 59.50% from 242); Green value is 23 (9.38% from 255 or 9.50% from 242); Blue value is 75 (29.69% from 255 or 30.99% from 242); Max value from RGB is 144 - color contains mainly: red. Hex color #90174B is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #90174B is #6FE8B4. Grayscale: #414141. Windows color (decimal): -7334069 or 4921232. OLE color: 4921232.
HSL color Cylindrical-coordinate representation of color #90174B: hue angle of 334.21º degrees, saturation: 0.72, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #90174B is Cyan = 0, Magento = 0.84, Yellow = 0.48 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 23 | 75 | - |
| CMYK | 0 | 0.84 | 0.48 | 0.44 |
| HSL | 334.21º | 0.72% | 0.33% | - |
| HSV(B) | 334.21º | 0.84% | 0.56% | - |
| XYZ | 13.08 | 7.05 | 7.33 | - |
| YUV | 65.11 | 133.59 | 184.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 23 | 75 | 0 | 0.84 | 0.48 | 0.44 | 334.21 | 0.72 | 0.33 |
| Hex | 90 | 17 | 4B | 0 | 54 | 30 | 2C | 14E | 48 | 21 |
| Octal | 220 | 27 | 113 | 0 | 124 | 60 | 54 | 516 | 110 | 41 |
| Binary | 10010000 | 10111 | 1001011 | 0 | 1010100 | 110000 | 101100 | 101001110 | 1001000 | 100001 |
Color Harmonies of #90174B
Complementary color
Monochromatic Colors of #90174B
Black with #90174B
Text Example
Text Example
White with #90174B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90174B; }
p { color: rgb(144,23,75); }
H1.HeaderClassName
{
color: #90174B;
}
.AnyTagClassName
{
color: #90174B;
}
</style>
background-color css
<style>
a { background-color: #90174B; }
a { background-color: rgb(144,23,75); }
div.DivClassName
{
background-color: #90174B;
}
.BgClassName
{
background-color: #90174B;
}
</style>
border-color css
<style>
span { border-color: #90174B; }
span { border-color: rgb(144,23,75); }
td.TdClassName
{
border-color: #90174B;
}
.TagClassName
{
border-color: #90174B;
}
</style>