Shades of Disco #952A42
Tints of Disco #952A42
RGB
CMYK
RGB Variations
Color information
#952A42 (or 0x952A42) is known color: Disco. HEX triplet: 95, 2A and 42. RGB value is (149,42,66). Sum of RGB (Red+Green+Blue) = 149+42+66=257 (34% of max value = 765). Red value is 149 (58.59% from 255 or 57.98% from 257); Green value is 42 (16.80% from 255 or 16.34% from 257); Blue value is 66 (26.17% from 255 or 25.68% from 257); Max value from RGB is 149 - color contains mainly: red. Hex color #952A42 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #952A42 is #6AD5BD. Grayscale: #4C4C4C. Windows color (decimal): -7001534 or 4336277. OLE color: 4336277.
HSL color Cylindrical-coordinate representation of color #952A42: hue angle of 346.54º degrees, saturation: 0.56, 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 #952A42 is Cyan = 0, Magento = 0.72, Yellow = 0.56 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 42 | 66 | - |
| CMYK | 0 | 0.72 | 0.56 | 0.42 |
| HSL | 346.54º | 0.56% | 0.37% | - |
| HSV(B) | 346.54º | 0.72% | 0.58% | - |
| XYZ | 14.21 | 8.44 | 6.03 | - |
| YUV | 76.73 | 121.95 | 179.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 42 | 66 | 0 | 0.72 | 0.56 | 0.42 | 346.54 | 0.56 | 0.37 |
| Hex | 95 | 2A | 42 | 0 | 48 | 38 | 2A | 15B | 38 | 25 |
| Octal | 225 | 52 | 102 | 0 | 110 | 70 | 52 | 533 | 70 | 45 |
| Binary | 10010101 | 101010 | 1000010 | 0 | 1001000 | 111000 | 101010 | 101011011 | 111000 | 100101 |
Color Harmonies of #952A42
Complementary color
Monochromatic Colors of #952A42
Black with #952A42
Text Example
Text Example
White with #952A42
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #952A42; }
p { color: rgb(149,42,66); }
H1.HeaderClassName
{
color: #952A42;
}
.AnyTagClassName
{
color: #952A42;
}
</style>
background-color css
<style>
a { background-color: #952A42; }
a { background-color: rgb(149,42,66); }
div.DivClassName
{
background-color: #952A42;
}
.BgClassName
{
background-color: #952A42;
}
</style>
border-color css
<style>
span { border-color: #952A42; }
span { border-color: rgb(149,42,66); }
td.TdClassName
{
border-color: #952A42;
}
.TagClassName
{
border-color: #952A42;
}
</style>