Shades of Night Shadz #9E3250
Tints of Night Shadz #9E3250
RGB
CMYK
RGB Variations
Color information
#9E3250 (or 0x9E3250) is known color: Night Shadz. HEX triplet: 9E, 32 and 50. RGB value is (158,50,80). Sum of RGB (Red+Green+Blue) = 158+50+80=288 (38% of max value = 765). Red value is 158 (62.11% from 255 or 54.86% from 288); Green value is 50 (19.92% from 255 or 17.36% from 288); Blue value is 80 (31.64% from 255 or 27.78% from 288); Max value from RGB is 158 - color contains mainly: red. Hex color #9E3250 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9E3250 is #61CDAF. Grayscale: #555555. Windows color (decimal): -6409648 or 5255838. OLE color: 5255838.
HSL color Cylindrical-coordinate representation of color #9E3250: hue angle of 343.33º degrees, saturation: 0.52, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #9E3250 is Cyan = 0, Magento = 0.68, Yellow = 0.49 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 158 | 50 | 80 | - |
| CMYK | 0 | 0.68 | 0.49 | 0.38 |
| HSL | 343.33º | 0.52% | 0.41% | - |
| HSV(B) | 343.33º | 0.68% | 0.62% | - |
| XYZ | 16.69 | 10.13 | 8.66 | - |
| YUV | 85.71 | 124.78 | 179.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 50 | 80 | 0 | 0.68 | 0.49 | 0.38 | 343.33 | 0.52 | 0.41 |
| Hex | 9E | 32 | 50 | 0 | 44 | 31 | 26 | 157 | 34 | 29 |
| Octal | 236 | 62 | 120 | 0 | 104 | 61 | 46 | 527 | 64 | 51 |
| Binary | 10011110 | 110010 | 1010000 | 0 | 1000100 | 110001 | 100110 | 101010111 | 110100 | 101001 |
Color Harmonies of #9E3250
Complementary color
Monochromatic Colors of #9E3250
Black with #9E3250
Text Example
Text Example
White with #9E3250
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E3250; }
p { color: rgb(158,50,80); }
H1.HeaderClassName
{
color: #9E3250;
}
.AnyTagClassName
{
color: #9E3250;
}
</style>
background-color css
<style>
a { background-color: #9E3250; }
a { background-color: rgb(158,50,80); }
div.DivClassName
{
background-color: #9E3250;
}
.BgClassName
{
background-color: #9E3250;
}
</style>
border-color css
<style>
span { border-color: #9E3250; }
span { border-color: rgb(158,50,80); }
td.TdClassName
{
border-color: #9E3250;
}
.TagClassName
{
border-color: #9E3250;
}
</style>