Shades of Disco #952D43
Tints of Disco #952D43
RGB
CMYK
RGB Variations
Color information
#952D43 (or 0x952D43) is known color: Disco. HEX triplet: 95, 2D and 43. RGB value is (149,45,67). Sum of RGB (Red+Green+Blue) = 149+45+67=261 (34% of max value = 765). Red value is 149 (58.59% from 255 or 57.09% from 261); Green value is 45 (17.97% from 255 or 17.24% from 261); Blue value is 67 (26.56% from 255 or 25.67% from 261); Max value from RGB is 149 - color contains mainly: red. Hex color #952D43 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #952D43 is #6AD2BC. Grayscale: #4E4E4E. Windows color (decimal): -7000765 or 4402581. OLE color: 4402581.
HSL color Cylindrical-coordinate representation of color #952D43: hue angle of 347.31º 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 #952D43 is Cyan = 0, Magento = 0.70, Yellow = 0.55 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 45 | 67 | - |
| CMYK | 0 | 0.70 | 0.55 | 0.42 |
| HSL | 347.31º | 0.54% | 0.38% | - |
| HSV(B) | 347.31º | 0.7% | 0.58% | - |
| XYZ | 14.35 | 8.67 | 6.23 | - |
| YUV | 78.6 | 121.46 | 178.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 45 | 67 | 0 | 0.70 | 0.55 | 0.42 | 347.31 | 0.54 | 0.38 |
| Hex | 95 | 2D | 43 | 0 | 46 | 37 | 2A | 15B | 36 | 26 |
| Octal | 225 | 55 | 103 | 0 | 106 | 67 | 52 | 533 | 66 | 46 |
| Binary | 10010101 | 101101 | 1000011 | 0 | 1000110 | 110111 | 101010 | 101011011 | 110110 | 100110 |
Color Harmonies of #952D43
Complementary color
Monochromatic Colors of #952D43
Black with #952D43
Text Example
Text Example
White with #952D43
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #952D43; }
p { color: rgb(149,45,67); }
H1.HeaderClassName
{
color: #952D43;
}
.AnyTagClassName
{
color: #952D43;
}
</style>
background-color css
<style>
a { background-color: #952D43; }
a { background-color: rgb(149,45,67); }
div.DivClassName
{
background-color: #952D43;
}
.BgClassName
{
background-color: #952D43;
}
</style>
border-color css
<style>
span { border-color: #952D43; }
span { border-color: rgb(149,45,67); }
td.TdClassName
{
border-color: #952D43;
}
.TagClassName
{
border-color: #952D43;
}
</style>