Shades of Night Shadz #984A53
Tints of Night Shadz #984A53
RGB
CMYK
RGB Variations
Color information
#984A53 (or 0x984A53) is known color: Night Shadz. HEX triplet: 98, 4A and 53. RGB value is (152,74,83). Sum of RGB (Red+Green+Blue) = 152+74+83=309 (40% of max value = 765). Red value is 152 (59.77% from 255 or 49.19% from 309); Green value is 74 (29.30% from 255 or 23.95% from 309); Blue value is 83 (32.81% from 255 or 26.86% from 309); Max value from RGB is 152 - color contains mainly: red. Hex color #984A53 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #984A53 is #67B5AC. Grayscale: #626262. Windows color (decimal): -6796717 or 5458584. OLE color: 5458584.
HSL color Cylindrical-coordinate representation of color #984A53: hue angle of 353.08º degrees, saturation: 0.35, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #984A53 is Cyan = 0, Magento = 0.51, Yellow = 0.45 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 74 | 83 | - |
| CMYK | 0 | 0.51 | 0.45 | 0.40 |
| HSL | 353.08º | 0.35% | 0.44% | - |
| HSV(B) | 353.08º | 0.51% | 0.6% | - |
| XYZ | 16.96 | 12.2 | 9.64 | - |
| YUV | 98.35 | 119.34 | 166.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 74 | 83 | 0 | 0.51 | 0.45 | 0.40 | 353.08 | 0.35 | 0.44 |
| Hex | 98 | 4A | 53 | 0 | 33 | 2D | 28 | 161 | 23 | 2C |
| Octal | 230 | 112 | 123 | 0 | 63 | 55 | 50 | 541 | 43 | 54 |
| Binary | 10011000 | 1001010 | 1010011 | 0 | 110011 | 101101 | 101000 | 101100001 | 100011 | 101100 |
Color Harmonies of #984A53
Complementary color
Monochromatic Colors of #984A53
Black with #984A53
Text Example
Text Example
White with #984A53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #984A53; }
p { color: rgb(152,74,83); }
H1.HeaderClassName
{
color: #984A53;
}
.AnyTagClassName
{
color: #984A53;
}
</style>
background-color css
<style>
a { background-color: #984A53; }
a { background-color: rgb(152,74,83); }
div.DivClassName
{
background-color: #984A53;
}
.BgClassName
{
background-color: #984A53;
}
</style>
border-color css
<style>
span { border-color: #984A53; }
span { border-color: rgb(152,74,83); }
td.TdClassName
{
border-color: #984A53;
}
.TagClassName
{
border-color: #984A53;
}
</style>