Shades of Disco #90174A
Tints of Disco #90174A
RGB
CMYK
RGB Variations
Color information
#90174A (or 0x90174A) is known color: Disco. HEX triplet: 90, 17 and 4A. RGB value is (144,23,74). Sum of RGB (Red+Green+Blue) = 144+23+74=241 (31% of max value = 765). Red value is 144 (56.64% from 255 or 59.75% from 241); Green value is 23 (9.38% from 255 or 9.54% from 241); Blue value is 74 (29.30% from 255 or 30.71% from 241); Max value from RGB is 144 - color contains mainly: red. Hex color #90174A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #90174A is #6FE8B5. Grayscale: #404040. Windows color (decimal): -7334070 or 4855696. OLE color: 4855696.
HSL color Cylindrical-coordinate representation of color #90174A: hue angle of 334.71º 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 #90174A is Cyan = 0, Magento = 0.84, Yellow = 0.49 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 23 | 74 | - |
| CMYK | 0 | 0.84 | 0.49 | 0.44 |
| HSL | 334.71º | 0.72% | 0.33% | - |
| HSV(B) | 334.71º | 0.84% | 0.56% | - |
| XYZ | 13.04 | 7.04 | 7.15 | - |
| YUV | 64.99 | 133.09 | 184.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 23 | 74 | 0 | 0.84 | 0.49 | 0.44 | 334.71 | 0.72 | 0.33 |
| Hex | 90 | 17 | 4A | 0 | 54 | 31 | 2C | 14F | 48 | 21 |
| Octal | 220 | 27 | 112 | 0 | 124 | 61 | 54 | 517 | 110 | 41 |
| Binary | 10010000 | 10111 | 1001010 | 0 | 1010100 | 110001 | 101100 | 101001111 | 1001000 | 100001 |
Color Harmonies of #90174A
Complementary color
Monochromatic Colors of #90174A
Black with #90174A
Text Example
Text Example
White with #90174A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90174A; }
p { color: rgb(144,23,74); }
H1.HeaderClassName
{
color: #90174A;
}
.AnyTagClassName
{
color: #90174A;
}
</style>
background-color css
<style>
a { background-color: #90174A; }
a { background-color: rgb(144,23,74); }
div.DivClassName
{
background-color: #90174A;
}
.BgClassName
{
background-color: #90174A;
}
</style>
border-color css
<style>
span { border-color: #90174A; }
span { border-color: rgb(144,23,74); }
td.TdClassName
{
border-color: #90174A;
}
.TagClassName
{
border-color: #90174A;
}
</style>