Shades of Night Shadz #983A49
Tints of Night Shadz #983A49
RGB
CMYK
RGB Variations
Color information
#983A49 (or 0x983A49) is known color: Night Shadz. HEX triplet: 98, 3A and 49. RGB value is (152,58,73). Sum of RGB (Red+Green+Blue) = 152+58+73=283 (37% of max value = 765). Red value is 152 (59.77% from 255 or 53.71% from 283); Green value is 58 (23.05% from 255 or 20.49% from 283); Blue value is 73 (28.91% from 255 or 25.80% from 283); Max value from RGB is 152 - color contains mainly: red. Hex color #983A49 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #983A49 is #67C5B6. Grayscale: #575757. Windows color (decimal): -6800823 or 4799128. OLE color: 4799128.
HSL color Cylindrical-coordinate representation of color #983A49: hue angle of 350.43º degrees, saturation: 0.45, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #983A49 is Cyan = 0, Magento = 0.62, Yellow = 0.52 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 58 | 73 | - |
| CMYK | 0 | 0.62 | 0.52 | 0.40 |
| HSL | 350.43º | 0.45% | 0.41% | - |
| HSV(B) | 350.43º | 0.62% | 0.6% | - |
| XYZ | 15.66 | 10.18 | 7.44 | - |
| YUV | 87.82 | 119.64 | 173.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 58 | 73 | 0 | 0.62 | 0.52 | 0.40 | 350.43 | 0.45 | 0.41 |
| Hex | 98 | 3A | 49 | 0 | 3E | 34 | 28 | 15E | 2D | 29 |
| Octal | 230 | 72 | 111 | 0 | 76 | 64 | 50 | 536 | 55 | 51 |
| Binary | 10011000 | 111010 | 1001001 | 0 | 111110 | 110100 | 101000 | 101011110 | 101101 | 101001 |
Color Harmonies of #983A49
Complementary color
Monochromatic Colors of #983A49
Black with #983A49
Text Example
Text Example
White with #983A49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #983A49; }
p { color: rgb(152,58,73); }
H1.HeaderClassName
{
color: #983A49;
}
.AnyTagClassName
{
color: #983A49;
}
</style>
background-color css
<style>
a { background-color: #983A49; }
a { background-color: rgb(152,58,73); }
div.DivClassName
{
background-color: #983A49;
}
.BgClassName
{
background-color: #983A49;
}
</style>
border-color css
<style>
span { border-color: #983A49; }
span { border-color: rgb(152,58,73); }
td.TdClassName
{
border-color: #983A49;
}
.TagClassName
{
border-color: #983A49;
}
</style>