Shades of Disco #922841
Tints of Disco #922841
RGB
CMYK
RGB Variations
Color information
#922841 (or 0x922841) is known color: Disco. HEX triplet: 92, 28 and 41. RGB value is (146,40,65). Sum of RGB (Red+Green+Blue) = 146+40+65=251 (33% of max value = 765). Red value is 146 (57.42% from 255 or 58.17% from 251); Green value is 40 (16.02% from 255 or 15.94% from 251); Blue value is 65 (25.78% from 255 or 25.90% from 251); Max value from RGB is 146 - color contains mainly: red. Hex color #922841 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #922841 is #6DD7BE. Grayscale: #4A4A4A. Windows color (decimal): -7198655 or 4270226. OLE color: 4270226.
HSL color Cylindrical-coordinate representation of color #922841: hue angle of 345.85º degrees, saturation: 0.57, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #922841 is Cyan = 0, Magento = 0.73, Yellow = 0.55 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 146 | 40 | 65 | - |
| CMYK | 0 | 0.73 | 0.55 | 0.43 |
| HSL | 345.85º | 0.57% | 0.36% | - |
| HSV(B) | 345.85º | 0.73% | 0.57% | - |
| XYZ | 13.57 | 8.01 | 5.83 | - |
| YUV | 74.54 | 122.62 | 178.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 40 | 65 | 0 | 0.73 | 0.55 | 0.43 | 345.85 | 0.57 | 0.36 |
| Hex | 92 | 28 | 41 | 0 | 49 | 37 | 2B | 15A | 39 | 24 |
| Octal | 222 | 50 | 101 | 0 | 111 | 67 | 53 | 532 | 71 | 44 |
| Binary | 10010010 | 101000 | 1000001 | 0 | 1001001 | 110111 | 101011 | 101011010 | 111001 | 100100 |
Color Harmonies of #922841
Complementary color
Monochromatic Colors of #922841
Black with #922841
Text Example
Text Example
White with #922841
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #922841; }
p { color: rgb(146,40,65); }
H1.HeaderClassName
{
color: #922841;
}
.AnyTagClassName
{
color: #922841;
}
</style>
background-color css
<style>
a { background-color: #922841; }
a { background-color: rgb(146,40,65); }
div.DivClassName
{
background-color: #922841;
}
.BgClassName
{
background-color: #922841;
}
</style>
border-color css
<style>
span { border-color: #922841; }
span { border-color: rgb(146,40,65); }
td.TdClassName
{
border-color: #922841;
}
.TagClassName
{
border-color: #922841;
}
</style>