Shades of Night Shadz #9B464A
Tints of Night Shadz #9B464A
RGB
CMYK
RGB Variations
Color information
#9B464A (or 0x9B464A) is known color: Night Shadz. HEX triplet: 9B, 46 and 4A. RGB value is (155,70,74). Sum of RGB (Red+Green+Blue) = 155+70+74=299 (39% of max value = 765). Red value is 155 (60.94% from 255 or 51.84% from 299); Green value is 70 (27.73% from 255 or 23.41% from 299); Blue value is 74 (29.30% from 255 or 24.75% from 299); Max value from RGB is 155 - color contains mainly: red. Hex color #9B464A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9B464A is #64B9B5. Grayscale: #5F5F5F. Windows color (decimal): -6601142 or 4867739. OLE color: 4867739.
HSL color Cylindrical-coordinate representation of color #9B464A: hue angle of 357.18º degrees, saturation: 0.38, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #9B464A is Cyan = 0, Magento = 0.55, Yellow = 0.52 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 155 | 70 | 74 | - |
| CMYK | 0 | 0.55 | 0.52 | 0.39 |
| HSL | 357.18º | 0.38% | 0.44% | - |
| HSV(B) | 357.18º | 0.55% | 0.61% | - |
| XYZ | 16.94 | 11.84 | 7.87 | - |
| YUV | 95.87 | 115.66 | 170.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 70 | 74 | 0 | 0.55 | 0.52 | 0.39 | 357.18 | 0.38 | 0.44 |
| Hex | 9B | 46 | 4A | 0 | 37 | 34 | 27 | 165 | 26 | 2C |
| Octal | 233 | 106 | 112 | 0 | 67 | 64 | 47 | 545 | 46 | 54 |
| Binary | 10011011 | 1000110 | 1001010 | 0 | 110111 | 110100 | 100111 | 101100101 | 100110 | 101100 |
Color Harmonies of #9B464A
Complementary color
Monochromatic Colors of #9B464A
Black with #9B464A
Text Example
Text Example
White with #9B464A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B464A; }
p { color: rgb(155,70,74); }
H1.HeaderClassName
{
color: #9B464A;
}
.AnyTagClassName
{
color: #9B464A;
}
</style>
background-color css
<style>
a { background-color: #9B464A; }
a { background-color: rgb(155,70,74); }
div.DivClassName
{
background-color: #9B464A;
}
.BgClassName
{
background-color: #9B464A;
}
</style>
border-color css
<style>
span { border-color: #9B464A; }
span { border-color: rgb(155,70,74); }
td.TdClassName
{
border-color: #9B464A;
}
.TagClassName
{
border-color: #9B464A;
}
</style>