Shades of Night Shadz #9B424C
Tints of Night Shadz #9B424C
RGB
CMYK
RGB Variations
Color information
#9B424C (or 0x9B424C) is known color: Night Shadz. HEX triplet: 9B, 42 and 4C. RGB value is (155,66,76). Sum of RGB (Red+Green+Blue) = 155+66+76=297 (39% of max value = 765). Red value is 155 (60.94% from 255 or 52.19% from 297); Green value is 66 (26.17% from 255 or 22.22% from 297); Blue value is 76 (30.08% from 255 or 25.59% from 297); Max value from RGB is 155 - color contains mainly: red. Hex color #9B424C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9B424C is #64BDB3. Grayscale: #5D5D5D. Windows color (decimal): -6602164 or 4997787. OLE color: 4997787.
HSL color Cylindrical-coordinate representation of color #9B424C: hue angle of 353.26º 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 #9B424C is Cyan = 0, Magento = 0.57, Yellow = 0.51 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 155 | 66 | 76 | - |
| CMYK | 0 | 0.57 | 0.51 | 0.39 |
| HSL | 353.26º | 0.4% | 0.43% | - |
| HSV(B) | 353.26º | 0.57% | 0.61% | - |
| XYZ | 16.77 | 11.39 | 8.15 | - |
| YUV | 93.75 | 117.99 | 171.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 66 | 76 | 0 | 0.57 | 0.51 | 0.39 | 353.26 | 0.4 | 0.43 |
| Hex | 9B | 42 | 4C | 0 | 39 | 33 | 27 | 161 | 28 | 2B |
| Octal | 233 | 102 | 114 | 0 | 71 | 63 | 47 | 541 | 50 | 53 |
| Binary | 10011011 | 1000010 | 1001100 | 0 | 111001 | 110011 | 100111 | 101100001 | 101000 | 101011 |
Color Harmonies of #9B424C
Complementary color
Monochromatic Colors of #9B424C
Black with #9B424C
Text Example
Text Example
White with #9B424C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B424C; }
p { color: rgb(155,66,76); }
H1.HeaderClassName
{
color: #9B424C;
}
.AnyTagClassName
{
color: #9B424C;
}
</style>
background-color css
<style>
a { background-color: #9B424C; }
a { background-color: rgb(155,66,76); }
div.DivClassName
{
background-color: #9B424C;
}
.BgClassName
{
background-color: #9B424C;
}
</style>
border-color css
<style>
span { border-color: #9B424C; }
span { border-color: rgb(155,66,76); }
td.TdClassName
{
border-color: #9B424C;
}
.TagClassName
{
border-color: #9B424C;
}
</style>