Shades of Night Shadz #984855
Tints of Night Shadz #984855
RGB
CMYK
RGB Variations
Color information
#984855 (or 0x984855) is known color: Night Shadz. HEX triplet: 98, 48 and 55. RGB value is (152,72,85). Sum of RGB (Red+Green+Blue) = 152+72+85=309 (40% of max value = 765). Red value is 152 (59.77% from 255 or 49.19% from 309); Green value is 72 (28.52% from 255 or 23.30% from 309); Blue value is 85 (33.59% from 255 or 27.51% from 309); Max value from RGB is 152 - color contains mainly: red. Hex color #984855 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #984855 is #67B7AA. Grayscale: #616161. Windows color (decimal): -6797227 or 5589144. OLE color: 5589144.
HSL color Cylindrical-coordinate representation of color #984855: hue angle of 350.25º degrees, saturation: 0.36, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #984855 is Cyan = 0, Magento = 0.53, Yellow = 0.44 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 72 | 85 | - |
| CMYK | 0 | 0.53 | 0.44 | 0.40 |
| HSL | 350.25º | 0.36% | 0.44% | - |
| HSV(B) | 350.25º | 0.53% | 0.6% | - |
| XYZ | 16.91 | 11.97 | 10.01 | - |
| YUV | 97.4 | 121 | 166.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 72 | 85 | 0 | 0.53 | 0.44 | 0.40 | 350.25 | 0.36 | 0.44 |
| Hex | 98 | 48 | 55 | 0 | 35 | 2C | 28 | 15E | 24 | 2C |
| Octal | 230 | 110 | 125 | 0 | 65 | 54 | 50 | 536 | 44 | 54 |
| Binary | 10011000 | 1001000 | 1010101 | 0 | 110101 | 101100 | 101000 | 101011110 | 100100 | 101100 |
Color Harmonies of #984855
Complementary color
Monochromatic Colors of #984855
Black with #984855
Text Example
Text Example
White with #984855
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #984855; }
p { color: rgb(152,72,85); }
H1.HeaderClassName
{
color: #984855;
}
.AnyTagClassName
{
color: #984855;
}
</style>
background-color css
<style>
a { background-color: #984855; }
a { background-color: rgb(152,72,85); }
div.DivClassName
{
background-color: #984855;
}
.BgClassName
{
background-color: #984855;
}
</style>
border-color css
<style>
span { border-color: #984855; }
span { border-color: rgb(152,72,85); }
td.TdClassName
{
border-color: #984855;
}
.TagClassName
{
border-color: #984855;
}
</style>