Shades of Disco #90184B
Tints of Disco #90184B
RGB
CMYK
RGB Variations
Color information
#90184B (or 0x90184B) is known color: Disco. HEX triplet: 90, 18 and 4B. RGB value is (144,24,75). Sum of RGB (Red+Green+Blue) = 144+24+75=243 (32% of max value = 765). Red value is 144 (56.64% from 255 or 59.26% from 243); Green value is 24 (9.77% from 255 or 9.88% from 243); Blue value is 75 (29.69% from 255 or 30.86% from 243); Max value from RGB is 144 - color contains mainly: red. Hex color #90184B is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #90184B is #6FE7B4. Grayscale: #414141. Windows color (decimal): -7333813 or 4921488. OLE color: 4921488.
HSL color Cylindrical-coordinate representation of color #90184B: hue angle of 334.5º degrees, saturation: 0.71, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #90184B is Cyan = 0, Magento = 0.83, Yellow = 0.48 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 24 | 75 | - |
| CMYK | 0 | 0.83 | 0.48 | 0.44 |
| HSL | 334.5º | 0.71% | 0.33% | - |
| HSV(B) | 334.5º | 0.83% | 0.56% | - |
| XYZ | 13.1 | 7.09 | 7.33 | - |
| YUV | 65.69 | 133.26 | 183.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 24 | 75 | 0 | 0.83 | 0.48 | 0.44 | 334.5 | 0.71 | 0.33 |
| Hex | 90 | 18 | 4B | 0 | 53 | 30 | 2C | 14E | 47 | 21 |
| Octal | 220 | 30 | 113 | 0 | 123 | 60 | 54 | 516 | 107 | 41 |
| Binary | 10010000 | 11000 | 1001011 | 0 | 1010011 | 110000 | 101100 | 101001110 | 1000111 | 100001 |
Color Harmonies of #90184B
Complementary color
Monochromatic Colors of #90184B
Black with #90184B
Text Example
Text Example
White with #90184B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90184B; }
p { color: rgb(144,24,75); }
H1.HeaderClassName
{
color: #90184B;
}
.AnyTagClassName
{
color: #90184B;
}
</style>
background-color css
<style>
a { background-color: #90184B; }
a { background-color: rgb(144,24,75); }
div.DivClassName
{
background-color: #90184B;
}
.BgClassName
{
background-color: #90184B;
}
</style>
border-color css
<style>
span { border-color: #90184B; }
span { border-color: rgb(144,24,75); }
td.TdClassName
{
border-color: #90184B;
}
.TagClassName
{
border-color: #90184B;
}
</style>