Shades of Disco #932841
Tints of Disco #932841
RGB
CMYK
RGB Variations
Color information
#932841 (or 0x932841) is known color: Disco. HEX triplet: 93, 28 and 41. RGB value is (147,40,65). Sum of RGB (Red+Green+Blue) = 147+40+65=252 (33% of max value = 765). Red value is 147 (57.81% from 255 or 58.33% from 252); Green value is 40 (16.02% from 255 or 15.87% from 252); Blue value is 65 (25.78% from 255 or 25.79% from 252); Max value from RGB is 147 - color contains mainly: red. Hex color #932841 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #932841 is #6CD7BE. Grayscale: #4A4A4A. Windows color (decimal): -7133119 or 4270227. OLE color: 4270227.
HSL color Cylindrical-coordinate representation of color #932841: hue angle of 345.98º degrees, saturation: 0.57, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #932841 is Cyan = 0, Magento = 0.73, Yellow = 0.56 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 147 | 40 | 65 | - |
| CMYK | 0 | 0.73 | 0.56 | 0.42 |
| HSL | 345.98º | 0.57% | 0.37% | - |
| HSV(B) | 345.98º | 0.73% | 0.58% | - |
| XYZ | 13.75 | 8.1 | 5.84 | - |
| YUV | 74.84 | 122.45 | 179.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 40 | 65 | 0 | 0.73 | 0.56 | 0.42 | 345.98 | 0.57 | 0.37 |
| Hex | 93 | 28 | 41 | 0 | 49 | 38 | 2A | 15A | 39 | 25 |
| Octal | 223 | 50 | 101 | 0 | 111 | 70 | 52 | 532 | 71 | 45 |
| Binary | 10010011 | 101000 | 1000001 | 0 | 1001001 | 111000 | 101010 | 101011010 | 111001 | 100101 |
Color Harmonies of #932841
Complementary color
Monochromatic Colors of #932841
Black with #932841
Text Example
Text Example
White with #932841
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #932841; }
p { color: rgb(147,40,65); }
H1.HeaderClassName
{
color: #932841;
}
.AnyTagClassName
{
color: #932841;
}
</style>
background-color css
<style>
a { background-color: #932841; }
a { background-color: rgb(147,40,65); }
div.DivClassName
{
background-color: #932841;
}
.BgClassName
{
background-color: #932841;
}
</style>
border-color css
<style>
span { border-color: #932841; }
span { border-color: rgb(147,40,65); }
td.TdClassName
{
border-color: #932841;
}
.TagClassName
{
border-color: #932841;
}
</style>