Shades of Disco #901B4A
Tints of Disco #901B4A
RGB
CMYK
RGB Variations
Color information
#901B4A (or 0x901B4A) is known color: Disco. HEX triplet: 90, 1B and 4A. RGB value is (144,27,74). Sum of RGB (Red+Green+Blue) = 144+27+74=245 (32% of max value = 765). Red value is 144 (56.64% from 255 or 58.78% from 245); Green value is 27 (10.94% from 255 or 11.02% from 245); Blue value is 74 (29.30% from 255 or 30.20% from 245); Max value from RGB is 144 - color contains mainly: red. Hex color #901B4A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #901B4A is #6FE4B5. Grayscale: #434343. Windows color (decimal): -7333046 or 4856720. OLE color: 4856720.
HSL color Cylindrical-coordinate representation of color #901B4A: hue angle of 335.9º degrees, saturation: 0.68, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #901B4A is Cyan = 0, Magento = 0.81, Yellow = 0.49 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 27 | 74 | - |
| CMYK | 0 | 0.81 | 0.49 | 0.44 |
| HSL | 335.9º | 0.68% | 0.34% | - |
| HSV(B) | 335.9º | 0.81% | 0.56% | - |
| XYZ | 13.13 | 7.21 | 7.18 | - |
| YUV | 67.34 | 131.76 | 182.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 27 | 74 | 0 | 0.81 | 0.49 | 0.44 | 335.9 | 0.68 | 0.34 |
| Hex | 90 | 1B | 4A | 0 | 51 | 31 | 2C | 150 | 44 | 22 |
| Octal | 220 | 33 | 112 | 0 | 121 | 61 | 54 | 520 | 104 | 42 |
| Binary | 10010000 | 11011 | 1001010 | 0 | 1010001 | 110001 | 101100 | 101010000 | 1000100 | 100010 |
Color Harmonies of #901B4A
Complementary color
Monochromatic Colors of #901B4A
Black with #901B4A
Text Example
Text Example
White with #901B4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #901B4A; }
p { color: rgb(144,27,74); }
H1.HeaderClassName
{
color: #901B4A;
}
.AnyTagClassName
{
color: #901B4A;
}
</style>
background-color css
<style>
a { background-color: #901B4A; }
a { background-color: rgb(144,27,74); }
div.DivClassName
{
background-color: #901B4A;
}
.BgClassName
{
background-color: #901B4A;
}
</style>
border-color css
<style>
span { border-color: #901B4A; }
span { border-color: rgb(144,27,74); }
td.TdClassName
{
border-color: #901B4A;
}
.TagClassName
{
border-color: #901B4A;
}
</style>