Shades of Disco #95183F
Tints of Disco #95183F
RGB
CMYK
RGB Variations
Color information
#95183F (or 0x95183F) is known color: Disco. HEX triplet: 95, 18 and 3F. RGB value is (149,24,63). Sum of RGB (Red+Green+Blue) = 149+24+63=236 (31% of max value = 765). Red value is 149 (58.59% from 255 or 63.14% from 236); Green value is 24 (9.77% from 255 or 10.17% from 236); Blue value is 63 (25% from 255 or 26.69% from 236); Max value from RGB is 149 - color contains mainly: red. Hex color #95183F is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #95183F is #6AE7C0. Grayscale: #414141. Windows color (decimal): -7006145 or 4135061. OLE color: 4135061.
HSL color Cylindrical-coordinate representation of color #95183F: hue angle of 341.28º degrees, saturation: 0.72, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #95183F is Cyan = 0, Magento = 0.84, Yellow = 0.58 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 24 | 63 | - |
| CMYK | 0 | 0.84 | 0.58 | 0.42 |
| HSL | 341.28º | 0.72% | 0.34% | - |
| HSV(B) | 341.28º | 0.84% | 0.58% | - |
| XYZ | 13.62 | 7.4 | 5.41 | - |
| YUV | 65.82 | 126.41 | 187.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 24 | 63 | 0 | 0.84 | 0.58 | 0.42 | 341.28 | 0.72 | 0.34 |
| Hex | 95 | 18 | 3F | 0 | 54 | 3A | 2A | 155 | 48 | 22 |
| Octal | 225 | 30 | 77 | 0 | 124 | 72 | 52 | 525 | 110 | 42 |
| Binary | 10010101 | 11000 | 111111 | 0 | 1010100 | 111010 | 101010 | 101010101 | 1001000 | 100010 |
Color Harmonies of #95183F
Complementary color
Monochromatic Colors of #95183F
Black with #95183F
Text Example
Text Example
White with #95183F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #95183F; }
p { color: rgb(149,24,63); }
H1.HeaderClassName
{
color: #95183F;
}
.AnyTagClassName
{
color: #95183F;
}
</style>
background-color css
<style>
a { background-color: #95183F; }
a { background-color: rgb(149,24,63); }
div.DivClassName
{
background-color: #95183F;
}
.BgClassName
{
background-color: #95183F;
}
</style>
border-color css
<style>
span { border-color: #95183F; }
span { border-color: rgb(149,24,63); }
td.TdClassName
{
border-color: #95183F;
}
.TagClassName
{
border-color: #95183F;
}
</style>