Shades of Night Shadz #9B474F
Tints of Night Shadz #9B474F
RGB
CMYK
RGB Variations
Color information
#9B474F (or 0x9B474F) is known color: Night Shadz. HEX triplet: 9B, 47 and 4F. RGB value is (155,71,79). Sum of RGB (Red+Green+Blue) = 155+71+79=305 (40% of max value = 765). Red value is 155 (60.94% from 255 or 50.82% from 305); Green value is 71 (28.12% from 255 or 23.28% from 305); Blue value is 79 (31.25% from 255 or 25.90% from 305); Max value from RGB is 155 - color contains mainly: red. Hex color #9B474F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9B474F is #64B8B0. Grayscale: #616161. Windows color (decimal): -6600881 or 5195675. OLE color: 5195675.
HSL color Cylindrical-coordinate representation of color #9B474F: hue angle of 354.29º 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 #9B474F is Cyan = 0, Magento = 0.54, Yellow = 0.49 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 155 | 71 | 79 | - |
| CMYK | 0 | 0.54 | 0.49 | 0.39 |
| HSL | 354.29º | 0.37% | 0.44% | - |
| HSV(B) | 354.29º | 0.54% | 0.61% | - |
| XYZ | 17.18 | 12.04 | 8.82 | - |
| YUV | 97.03 | 117.83 | 169.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 71 | 79 | 0 | 0.54 | 0.49 | 0.39 | 354.29 | 0.37 | 0.44 |
| Hex | 9B | 47 | 4F | 0 | 36 | 31 | 27 | 162 | 25 | 2C |
| Octal | 233 | 107 | 117 | 0 | 66 | 61 | 47 | 542 | 45 | 54 |
| Binary | 10011011 | 1000111 | 1001111 | 0 | 110110 | 110001 | 100111 | 101100010 | 100101 | 101100 |
Color Harmonies of #9B474F
Complementary color
Monochromatic Colors of #9B474F
Black with #9B474F
Text Example
Text Example
White with #9B474F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B474F; }
p { color: rgb(155,71,79); }
H1.HeaderClassName
{
color: #9B474F;
}
.AnyTagClassName
{
color: #9B474F;
}
</style>
background-color css
<style>
a { background-color: #9B474F; }
a { background-color: rgb(155,71,79); }
div.DivClassName
{
background-color: #9B474F;
}
.BgClassName
{
background-color: #9B474F;
}
</style>
border-color css
<style>
span { border-color: #9B474F; }
span { border-color: rgb(155,71,79); }
td.TdClassName
{
border-color: #9B474F;
}
.TagClassName
{
border-color: #9B474F;
}
</style>