Shades of Disco #901941
Tints of Disco #901941
RGB
CMYK
RGB Variations
Color information
#901941 (or 0x901941) is known color: Disco. HEX triplet: 90, 19 and 41. RGB value is (144,25,65). Sum of RGB (Red+Green+Blue) = 144+25+65=234 (30% of max value = 765). Red value is 144 (56.64% from 255 or 61.54% from 234); Green value is 25 (10.16% from 255 or 10.68% from 234); Blue value is 65 (25.78% from 255 or 27.78% from 234); Max value from RGB is 144 - color contains mainly: red. Hex color #901941 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #901941 is #6FE6BE. Grayscale: #414141. Windows color (decimal): -7333567 or 4266384. OLE color: 4266384.
HSL color Cylindrical-coordinate representation of color #901941: hue angle of 339.83º degrees, saturation: 0.7, 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 #901941 is Cyan = 0, Magento = 0.83, Yellow = 0.55 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 25 | 65 | - |
| CMYK | 0 | 0.83 | 0.55 | 0.44 |
| HSL | 339.83º | 0.7% | 0.33% | - |
| HSV(B) | 339.83º | 0.83% | 0.56% | - |
| XYZ | 12.8 | 7.01 | 5.68 | - |
| YUV | 65.14 | 127.92 | 184.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 25 | 65 | 0 | 0.83 | 0.55 | 0.44 | 339.83 | 0.7 | 0.33 |
| Hex | 90 | 19 | 41 | 0 | 53 | 37 | 2C | 154 | 46 | 21 |
| Octal | 220 | 31 | 101 | 0 | 123 | 67 | 54 | 524 | 106 | 41 |
| Binary | 10010000 | 11001 | 1000001 | 0 | 1010011 | 110111 | 101100 | 101010100 | 1000110 | 100001 |
Color Harmonies of #901941
Complementary color
Monochromatic Colors of #901941
Black with #901941
Text Example
Text Example
White with #901941
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #901941; }
p { color: rgb(144,25,65); }
H1.HeaderClassName
{
color: #901941;
}
.AnyTagClassName
{
color: #901941;
}
</style>
background-color css
<style>
a { background-color: #901941; }
a { background-color: rgb(144,25,65); }
div.DivClassName
{
background-color: #901941;
}
.BgClassName
{
background-color: #901941;
}
</style>
border-color css
<style>
span { border-color: #901941; }
span { border-color: rgb(144,25,65); }
td.TdClassName
{
border-color: #901941;
}
.TagClassName
{
border-color: #901941;
}
</style>