Shades of Disco #942242
Tints of Disco #942242
RGB
CMYK
RGB Variations
Color information
#942242 (or 0x942242) is known color: Disco. HEX triplet: 94, 22 and 42. RGB value is (148,34,66). Sum of RGB (Red+Green+Blue) = 148+34+66=248 (32% of max value = 765). Red value is 148 (58.20% from 255 or 59.68% from 248); Green value is 34 (13.67% from 255 or 13.71% from 248); Blue value is 66 (26.17% from 255 or 26.61% from 248); Max value from RGB is 148 - color contains mainly: red. Hex color #942242 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #942242 is #6BDDBD. Grayscale: #474747. Windows color (decimal): -7069118 or 4334228. OLE color: 4334228.
HSL color Cylindrical-coordinate representation of color #942242: hue angle of 343.16º degrees, saturation: 0.63, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #942242 is Cyan = 0, Magento = 0.77, Yellow = 0.55 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 148 | 34 | 66 | - |
| CMYK | 0 | 0.77 | 0.55 | 0.42 |
| HSL | 343.16º | 0.63% | 0.36% | - |
| HSV(B) | 343.16º | 0.77% | 0.58% | - |
| XYZ | 13.77 | 7.83 | 5.94 | - |
| YUV | 71.73 | 124.77 | 182.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 34 | 66 | 0 | 0.77 | 0.55 | 0.42 | 343.16 | 0.63 | 0.36 |
| Hex | 94 | 22 | 42 | 0 | 4D | 37 | 2A | 157 | 3F | 24 |
| Octal | 224 | 42 | 102 | 0 | 115 | 67 | 52 | 527 | 77 | 44 |
| Binary | 10010100 | 100010 | 1000010 | 0 | 1001101 | 110111 | 101010 | 101010111 | 111111 | 100100 |
Color Harmonies of #942242
Complementary color
Monochromatic Colors of #942242
Black with #942242
Text Example
Text Example
White with #942242
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #942242; }
p { color: rgb(148,34,66); }
H1.HeaderClassName
{
color: #942242;
}
.AnyTagClassName
{
color: #942242;
}
</style>
background-color css
<style>
a { background-color: #942242; }
a { background-color: rgb(148,34,66); }
div.DivClassName
{
background-color: #942242;
}
.BgClassName
{
background-color: #942242;
}
</style>
border-color css
<style>
span { border-color: #942242; }
span { border-color: rgb(148,34,66); }
td.TdClassName
{
border-color: #942242;
}
.TagClassName
{
border-color: #942242;
}
</style>