Shades of Disco #901C4B
Tints of Disco #901C4B
RGB
CMYK
RGB Variations
Color information
#901C4B (or 0x901C4B) is known color: Disco. HEX triplet: 90, 1C and 4B. RGB value is (144,28,75). Sum of RGB (Red+Green+Blue) = 144+28+75=247 (32% of max value = 765). Red value is 144 (56.64% from 255 or 58.30% from 247); Green value is 28 (11.33% from 255 or 11.34% from 247); Blue value is 75 (29.69% from 255 or 30.36% from 247); Max value from RGB is 144 - color contains mainly: red. Hex color #901C4B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #901C4B is #6FE3B4. Grayscale: #434343. Windows color (decimal): -7332789 or 4922512. OLE color: 4922512.
HSL color Cylindrical-coordinate representation of color #901C4B: hue angle of 335.69º degrees, saturation: 0.67, 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 #901C4B is Cyan = 0, Magento = 0.81, Yellow = 0.48 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 28 | 75 | - |
| CMYK | 0 | 0.81 | 0.48 | 0.44 |
| HSL | 335.69º | 0.67% | 0.34% | - |
| HSV(B) | 335.69º | 0.81% | 0.56% | - |
| XYZ | 13.19 | 7.27 | 7.36 | - |
| YUV | 68.04 | 131.93 | 182.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 28 | 75 | 0 | 0.81 | 0.48 | 0.44 | 335.69 | 0.67 | 0.34 |
| Hex | 90 | 1C | 4B | 0 | 51 | 30 | 2C | 150 | 43 | 22 |
| Octal | 220 | 34 | 113 | 0 | 121 | 60 | 54 | 520 | 103 | 42 |
| Binary | 10010000 | 11100 | 1001011 | 0 | 1010001 | 110000 | 101100 | 101010000 | 1000011 | 100010 |
Color Harmonies of #901C4B
Complementary color
Monochromatic Colors of #901C4B
Black with #901C4B
Text Example
Text Example
White with #901C4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #901C4B; }
p { color: rgb(144,28,75); }
H1.HeaderClassName
{
color: #901C4B;
}
.AnyTagClassName
{
color: #901C4B;
}
</style>
background-color css
<style>
a { background-color: #901C4B; }
a { background-color: rgb(144,28,75); }
div.DivClassName
{
background-color: #901C4B;
}
.BgClassName
{
background-color: #901C4B;
}
</style>
border-color css
<style>
span { border-color: #901C4B; }
span { border-color: rgb(144,28,75); }
td.TdClassName
{
border-color: #901C4B;
}
.TagClassName
{
border-color: #901C4B;
}
</style>