Shades of Disco #941C42
Tints of Disco #941C42
RGB
CMYK
RGB Variations
Color information
#941C42 (or 0x941C42) is known color: Disco. HEX triplet: 94, 1C and 42. RGB value is (148,28,66). Sum of RGB (Red+Green+Blue) = 148+28+66=242 (32% of max value = 765). Red value is 148 (58.20% from 255 or 61.16% from 242); Green value is 28 (11.33% from 255 or 11.57% from 242); Blue value is 66 (26.17% from 255 or 27.27% from 242); Max value from RGB is 148 - color contains mainly: red. Hex color #941C42 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #941C42 is #6BE3BD. Grayscale: #444444. Windows color (decimal): -7070654 or 4332692. OLE color: 4332692.
HSL color Cylindrical-coordinate representation of color #941C42: hue angle of 341º degrees, saturation: 0.68, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #941C42 is Cyan = 0, Magento = 0.81, Yellow = 0.55 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 148 | 28 | 66 | - |
| CMYK | 0 | 0.81 | 0.55 | 0.42 |
| HSL | 341º | 0.68% | 0.35% | - |
| HSV(B) | 341º | 0.81% | 0.58% | - |
| XYZ | 13.61 | 7.52 | 5.89 | - |
| YUV | 68.21 | 126.76 | 184.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 28 | 66 | 0 | 0.81 | 0.55 | 0.42 | 341 | 0.68 | 0.35 |
| Hex | 94 | 1C | 42 | 0 | 51 | 37 | 2A | 155 | 44 | 23 |
| Octal | 224 | 34 | 102 | 0 | 121 | 67 | 52 | 525 | 104 | 43 |
| Binary | 10010100 | 11100 | 1000010 | 0 | 1010001 | 110111 | 101010 | 101010101 | 1000100 | 100011 |
Color Harmonies of #941C42
Complementary color
Monochromatic Colors of #941C42
Black with #941C42
Text Example
Text Example
White with #941C42
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #941C42; }
p { color: rgb(148,28,66); }
H1.HeaderClassName
{
color: #941C42;
}
.AnyTagClassName
{
color: #941C42;
}
</style>
background-color css
<style>
a { background-color: #941C42; }
a { background-color: rgb(148,28,66); }
div.DivClassName
{
background-color: #941C42;
}
.BgClassName
{
background-color: #941C42;
}
</style>
border-color css
<style>
span { border-color: #941C42; }
span { border-color: rgb(148,28,66); }
td.TdClassName
{
border-color: #941C42;
}
.TagClassName
{
border-color: #941C42;
}
</style>