Shades of Night Shadz #9B474B
Tints of Night Shadz #9B474B
RGB
CMYK
RGB Variations
Color information
#9B474B (or 0x9B474B) is known color: Night Shadz. HEX triplet: 9B, 47 and 4B. RGB value is (155,71,75). Sum of RGB (Red+Green+Blue) = 155+71+75=301 (39% of max value = 765). Red value is 155 (60.94% from 255 or 51.50% from 301); Green value is 71 (28.12% from 255 or 23.59% from 301); Blue value is 75 (29.69% from 255 or 24.92% from 301); Max value from RGB is 155 - color contains mainly: red. Hex color #9B474B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9B474B is #64B8B4. Grayscale: #606060. Windows color (decimal): -6600885 or 4933531. OLE color: 4933531.
HSL color Cylindrical-coordinate representation of color #9B474B: hue angle of 357.14º degrees, saturation: 0.37, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #9B474B is Cyan = 0, Magento = 0.54, Yellow = 0.52 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 155 | 71 | 75 | - |
| CMYK | 0 | 0.54 | 0.52 | 0.39 |
| HSL | 357.14º | 0.37% | 0.44% | - |
| HSV(B) | 357.14º | 0.54% | 0.61% | - |
| XYZ | 17.04 | 11.98 | 8.07 | - |
| YUV | 96.57 | 115.83 | 169.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 71 | 75 | 0 | 0.54 | 0.52 | 0.39 | 357.14 | 0.37 | 0.44 |
| Hex | 9B | 47 | 4B | 0 | 36 | 34 | 27 | 165 | 25 | 2C |
| Octal | 233 | 107 | 113 | 0 | 66 | 64 | 47 | 545 | 45 | 54 |
| Binary | 10011011 | 1000111 | 1001011 | 0 | 110110 | 110100 | 100111 | 101100101 | 100101 | 101100 |
Color Harmonies of #9B474B
Complementary color
Monochromatic Colors of #9B474B
Black with #9B474B
Text Example
Text Example
White with #9B474B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B474B; }
p { color: rgb(155,71,75); }
H1.HeaderClassName
{
color: #9B474B;
}
.AnyTagClassName
{
color: #9B474B;
}
</style>
background-color css
<style>
a { background-color: #9B474B; }
a { background-color: rgb(155,71,75); }
div.DivClassName
{
background-color: #9B474B;
}
.BgClassName
{
background-color: #9B474B;
}
</style>
border-color css
<style>
span { border-color: #9B474B; }
span { border-color: rgb(155,71,75); }
td.TdClassName
{
border-color: #9B474B;
}
.TagClassName
{
border-color: #9B474B;
}
</style>