Shades of Disco #952D44
Tints of Disco #952D44
RGB
CMYK
RGB Variations
Color information
#952D44 (or 0x952D44) is known color: Disco. HEX triplet: 95, 2D and 44. RGB value is (149,45,68). Sum of RGB (Red+Green+Blue) = 149+45+68=262 (34% of max value = 765). Red value is 149 (58.59% from 255 or 56.87% from 262); Green value is 45 (17.97% from 255 or 17.18% from 262); Blue value is 68 (26.95% from 255 or 25.95% from 262); Max value from RGB is 149 - color contains mainly: red. Hex color #952D44 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #952D44 is #6AD2BB. Grayscale: #4E4E4E. Windows color (decimal): -7000764 or 4468117. OLE color: 4468117.
HSL color Cylindrical-coordinate representation of color #952D44: hue angle of 346.73º degrees, saturation: 0.54, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #952D44 is Cyan = 0, Magento = 0.70, Yellow = 0.54 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 45 | 68 | - |
| CMYK | 0 | 0.70 | 0.54 | 0.42 |
| HSL | 346.73º | 0.54% | 0.38% | - |
| HSV(B) | 346.73º | 0.7% | 0.58% | - |
| XYZ | 14.38 | 8.68 | 6.39 | - |
| YUV | 78.72 | 121.96 | 178.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 45 | 68 | 0 | 0.70 | 0.54 | 0.42 | 346.73 | 0.54 | 0.38 |
| Hex | 95 | 2D | 44 | 0 | 46 | 36 | 2A | 15B | 36 | 26 |
| Octal | 225 | 55 | 104 | 0 | 106 | 66 | 52 | 533 | 66 | 46 |
| Binary | 10010101 | 101101 | 1000100 | 0 | 1000110 | 110110 | 101010 | 101011011 | 110110 | 100110 |
Color Harmonies of #952D44
Complementary color
Monochromatic Colors of #952D44
Black with #952D44
Text Example
Text Example
White with #952D44
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #952D44; }
p { color: rgb(149,45,68); }
H1.HeaderClassName
{
color: #952D44;
}
.AnyTagClassName
{
color: #952D44;
}
</style>
background-color css
<style>
a { background-color: #952D44; }
a { background-color: rgb(149,45,68); }
div.DivClassName
{
background-color: #952D44;
}
.BgClassName
{
background-color: #952D44;
}
</style>
border-color css
<style>
span { border-color: #952D44; }
span { border-color: rgb(149,45,68); }
td.TdClassName
{
border-color: #952D44;
}
.TagClassName
{
border-color: #952D44;
}
</style>