Shades of Night Shadz #983E51
Tints of Night Shadz #983E51
RGB
CMYK
RGB Variations
Color information
#983E51 (or 0x983E51) is known color: Night Shadz. HEX triplet: 98, 3E and 51. RGB value is (152,62,81). Sum of RGB (Red+Green+Blue) = 152+62+81=295 (39% of max value = 765). Red value is 152 (59.77% from 255 or 51.53% from 295); Green value is 62 (24.61% from 255 or 21.02% from 295); Blue value is 81 (32.03% from 255 or 27.46% from 295); Max value from RGB is 152 - color contains mainly: red. Hex color #983E51 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #983E51 is #67C1AE. Grayscale: #5B5B5B. Windows color (decimal): -6799791 or 5324440. OLE color: 5324440.
HSL color Cylindrical-coordinate representation of color #983E51: hue angle of 347.33º degrees, saturation: 0.42, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #983E51 is Cyan = 0, Magento = 0.59, Yellow = 0.47 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 62 | 81 | - |
| CMYK | 0 | 0.59 | 0.47 | 0.40 |
| HSL | 347.33º | 0.42% | 0.42% | - |
| HSV(B) | 347.33º | 0.59% | 0.6% | - |
| XYZ | 16.16 | 10.71 | 9 | - |
| YUV | 91.08 | 122.32 | 171.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 62 | 81 | 0 | 0.59 | 0.47 | 0.40 | 347.33 | 0.42 | 0.42 |
| Hex | 98 | 3E | 51 | 0 | 3B | 2F | 28 | 15B | 2A | 2A |
| Octal | 230 | 76 | 121 | 0 | 73 | 57 | 50 | 533 | 52 | 52 |
| Binary | 10011000 | 111110 | 1010001 | 0 | 111011 | 101111 | 101000 | 101011011 | 101010 | 101010 |
Color Harmonies of #983E51
Complementary color
Monochromatic Colors of #983E51
Black with #983E51
Text Example
Text Example
White with #983E51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #983E51; }
p { color: rgb(152,62,81); }
H1.HeaderClassName
{
color: #983E51;
}
.AnyTagClassName
{
color: #983E51;
}
</style>
background-color css
<style>
a { background-color: #983E51; }
a { background-color: rgb(152,62,81); }
div.DivClassName
{
background-color: #983E51;
}
.BgClassName
{
background-color: #983E51;
}
</style>
border-color css
<style>
span { border-color: #983E51; }
span { border-color: rgb(152,62,81); }
td.TdClassName
{
border-color: #983E51;
}
.TagClassName
{
border-color: #983E51;
}
</style>