Shades of Disco #952943
Tints of Disco #952943
RGB
CMYK
RGB Variations
Color information
#952943 (or 0x952943) is known color: Disco. HEX triplet: 95, 29 and 43. RGB value is (149,41,67). Sum of RGB (Red+Green+Blue) = 149+41+67=257 (34% of max value = 765). Red value is 149 (58.59% from 255 or 57.98% from 257); Green value is 41 (16.41% from 255 or 15.95% from 257); Blue value is 67 (26.56% from 255 or 26.07% from 257); Max value from RGB is 149 - color contains mainly: red. Hex color #952943 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #952943 is #6AD6BC. Grayscale: #4C4C4C. Windows color (decimal): -7001789 or 4401557. OLE color: 4401557.
HSL color Cylindrical-coordinate representation of color #952943: hue angle of 345.56º degrees, saturation: 0.57, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #952943 is Cyan = 0, Magento = 0.72, Yellow = 0.55 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 41 | 67 | - |
| CMYK | 0 | 0.72 | 0.55 | 0.42 |
| HSL | 345.56º | 0.57% | 0.37% | - |
| HSV(B) | 345.56º | 0.72% | 0.58% | - |
| XYZ | 14.2 | 8.38 | 6.18 | - |
| YUV | 76.26 | 122.78 | 179.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 41 | 67 | 0 | 0.72 | 0.55 | 0.42 | 345.56 | 0.57 | 0.37 |
| Hex | 95 | 29 | 43 | 0 | 48 | 37 | 2A | 15A | 39 | 25 |
| Octal | 225 | 51 | 103 | 0 | 110 | 67 | 52 | 532 | 71 | 45 |
| Binary | 10010101 | 101001 | 1000011 | 0 | 1001000 | 110111 | 101010 | 101011010 | 111001 | 100101 |
Color Harmonies of #952943
Complementary color
Monochromatic Colors of #952943
Black with #952943
Text Example
Text Example
White with #952943
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #952943; }
p { color: rgb(149,41,67); }
H1.HeaderClassName
{
color: #952943;
}
.AnyTagClassName
{
color: #952943;
}
</style>
background-color css
<style>
a { background-color: #952943; }
a { background-color: rgb(149,41,67); }
div.DivClassName
{
background-color: #952943;
}
.BgClassName
{
background-color: #952943;
}
</style>
border-color css
<style>
span { border-color: #952943; }
span { border-color: rgb(149,41,67); }
td.TdClassName
{
border-color: #952943;
}
.TagClassName
{
border-color: #952943;
}
</style>