Shades of Night Shadz #983D52
Tints of Night Shadz #983D52
RGB
CMYK
RGB Variations
Color information
#983D52 (or 0x983D52) is known color: Night Shadz. HEX triplet: 98, 3D and 52. RGB value is (152,61,82). Sum of RGB (Red+Green+Blue) = 152+61+82=295 (39% of max value = 765). Red value is 152 (59.77% from 255 or 51.53% from 295); Green value is 61 (24.22% from 255 or 20.68% from 295); Blue value is 82 (32.42% from 255 or 27.80% from 295); Max value from RGB is 152 - color contains mainly: red. Hex color #983D52 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #983D52 is #67C2AD. Grayscale: #5A5A5A. Windows color (decimal): -6800046 or 5389720. OLE color: 5389720.
HSL color Cylindrical-coordinate representation of color #983D52: hue angle of 346.15º degrees, saturation: 0.43, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #983D52 is Cyan = 0, Magento = 0.60, Yellow = 0.46 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 61 | 82 | - |
| CMYK | 0 | 0.60 | 0.46 | 0.40 |
| HSL | 346.15º | 0.43% | 0.42% | - |
| HSV(B) | 346.15º | 0.6% | 0.6% | - |
| XYZ | 16.14 | 10.62 | 9.18 | - |
| YUV | 90.6 | 123.15 | 171.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 61 | 82 | 0 | 0.60 | 0.46 | 0.40 | 346.15 | 0.43 | 0.42 |
| Hex | 98 | 3D | 52 | 0 | 3C | 2E | 28 | 15A | 2B | 2A |
| Octal | 230 | 75 | 122 | 0 | 74 | 56 | 50 | 532 | 53 | 52 |
| Binary | 10011000 | 111101 | 1010010 | 0 | 111100 | 101110 | 101000 | 101011010 | 101011 | 101010 |
Color Harmonies of #983D52
Complementary color
Monochromatic Colors of #983D52
Black with #983D52
Text Example
Text Example
White with #983D52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #983D52; }
p { color: rgb(152,61,82); }
H1.HeaderClassName
{
color: #983D52;
}
.AnyTagClassName
{
color: #983D52;
}
</style>
background-color css
<style>
a { background-color: #983D52; }
a { background-color: rgb(152,61,82); }
div.DivClassName
{
background-color: #983D52;
}
.BgClassName
{
background-color: #983D52;
}
</style>
border-color css
<style>
span { border-color: #983D52; }
span { border-color: rgb(152,61,82); }
td.TdClassName
{
border-color: #983D52;
}
.TagClassName
{
border-color: #983D52;
}
</style>