Shades of Disco #952643
Tints of Disco #952643
RGB
CMYK
RGB Variations
Color information
#952643 (or 0x952643) is known color: Disco. HEX triplet: 95, 26 and 43. RGB value is (149,38,67). Sum of RGB (Red+Green+Blue) = 149+38+67=254 (33% of max value = 765). Red value is 149 (58.59% from 255 or 58.66% from 254); Green value is 38 (15.23% from 255 or 14.96% from 254); Blue value is 67 (26.56% from 255 or 26.38% from 254); Max value from RGB is 149 - color contains mainly: red. Hex color #952643 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #952643 is #6AD9BC. Grayscale: #4A4A4A. Windows color (decimal): -7002557 or 4400789. OLE color: 4400789.
HSL color Cylindrical-coordinate representation of color #952643: hue angle of 344.32º degrees, saturation: 0.59, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #952643 is Cyan = 0, Magento = 0.74, Yellow = 0.55 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 38 | 67 | - |
| CMYK | 0 | 0.74 | 0.55 | 0.42 |
| HSL | 344.32º | 0.59% | 0.37% | - |
| HSV(B) | 344.32º | 0.74% | 0.58% | - |
| XYZ | 14.1 | 8.18 | 6.15 | - |
| YUV | 74.5 | 123.77 | 181.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 38 | 67 | 0 | 0.74 | 0.55 | 0.42 | 344.32 | 0.59 | 0.37 |
| Hex | 95 | 26 | 43 | 0 | 4A | 37 | 2A | 158 | 3B | 25 |
| Octal | 225 | 46 | 103 | 0 | 112 | 67 | 52 | 530 | 73 | 45 |
| Binary | 10010101 | 100110 | 1000011 | 0 | 1001010 | 110111 | 101010 | 101011000 | 111011 | 100101 |
Color Harmonies of #952643
Complementary color
Monochromatic Colors of #952643
Black with #952643
Text Example
Text Example
White with #952643
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #952643; }
p { color: rgb(149,38,67); }
H1.HeaderClassName
{
color: #952643;
}
.AnyTagClassName
{
color: #952643;
}
</style>
background-color css
<style>
a { background-color: #952643; }
a { background-color: rgb(149,38,67); }
div.DivClassName
{
background-color: #952643;
}
.BgClassName
{
background-color: #952643;
}
</style>
border-color css
<style>
span { border-color: #952643; }
span { border-color: rgb(149,38,67); }
td.TdClassName
{
border-color: #952643;
}
.TagClassName
{
border-color: #952643;
}
</style>