Shades of Night Shadz #983248
Tints of Night Shadz #983248
RGB
CMYK
RGB Variations
Color information
#983248 (or 0x983248) is known color: Night Shadz. HEX triplet: 98, 32 and 48. RGB value is (152,50,72). Sum of RGB (Red+Green+Blue) = 152+50+72=274 (36% of max value = 765). Red value is 152 (59.77% from 255 or 55.47% from 274); Green value is 50 (19.92% from 255 or 18.25% from 274); Blue value is 72 (28.52% from 255 or 26.28% from 274); Max value from RGB is 152 - color contains mainly: red. Hex color #983248 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #983248 is #67CDB7. Grayscale: #535353. Windows color (decimal): -6802872 or 4731544. OLE color: 4731544.
HSL color Cylindrical-coordinate representation of color #983248: hue angle of 347.06º degrees, saturation: 0.5, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #983248 is Cyan = 0, Magento = 0.67, Yellow = 0.53 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 50 | 72 | - |
| CMYK | 0 | 0.67 | 0.53 | 0.40 |
| HSL | 347.06º | 0.5% | 0.4% | - |
| HSV(B) | 347.06º | 0.67% | 0.6% | - |
| XYZ | 15.26 | 9.42 | 7.15 | - |
| YUV | 83.01 | 121.79 | 177.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 50 | 72 | 0 | 0.67 | 0.53 | 0.40 | 347.06 | 0.5 | 0.4 |
| Hex | 98 | 32 | 48 | 0 | 43 | 35 | 28 | 15B | 32 | 28 |
| Octal | 230 | 62 | 110 | 0 | 103 | 65 | 50 | 533 | 62 | 50 |
| Binary | 10011000 | 110010 | 1001000 | 0 | 1000011 | 110101 | 101000 | 101011011 | 110010 | 101000 |
Color Harmonies of #983248
Complementary color
Monochromatic Colors of #983248
Black with #983248
Text Example
Text Example
White with #983248
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #983248; }
p { color: rgb(152,50,72); }
H1.HeaderClassName
{
color: #983248;
}
.AnyTagClassName
{
color: #983248;
}
</style>
background-color css
<style>
a { background-color: #983248; }
a { background-color: rgb(152,50,72); }
div.DivClassName
{
background-color: #983248;
}
.BgClassName
{
background-color: #983248;
}
</style>
border-color css
<style>
span { border-color: #983248; }
span { border-color: rgb(152,50,72); }
td.TdClassName
{
border-color: #983248;
}
.TagClassName
{
border-color: #983248;
}
</style>