Shades of Disco #952242
Tints of Disco #952242
RGB
CMYK
RGB Variations
Color information
#952242 (or 0x952242) is known color: Disco. HEX triplet: 95, 22 and 42. RGB value is (149,34,66). Sum of RGB (Red+Green+Blue) = 149+34+66=249 (32% of max value = 765). Red value is 149 (58.59% from 255 or 59.84% from 249); Green value is 34 (13.67% from 255 or 13.65% from 249); Blue value is 66 (26.17% from 255 or 26.51% from 249); Max value from RGB is 149 - color contains mainly: red. Hex color #952242 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #952242 is #6ADDBD. Grayscale: #484848. Windows color (decimal): -7003582 or 4334229. OLE color: 4334229.
HSL color Cylindrical-coordinate representation of color #952242: hue angle of 343.3º degrees, saturation: 0.63, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #952242 is Cyan = 0, Magento = 0.77, Yellow = 0.56 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 34 | 66 | - |
| CMYK | 0 | 0.77 | 0.56 | 0.42 |
| HSL | 343.3º | 0.63% | 0.36% | - |
| HSV(B) | 343.3º | 0.77% | 0.58% | - |
| XYZ | 13.95 | 7.93 | 5.95 | - |
| YUV | 72.03 | 124.6 | 182.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 34 | 66 | 0 | 0.77 | 0.56 | 0.42 | 343.3 | 0.63 | 0.36 |
| Hex | 95 | 22 | 42 | 0 | 4D | 38 | 2A | 157 | 3F | 24 |
| Octal | 225 | 42 | 102 | 0 | 115 | 70 | 52 | 527 | 77 | 44 |
| Binary | 10010101 | 100010 | 1000010 | 0 | 1001101 | 111000 | 101010 | 101010111 | 111111 | 100100 |
Color Harmonies of #952242
Complementary color
Monochromatic Colors of #952242
Black with #952242
Text Example
Text Example
White with #952242
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #952242; }
p { color: rgb(149,34,66); }
H1.HeaderClassName
{
color: #952242;
}
.AnyTagClassName
{
color: #952242;
}
</style>
background-color css
<style>
a { background-color: #952242; }
a { background-color: rgb(149,34,66); }
div.DivClassName
{
background-color: #952242;
}
.BgClassName
{
background-color: #952242;
}
</style>
border-color css
<style>
span { border-color: #952242; }
span { border-color: rgb(149,34,66); }
td.TdClassName
{
border-color: #952242;
}
.TagClassName
{
border-color: #952242;
}
</style>