Shades of Night Shadz #983D4E
Tints of Night Shadz #983D4E
RGB
CMYK
RGB Variations
Color information
#983D4E (or 0x983D4E) is known color: Night Shadz. HEX triplet: 98, 3D and 4E. RGB value is (152,61,78). Sum of RGB (Red+Green+Blue) = 152+61+78=291 (38% of max value = 765). Red value is 152 (59.77% from 255 or 52.23% from 291); Green value is 61 (24.22% from 255 or 20.96% from 291); Blue value is 78 (30.86% from 255 or 26.80% from 291); Max value from RGB is 152 - color contains mainly: red. Hex color #983D4E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #983D4E is #67C2B1. Grayscale: #5A5A5A. Windows color (decimal): -6800050 or 5127576. OLE color: 5127576.
HSL color Cylindrical-coordinate representation of color #983D4E: hue angle of 348.79º degrees, saturation: 0.43, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #983D4E is Cyan = 0, Magento = 0.60, Yellow = 0.49 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 61 | 78 | - |
| CMYK | 0 | 0.60 | 0.49 | 0.40 |
| HSL | 348.79º | 0.43% | 0.42% | - |
| HSV(B) | 348.79º | 0.6% | 0.6% | - |
| XYZ | 15.99 | 10.56 | 8.4 | - |
| YUV | 90.15 | 121.15 | 172.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 61 | 78 | 0 | 0.60 | 0.49 | 0.40 | 348.79 | 0.43 | 0.42 |
| Hex | 98 | 3D | 4E | 0 | 3C | 31 | 28 | 15D | 2B | 2A |
| Octal | 230 | 75 | 116 | 0 | 74 | 61 | 50 | 535 | 53 | 52 |
| Binary | 10011000 | 111101 | 1001110 | 0 | 111100 | 110001 | 101000 | 101011101 | 101011 | 101010 |
Color Harmonies of #983D4E
Complementary color
Monochromatic Colors of #983D4E
Black with #983D4E
Text Example
Text Example
White with #983D4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #983D4E; }
p { color: rgb(152,61,78); }
H1.HeaderClassName
{
color: #983D4E;
}
.AnyTagClassName
{
color: #983D4E;
}
</style>
background-color css
<style>
a { background-color: #983D4E; }
a { background-color: rgb(152,61,78); }
div.DivClassName
{
background-color: #983D4E;
}
.BgClassName
{
background-color: #983D4E;
}
</style>
border-color css
<style>
span { border-color: #983D4E; }
span { border-color: rgb(152,61,78); }
td.TdClassName
{
border-color: #983D4E;
}
.TagClassName
{
border-color: #983D4E;
}
</style>