Shades of Night Shadz #984555
Tints of Night Shadz #984555
RGB
CMYK
RGB Variations
Color information
#984555 (or 0x984555) is known color: Night Shadz. HEX triplet: 98, 45 and 55. RGB value is (152,69,85). Sum of RGB (Red+Green+Blue) = 152+69+85=306 (40% of max value = 765). Red value is 152 (59.77% from 255 or 49.67% from 306); Green value is 69 (27.34% from 255 or 22.55% from 306); Blue value is 85 (33.59% from 255 or 27.78% from 306); Max value from RGB is 152 - color contains mainly: red. Hex color #984555 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #984555 is #67BAAA. Grayscale: #5F5F5F. Windows color (decimal): -6797995 or 5588376. OLE color: 5588376.
HSL color Cylindrical-coordinate representation of color #984555: hue angle of 348.43º degrees, saturation: 0.38, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #984555 is Cyan = 0, Magento = 0.55, Yellow = 0.44 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 69 | 85 | - |
| CMYK | 0 | 0.55 | 0.44 | 0.40 |
| HSL | 348.43º | 0.38% | 0.43% | - |
| HSV(B) | 348.43º | 0.55% | 0.6% | - |
| XYZ | 16.72 | 11.59 | 9.95 | - |
| YUV | 95.64 | 122 | 168.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 69 | 85 | 0 | 0.55 | 0.44 | 0.40 | 348.43 | 0.38 | 0.43 |
| Hex | 98 | 45 | 55 | 0 | 37 | 2C | 28 | 15C | 26 | 2B |
| Octal | 230 | 105 | 125 | 0 | 67 | 54 | 50 | 534 | 46 | 53 |
| Binary | 10011000 | 1000101 | 1010101 | 0 | 110111 | 101100 | 101000 | 101011100 | 100110 | 101011 |
Color Harmonies of #984555
Complementary color
Monochromatic Colors of #984555
Black with #984555
Text Example
Text Example
White with #984555
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #984555; }
p { color: rgb(152,69,85); }
H1.HeaderClassName
{
color: #984555;
}
.AnyTagClassName
{
color: #984555;
}
</style>
background-color css
<style>
a { background-color: #984555; }
a { background-color: rgb(152,69,85); }
div.DivClassName
{
background-color: #984555;
}
.BgClassName
{
background-color: #984555;
}
</style>
border-color css
<style>
span { border-color: #984555; }
span { border-color: rgb(152,69,85); }
td.TdClassName
{
border-color: #984555;
}
.TagClassName
{
border-color: #984555;
}
</style>