Shades of Night Shadz #9B424A
Tints of Night Shadz #9B424A
RGB
CMYK
RGB Variations
Color information
#9B424A (or 0x9B424A) is known color: Night Shadz. HEX triplet: 9B, 42 and 4A. RGB value is (155,66,74). Sum of RGB (Red+Green+Blue) = 155+66+74=295 (39% of max value = 765). Red value is 155 (60.94% from 255 or 52.54% from 295); Green value is 66 (26.17% from 255 or 22.37% from 295); Blue value is 74 (29.30% from 255 or 25.08% from 295); Max value from RGB is 155 - color contains mainly: red. Hex color #9B424A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9B424A is #64BDB5. Grayscale: #5D5D5D. Windows color (decimal): -6602166 or 4866715. OLE color: 4866715.
HSL color Cylindrical-coordinate representation of color #9B424A: hue angle of 354.61º degrees, saturation: 0.4, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #9B424A is Cyan = 0, Magento = 0.57, Yellow = 0.52 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 155 | 66 | 74 | - |
| CMYK | 0 | 0.57 | 0.52 | 0.39 |
| HSL | 354.61º | 0.4% | 0.43% | - |
| HSV(B) | 354.61º | 0.57% | 0.61% | - |
| XYZ | 16.7 | 11.36 | 7.79 | - |
| YUV | 93.52 | 116.99 | 171.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 66 | 74 | 0 | 0.57 | 0.52 | 0.39 | 354.61 | 0.4 | 0.43 |
| Hex | 9B | 42 | 4A | 0 | 39 | 34 | 27 | 163 | 28 | 2B |
| Octal | 233 | 102 | 112 | 0 | 71 | 64 | 47 | 543 | 50 | 53 |
| Binary | 10011011 | 1000010 | 1001010 | 0 | 111001 | 110100 | 100111 | 101100011 | 101000 | 101011 |
Color Harmonies of #9B424A
Complementary color
Monochromatic Colors of #9B424A
Black with #9B424A
Text Example
Text Example
White with #9B424A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B424A; }
p { color: rgb(155,66,74); }
H1.HeaderClassName
{
color: #9B424A;
}
.AnyTagClassName
{
color: #9B424A;
}
</style>
background-color css
<style>
a { background-color: #9B424A; }
a { background-color: rgb(155,66,74); }
div.DivClassName
{
background-color: #9B424A;
}
.BgClassName
{
background-color: #9B424A;
}
</style>
border-color css
<style>
span { border-color: #9B424A; }
span { border-color: rgb(155,66,74); }
td.TdClassName
{
border-color: #9B424A;
}
.TagClassName
{
border-color: #9B424A;
}
</style>