Shades of Disco #90334B
Tints of Disco #90334B
RGB
CMYK
RGB Variations
Color information
#90334B (or 0x90334B) is known color: Disco. HEX triplet: 90, 33 and 4B. RGB value is (144,51,75). Sum of RGB (Red+Green+Blue) = 144+51+75=270 (35% of max value = 765). Red value is 144 (56.64% from 255 or 53.33% from 270); Green value is 51 (20.31% from 255 or 18.89% from 270); Blue value is 75 (29.69% from 255 or 27.78% from 270); Max value from RGB is 144 - color contains mainly: red. Hex color #90334B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #90334B is #6FCCB4. Grayscale: #515151. Windows color (decimal): -7326901 or 4928400. OLE color: 4928400.
HSL color Cylindrical-coordinate representation of color #90334B: hue angle of 344.52º degrees, saturation: 0.48, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #90334B is Cyan = 0, Magento = 0.65, Yellow = 0.48 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 51 | 75 | - |
| CMYK | 0 | 0.65 | 0.48 | 0.44 |
| HSL | 344.52º | 0.48% | 0.38% | - |
| HSV(B) | 344.52º | 0.65% | 0.56% | - |
| XYZ | 13.96 | 8.8 | 7.62 | - |
| YUV | 81.54 | 124.31 | 172.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 51 | 75 | 0 | 0.65 | 0.48 | 0.44 | 344.52 | 0.48 | 0.38 |
| Hex | 90 | 33 | 4B | 0 | 41 | 30 | 2C | 159 | 30 | 26 |
| Octal | 220 | 63 | 113 | 0 | 101 | 60 | 54 | 531 | 60 | 46 |
| Binary | 10010000 | 110011 | 1001011 | 0 | 1000001 | 110000 | 101100 | 101011001 | 110000 | 100110 |
Color Harmonies of #90334B
Complementary color
Monochromatic Colors of #90334B
Black with #90334B
Text Example
Text Example
White with #90334B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90334B; }
p { color: rgb(144,51,75); }
H1.HeaderClassName
{
color: #90334B;
}
.AnyTagClassName
{
color: #90334B;
}
</style>
background-color css
<style>
a { background-color: #90334B; }
a { background-color: rgb(144,51,75); }
div.DivClassName
{
background-color: #90334B;
}
.BgClassName
{
background-color: #90334B;
}
</style>
border-color css
<style>
span { border-color: #90334B; }
span { border-color: rgb(144,51,75); }
td.TdClassName
{
border-color: #90334B;
}
.TagClassName
{
border-color: #90334B;
}
</style>