Shades of Disco #921D41
Tints of Disco #921D41
RGB
CMYK
RGB Variations
Color information
#921D41 (or 0x921D41) is known color: Disco. HEX triplet: 92, 1D and 41. RGB value is (146,29,65). Sum of RGB (Red+Green+Blue) = 146+29+65=240 (31% of max value = 765). Red value is 146 (57.42% from 255 or 60.83% from 240); Green value is 29 (11.72% from 255 or 12.08% from 240); Blue value is 65 (25.78% from 255 or 27.08% from 240); Max value from RGB is 146 - color contains mainly: red. Hex color #921D41 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #921D41 is #6DE2BE. Grayscale: #444444. Windows color (decimal): -7201471 or 4267410. OLE color: 4267410.
HSL color Cylindrical-coordinate representation of color #921D41: hue angle of 341.54º degrees, saturation: 0.67, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #921D41 is Cyan = 0, Magento = 0.80, Yellow = 0.55 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 146 | 29 | 65 | - |
| CMYK | 0 | 0.80 | 0.55 | 0.43 |
| HSL | 341.54º | 0.67% | 0.34% | - |
| HSV(B) | 341.54º | 0.8% | 0.57% | - |
| XYZ | 13.25 | 7.37 | 5.73 | - |
| YUV | 68.09 | 126.26 | 183.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 29 | 65 | 0 | 0.80 | 0.55 | 0.43 | 341.54 | 0.67 | 0.34 |
| Hex | 92 | 1D | 41 | 0 | 50 | 37 | 2B | 156 | 43 | 22 |
| Octal | 222 | 35 | 101 | 0 | 120 | 67 | 53 | 526 | 103 | 42 |
| Binary | 10010010 | 11101 | 1000001 | 0 | 1010000 | 110111 | 101011 | 101010110 | 1000011 | 100010 |
Color Harmonies of #921D41
Complementary color
Monochromatic Colors of #921D41
Black with #921D41
Text Example
Text Example
White with #921D41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #921D41; }
p { color: rgb(146,29,65); }
H1.HeaderClassName
{
color: #921D41;
}
.AnyTagClassName
{
color: #921D41;
}
</style>
background-color css
<style>
a { background-color: #921D41; }
a { background-color: rgb(146,29,65); }
div.DivClassName
{
background-color: #921D41;
}
.BgClassName
{
background-color: #921D41;
}
</style>
border-color css
<style>
span { border-color: #921D41; }
span { border-color: rgb(146,29,65); }
td.TdClassName
{
border-color: #921D41;
}
.TagClassName
{
border-color: #921D41;
}
</style>