Shades of Disco #941441
Tints of Disco #941441
RGB
CMYK
RGB Variations
Color information
#941441 (or 0x941441) is known color: Disco. HEX triplet: 94, 14 and 41. RGB value is (148,20,65). Sum of RGB (Red+Green+Blue) = 148+20+65=233 (30% of max value = 765). Red value is 148 (58.20% from 255 or 63.52% from 233); Green value is 20 (8.20% from 255 or 8.58% from 233); Blue value is 65 (25.78% from 255 or 27.90% from 233); Max value from RGB is 148 - color contains mainly: red. Hex color #941441 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #941441 is #6BEBBE. Grayscale: #3F3F3F. Windows color (decimal): -7072703 or 4265108. OLE color: 4265108.
HSL color Cylindrical-coordinate representation of color #941441: hue angle of 338.91º degrees, saturation: 0.76, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #941441 is Cyan = 0, Magento = 0.86, Yellow = 0.56 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 148 | 20 | 65 | - |
| CMYK | 0 | 0.86 | 0.56 | 0.42 |
| HSL | 338.91º | 0.76% | 0.33% | - |
| HSV(B) | 338.91º | 0.86% | 0.58% | - |
| XYZ | 13.42 | 7.18 | 5.68 | - |
| YUV | 63.4 | 128.91 | 188.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 20 | 65 | 0 | 0.86 | 0.56 | 0.42 | 338.91 | 0.76 | 0.33 |
| Hex | 94 | 14 | 41 | 0 | 56 | 38 | 2A | 153 | 4C | 21 |
| Octal | 224 | 24 | 101 | 0 | 126 | 70 | 52 | 523 | 114 | 41 |
| Binary | 10010100 | 10100 | 1000001 | 0 | 1010110 | 111000 | 101010 | 101010011 | 1001100 | 100001 |
Color Harmonies of #941441
Complementary color
Monochromatic Colors of #941441
Black with #941441
Text Example
Text Example
White with #941441
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #941441; }
p { color: rgb(148,20,65); }
H1.HeaderClassName
{
color: #941441;
}
.AnyTagClassName
{
color: #941441;
}
</style>
background-color css
<style>
a { background-color: #941441; }
a { background-color: rgb(148,20,65); }
div.DivClassName
{
background-color: #941441;
}
.BgClassName
{
background-color: #941441;
}
</style>
border-color css
<style>
span { border-color: #941441; }
span { border-color: rgb(148,20,65); }
td.TdClassName
{
border-color: #941441;
}
.TagClassName
{
border-color: #941441;
}
</style>