Shades of Night Shadz #9B384C
Tints of Night Shadz #9B384C
RGB
CMYK
RGB Variations
Color information
#9B384C (or 0x9B384C) is known color: Night Shadz. HEX triplet: 9B, 38 and 4C. RGB value is (155,56,76). Sum of RGB (Red+Green+Blue) = 155+56+76=287 (38% of max value = 765). Red value is 155 (60.94% from 255 or 54.01% from 287); Green value is 56 (22.27% from 255 or 19.51% from 287); Blue value is 76 (30.08% from 255 or 26.48% from 287); Max value from RGB is 155 - color contains mainly: red. Hex color #9B384C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9B384C is #64C7B3. Grayscale: #575757. Windows color (decimal): -6604724 or 4995227. OLE color: 4995227.
HSL color Cylindrical-coordinate representation of color #9B384C: hue angle of 347.88º degrees, saturation: 0.47, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #9B384C is Cyan = 0, Magento = 0.64, Yellow = 0.51 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 155 | 56 | 76 | - |
| CMYK | 0 | 0.64 | 0.51 | 0.39 |
| HSL | 347.88º | 0.47% | 0.41% | - |
| HSV(B) | 347.88º | 0.64% | 0.61% | - |
| XYZ | 16.24 | 10.32 | 7.97 | - |
| YUV | 87.88 | 121.3 | 175.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 56 | 76 | 0 | 0.64 | 0.51 | 0.39 | 347.88 | 0.47 | 0.41 |
| Hex | 9B | 38 | 4C | 0 | 40 | 33 | 27 | 15C | 2F | 29 |
| Octal | 233 | 70 | 114 | 0 | 100 | 63 | 47 | 534 | 57 | 51 |
| Binary | 10011011 | 111000 | 1001100 | 0 | 1000000 | 110011 | 100111 | 101011100 | 101111 | 101001 |
Color Harmonies of #9B384C
Complementary color
Monochromatic Colors of #9B384C
Black with #9B384C
Text Example
Text Example
White with #9B384C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B384C; }
p { color: rgb(155,56,76); }
H1.HeaderClassName
{
color: #9B384C;
}
.AnyTagClassName
{
color: #9B384C;
}
</style>
background-color css
<style>
a { background-color: #9B384C; }
a { background-color: rgb(155,56,76); }
div.DivClassName
{
background-color: #9B384C;
}
.BgClassName
{
background-color: #9B384C;
}
</style>
border-color css
<style>
span { border-color: #9B384C; }
span { border-color: rgb(155,56,76); }
td.TdClassName
{
border-color: #9B384C;
}
.TagClassName
{
border-color: #9B384C;
}
</style>