Shades of Night Shadz #9A424C
Tints of Night Shadz #9A424C
RGB
CMYK
RGB Variations
Color information
#9A424C (or 0x9A424C) is known color: Night Shadz. HEX triplet: 9A, 42 and 4C. RGB value is (154,66,76). Sum of RGB (Red+Green+Blue) = 154+66+76=296 (39% of max value = 765). Red value is 154 (60.55% from 255 or 52.03% from 296); Green value is 66 (26.17% from 255 or 22.30% from 296); Blue value is 76 (30.08% from 255 or 25.68% from 296); Max value from RGB is 154 - color contains mainly: red. Hex color #9A424C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9A424C is #65BDB3. Grayscale: #5D5D5D. Windows color (decimal): -6667700 or 4997786. OLE color: 4997786.
HSL color Cylindrical-coordinate representation of color #9A424C: hue angle of 353.18º degrees, saturation: 0.4, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #9A424C is Cyan = 0, Magento = 0.57, Yellow = 0.51 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 154 | 66 | 76 | - |
| CMYK | 0 | 0.57 | 0.51 | 0.40 |
| HSL | 353.18º | 0.4% | 0.43% | - |
| HSV(B) | 353.18º | 0.57% | 0.6% | - |
| XYZ | 16.58 | 11.29 | 8.14 | - |
| YUV | 93.45 | 118.15 | 171.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 66 | 76 | 0 | 0.57 | 0.51 | 0.40 | 353.18 | 0.4 | 0.43 |
| Hex | 9A | 42 | 4C | 0 | 39 | 33 | 28 | 161 | 28 | 2B |
| Octal | 232 | 102 | 114 | 0 | 71 | 63 | 50 | 541 | 50 | 53 |
| Binary | 10011010 | 1000010 | 1001100 | 0 | 111001 | 110011 | 101000 | 101100001 | 101000 | 101011 |
Color Harmonies of #9A424C
Complementary color
Monochromatic Colors of #9A424C
Black with #9A424C
Text Example
Text Example
White with #9A424C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A424C; }
p { color: rgb(154,66,76); }
H1.HeaderClassName
{
color: #9A424C;
}
.AnyTagClassName
{
color: #9A424C;
}
</style>
background-color css
<style>
a { background-color: #9A424C; }
a { background-color: rgb(154,66,76); }
div.DivClassName
{
background-color: #9A424C;
}
.BgClassName
{
background-color: #9A424C;
}
</style>
border-color css
<style>
span { border-color: #9A424C; }
span { border-color: rgb(154,66,76); }
td.TdClassName
{
border-color: #9A424C;
}
.TagClassName
{
border-color: #9A424C;
}
</style>