Shades of Night Shadz #98464D
Tints of Night Shadz #98464D
RGB
CMYK
RGB Variations
Color information
#98464D (or 0x98464D) is known color: Night Shadz. HEX triplet: 98, 46 and 4D. RGB value is (152,70,77). Sum of RGB (Red+Green+Blue) = 152+70+77=299 (39% of max value = 765). Red value is 152 (59.77% from 255 or 50.84% from 299); Green value is 70 (27.73% from 255 or 23.41% from 299); Blue value is 77 (30.47% from 255 or 25.75% from 299); Max value from RGB is 152 - color contains mainly: red. Hex color #98464D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #98464D is #67B9B2. Grayscale: #5F5F5F. Windows color (decimal): -6797747 or 5064344. OLE color: 5064344.
HSL color Cylindrical-coordinate representation of color #98464D: hue angle of 354.88º 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 #98464D is Cyan = 0, Magento = 0.54, Yellow = 0.49 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 70 | 77 | - |
| CMYK | 0 | 0.54 | 0.49 | 0.40 |
| HSL | 354.88º | 0.37% | 0.44% | - |
| HSV(B) | 354.88º | 0.54% | 0.6% | - |
| XYZ | 16.48 | 11.59 | 8.39 | - |
| YUV | 95.32 | 117.67 | 168.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 70 | 77 | 0 | 0.54 | 0.49 | 0.40 | 354.88 | 0.37 | 0.44 |
| Hex | 98 | 46 | 4D | 0 | 36 | 31 | 28 | 163 | 25 | 2C |
| Octal | 230 | 106 | 115 | 0 | 66 | 61 | 50 | 543 | 45 | 54 |
| Binary | 10011000 | 1000110 | 1001101 | 0 | 110110 | 110001 | 101000 | 101100011 | 100101 | 101100 |
Color Harmonies of #98464D
Complementary color
Monochromatic Colors of #98464D
Black with #98464D
Text Example
Text Example
White with #98464D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98464D; }
p { color: rgb(152,70,77); }
H1.HeaderClassName
{
color: #98464D;
}
.AnyTagClassName
{
color: #98464D;
}
</style>
background-color css
<style>
a { background-color: #98464D; }
a { background-color: rgb(152,70,77); }
div.DivClassName
{
background-color: #98464D;
}
.BgClassName
{
background-color: #98464D;
}
</style>
border-color css
<style>
span { border-color: #98464D; }
span { border-color: rgb(152,70,77); }
td.TdClassName
{
border-color: #98464D;
}
.TagClassName
{
border-color: #98464D;
}
</style>