Shades of Disco #931A40
Tints of Disco #931A40
RGB
CMYK
RGB Variations
Color information
#931A40 (or 0x931A40) is known color: Disco. HEX triplet: 93, 1A and 40. RGB value is (147,26,64). Sum of RGB (Red+Green+Blue) = 147+26+64=237 (31% of max value = 765). Red value is 147 (57.81% from 255 or 62.03% from 237); Green value is 26 (10.55% from 255 or 10.97% from 237); Blue value is 64 (25.39% from 255 or 27.00% from 237); Max value from RGB is 147 - color contains mainly: red. Hex color #931A40 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #931A40 is #6CE5BF. Grayscale: #424242. Windows color (decimal): -7136704 or 4201107. OLE color: 4201107.
HSL color Cylindrical-coordinate representation of color #931A40: hue angle of 341.16º degrees, saturation: 0.7, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #931A40 is Cyan = 0, Magento = 0.82, Yellow = 0.56 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 147 | 26 | 64 | - |
| CMYK | 0 | 0.82 | 0.56 | 0.42 |
| HSL | 341.16º | 0.7% | 0.34% | - |
| HSV(B) | 341.16º | 0.82% | 0.58% | - |
| XYZ | 13.33 | 7.31 | 5.56 | - |
| YUV | 66.51 | 126.59 | 185.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 26 | 64 | 0 | 0.82 | 0.56 | 0.42 | 341.16 | 0.7 | 0.34 |
| Hex | 93 | 1A | 40 | 0 | 52 | 38 | 2A | 155 | 46 | 22 |
| Octal | 223 | 32 | 100 | 0 | 122 | 70 | 52 | 525 | 106 | 42 |
| Binary | 10010011 | 11010 | 1000000 | 0 | 1010010 | 111000 | 101010 | 101010101 | 1000110 | 100010 |
Color Harmonies of #931A40
Complementary color
Monochromatic Colors of #931A40
Black with #931A40
Text Example
Text Example
White with #931A40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #931A40; }
p { color: rgb(147,26,64); }
H1.HeaderClassName
{
color: #931A40;
}
.AnyTagClassName
{
color: #931A40;
}
</style>
background-color css
<style>
a { background-color: #931A40; }
a { background-color: rgb(147,26,64); }
div.DivClassName
{
background-color: #931A40;
}
.BgClassName
{
background-color: #931A40;
}
</style>
border-color css
<style>
span { border-color: #931A40; }
span { border-color: rgb(147,26,64); }
td.TdClassName
{
border-color: #931A40;
}
.TagClassName
{
border-color: #931A40;
}
</style>