Shades of Night Shadz #984650
Tints of Night Shadz #984650
RGB
CMYK
RGB Variations
Color information
#984650 (or 0x984650) is known color: Night Shadz. HEX triplet: 98, 46 and 50. RGB value is (152,70,80). Sum of RGB (Red+Green+Blue) = 152+70+80=302 (40% of max value = 765). Red value is 152 (59.77% from 255 or 50.33% from 302); Green value is 70 (27.73% from 255 or 23.18% from 302); Blue value is 80 (31.64% from 255 or 26.49% from 302); Max value from RGB is 152 - color contains mainly: red. Hex color #984650 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #984650 is #67B9AF. Grayscale: #5F5F5F. Windows color (decimal): -6797744 or 5260952. OLE color: 5260952.
HSL color Cylindrical-coordinate representation of color #984650: hue angle of 352.68º degrees, saturation: 0.37, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #984650 is Cyan = 0, Magento = 0.54, Yellow = 0.47 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 70 | 80 | - |
| CMYK | 0 | 0.54 | 0.47 | 0.40 |
| HSL | 352.68º | 0.37% | 0.44% | - |
| HSV(B) | 352.68º | 0.54% | 0.6% | - |
| XYZ | 16.59 | 11.63 | 8.96 | - |
| YUV | 95.66 | 119.17 | 168.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 70 | 80 | 0 | 0.54 | 0.47 | 0.40 | 352.68 | 0.37 | 0.44 |
| Hex | 98 | 46 | 50 | 0 | 36 | 2F | 28 | 161 | 25 | 2C |
| Octal | 230 | 106 | 120 | 0 | 66 | 57 | 50 | 541 | 45 | 54 |
| Binary | 10011000 | 1000110 | 1010000 | 0 | 110110 | 101111 | 101000 | 101100001 | 100101 | 101100 |
Color Harmonies of #984650
Complementary color
Monochromatic Colors of #984650
Black with #984650
Text Example
Text Example
White with #984650
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #984650; }
p { color: rgb(152,70,80); }
H1.HeaderClassName
{
color: #984650;
}
.AnyTagClassName
{
color: #984650;
}
</style>
background-color css
<style>
a { background-color: #984650; }
a { background-color: rgb(152,70,80); }
div.DivClassName
{
background-color: #984650;
}
.BgClassName
{
background-color: #984650;
}
</style>
border-color css
<style>
span { border-color: #984650; }
span { border-color: rgb(152,70,80); }
td.TdClassName
{
border-color: #984650;
}
.TagClassName
{
border-color: #984650;
}
</style>