Shades of Night Shadz #9C464F
Tints of Night Shadz #9C464F
RGB
CMYK
RGB Variations
Color information
#9C464F (or 0x9C464F) is known color: Night Shadz. HEX triplet: 9C, 46 and 4F. RGB value is (156,70,79). Sum of RGB (Red+Green+Blue) = 156+70+79=305 (40% of max value = 765). Red value is 156 (61.33% from 255 or 51.15% from 305); Green value is 70 (27.73% from 255 or 22.95% from 305); Blue value is 79 (31.25% from 255 or 25.90% from 305); Max value from RGB is 156 - color contains mainly: red. Hex color #9C464F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9C464F is #63B9B0. Grayscale: #606060. Windows color (decimal): -6535601 or 5195420. OLE color: 5195420.
HSL color Cylindrical-coordinate representation of color #9C464F: hue angle of 353.72º 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 #9C464F is Cyan = 0, Magento = 0.55, Yellow = 0.49 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 156 | 70 | 79 | - |
| CMYK | 0 | 0.55 | 0.49 | 0.39 |
| HSL | 353.72º | 0.38% | 0.44% | - |
| HSV(B) | 353.72º | 0.55% | 0.61% | - |
| XYZ | 17.31 | 12.01 | 8.8 | - |
| YUV | 96.74 | 117.99 | 170.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 70 | 79 | 0 | 0.55 | 0.49 | 0.39 | 353.72 | 0.38 | 0.44 |
| Hex | 9C | 46 | 4F | 0 | 37 | 31 | 27 | 162 | 26 | 2C |
| Octal | 234 | 106 | 117 | 0 | 67 | 61 | 47 | 542 | 46 | 54 |
| Binary | 10011100 | 1000110 | 1001111 | 0 | 110111 | 110001 | 100111 | 101100010 | 100110 | 101100 |
Color Harmonies of #9C464F
Complementary color
Monochromatic Colors of #9C464F
Black with #9C464F
Text Example
Text Example
White with #9C464F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C464F; }
p { color: rgb(156,70,79); }
H1.HeaderClassName
{
color: #9C464F;
}
.AnyTagClassName
{
color: #9C464F;
}
</style>
background-color css
<style>
a { background-color: #9C464F; }
a { background-color: rgb(156,70,79); }
div.DivClassName
{
background-color: #9C464F;
}
.BgClassName
{
background-color: #9C464F;
}
</style>
border-color css
<style>
span { border-color: #9C464F; }
span { border-color: rgb(156,70,79); }
td.TdClassName
{
border-color: #9C464F;
}
.TagClassName
{
border-color: #9C464F;
}
</style>