Shades of Night Shadz #9A464C
Tints of Night Shadz #9A464C
RGB
CMYK
RGB Variations
Color information
#9A464C (or 0x9A464C) is known color: Night Shadz. HEX triplet: 9A, 46 and 4C. RGB value is (154,70,76). Sum of RGB (Red+Green+Blue) = 154+70+76=300 (39% of max value = 765). Red value is 154 (60.55% from 255 or 51.33% from 300); Green value is 70 (27.73% from 255 or 23.33% from 300); Blue value is 76 (30.08% from 255 or 25.33% from 300); Max value from RGB is 154 - color contains mainly: red. Hex color #9A464C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9A464C is #65B9B3. Grayscale: #5F5F5F. Windows color (decimal): -6666676 or 4998810. OLE color: 4998810.
HSL color Cylindrical-coordinate representation of color #9A464C: hue angle of 355.71º degrees, saturation: 0.38, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #9A464C is Cyan = 0, Magento = 0.55, Yellow = 0.51 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 154 | 70 | 76 | - |
| CMYK | 0 | 0.55 | 0.51 | 0.40 |
| HSL | 355.71º | 0.38% | 0.44% | - |
| HSV(B) | 355.71º | 0.55% | 0.6% | - |
| XYZ | 16.82 | 11.77 | 8.22 | - |
| YUV | 95.8 | 116.83 | 169.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 70 | 76 | 0 | 0.55 | 0.51 | 0.40 | 355.71 | 0.38 | 0.44 |
| Hex | 9A | 46 | 4C | 0 | 37 | 33 | 28 | 164 | 26 | 2C |
| Octal | 232 | 106 | 114 | 0 | 67 | 63 | 50 | 544 | 46 | 54 |
| Binary | 10011010 | 1000110 | 1001100 | 0 | 110111 | 110011 | 101000 | 101100100 | 100110 | 101100 |
Color Harmonies of #9A464C
Complementary color
Monochromatic Colors of #9A464C
Black with #9A464C
Text Example
Text Example
White with #9A464C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A464C; }
p { color: rgb(154,70,76); }
H1.HeaderClassName
{
color: #9A464C;
}
.AnyTagClassName
{
color: #9A464C;
}
</style>
background-color css
<style>
a { background-color: #9A464C; }
a { background-color: rgb(154,70,76); }
div.DivClassName
{
background-color: #9A464C;
}
.BgClassName
{
background-color: #9A464C;
}
</style>
border-color css
<style>
span { border-color: #9A464C; }
span { border-color: rgb(154,70,76); }
td.TdClassName
{
border-color: #9A464C;
}
.TagClassName
{
border-color: #9A464C;
}
</style>