Shades of Disco #95113E
Tints of Disco #95113E
RGB
CMYK
RGB Variations
Color information
#95113E (or 0x95113E) is known color: Disco. HEX triplet: 95, 11 and 3E. RGB value is (149,17,62). Sum of RGB (Red+Green+Blue) = 149+17+62=228 (30% of max value = 765). Red value is 149 (58.59% from 255 or 65.35% from 228); Green value is 17 (7.03% from 255 or 7.46% from 228); Blue value is 62 (24.61% from 255 or 27.19% from 228); Max value from RGB is 149 - color contains mainly: red. Hex color #95113E is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #95113E is #6AEEC1. Grayscale: #3D3D3D. Windows color (decimal): -7007938 or 4067733. OLE color: 4067733.
HSL color Cylindrical-coordinate representation of color #95113E: hue angle of 339.55º degrees, saturation: 0.8, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #95113E is Cyan = 0, Magento = 0.89, Yellow = 0.58 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 17 | 62 | - |
| CMYK | 0 | 0.89 | 0.58 | 0.42 |
| HSL | 339.55º | 0.8% | 0.33% | - |
| HSV(B) | 339.55º | 0.89% | 0.58% | - |
| XYZ | 13.46 | 7.14 | 5.23 | - |
| YUV | 61.6 | 128.23 | 190.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 17 | 62 | 0 | 0.89 | 0.58 | 0.42 | 339.55 | 0.8 | 0.33 |
| Hex | 95 | 11 | 3E | 0 | 59 | 3A | 2A | 154 | 50 | 21 |
| Octal | 225 | 21 | 76 | 0 | 131 | 72 | 52 | 524 | 120 | 41 |
| Binary | 10010101 | 10001 | 111110 | 0 | 1011001 | 111010 | 101010 | 101010100 | 1010000 | 100001 |
Color Harmonies of #95113E
Complementary color
Monochromatic Colors of #95113E
Black with #95113E
Text Example
Text Example
White with #95113E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #95113E; }
p { color: rgb(149,17,62); }
H1.HeaderClassName
{
color: #95113E;
}
.AnyTagClassName
{
color: #95113E;
}
</style>
background-color css
<style>
a { background-color: #95113E; }
a { background-color: rgb(149,17,62); }
div.DivClassName
{
background-color: #95113E;
}
.BgClassName
{
background-color: #95113E;
}
</style>
border-color css
<style>
span { border-color: #95113E; }
span { border-color: rgb(149,17,62); }
td.TdClassName
{
border-color: #95113E;
}
.TagClassName
{
border-color: #95113E;
}
</style>