Shades of Night Shadz #9B384A
Tints of Night Shadz #9B384A
RGB
CMYK
RGB Variations
Color information
#9B384A (or 0x9B384A) is known color: Night Shadz. HEX triplet: 9B, 38 and 4A. RGB value is (155,56,74). Sum of RGB (Red+Green+Blue) = 155+56+74=285 (37% of max value = 765). Red value is 155 (60.94% from 255 or 54.39% from 285); Green value is 56 (22.27% from 255 or 19.65% from 285); Blue value is 74 (29.30% from 255 or 25.96% from 285); Max value from RGB is 155 - color contains mainly: red. Hex color #9B384A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9B384A is #64C7B5. Grayscale: #575757. Windows color (decimal): -6604726 or 4864155. OLE color: 4864155.
HSL color Cylindrical-coordinate representation of color #9B384A: hue angle of 349.09º 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 #9B384A is Cyan = 0, Magento = 0.64, Yellow = 0.52 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 155 | 56 | 74 | - |
| CMYK | 0 | 0.64 | 0.52 | 0.39 |
| HSL | 349.09º | 0.47% | 0.41% | - |
| HSV(B) | 349.09º | 0.64% | 0.61% | - |
| XYZ | 16.17 | 10.29 | 7.61 | - |
| YUV | 87.65 | 120.3 | 176.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 56 | 74 | 0 | 0.64 | 0.52 | 0.39 | 349.09 | 0.47 | 0.41 |
| Hex | 9B | 38 | 4A | 0 | 40 | 34 | 27 | 15D | 2F | 29 |
| Octal | 233 | 70 | 112 | 0 | 100 | 64 | 47 | 535 | 57 | 51 |
| Binary | 10011011 | 111000 | 1001010 | 0 | 1000000 | 110100 | 100111 | 101011101 | 101111 | 101001 |
Color Harmonies of #9B384A
Complementary color
Monochromatic Colors of #9B384A
Black with #9B384A
Text Example
Text Example
White with #9B384A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B384A; }
p { color: rgb(155,56,74); }
H1.HeaderClassName
{
color: #9B384A;
}
.AnyTagClassName
{
color: #9B384A;
}
</style>
background-color css
<style>
a { background-color: #9B384A; }
a { background-color: rgb(155,56,74); }
div.DivClassName
{
background-color: #9B384A;
}
.BgClassName
{
background-color: #9B384A;
}
</style>
border-color css
<style>
span { border-color: #9B384A; }
span { border-color: rgb(155,56,74); }
td.TdClassName
{
border-color: #9B384A;
}
.TagClassName
{
border-color: #9B384A;
}
</style>