Shades of Night Shadz #9C474E
Tints of Night Shadz #9C474E
RGB
CMYK
RGB Variations
Color information
#9C474E (or 0x9C474E) is known color: Night Shadz. HEX triplet: 9C, 47 and 4E. RGB value is (156,71,78). Sum of RGB (Red+Green+Blue) = 156+71+78=305 (40% of max value = 765). Red value is 156 (61.33% from 255 or 51.15% from 305); Green value is 71 (28.12% from 255 or 23.28% from 305); Blue value is 78 (30.86% from 255 or 25.57% from 305); Max value from RGB is 156 - color contains mainly: red. Hex color #9C474E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9C474E is #63B8B1. Grayscale: #616161. Windows color (decimal): -6535346 or 5130140. OLE color: 5130140.
HSL color Cylindrical-coordinate representation of color #9C474E: hue angle of 355.06º degrees, saturation: 0.37, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #9C474E is Cyan = 0, Magento = 0.54, Yellow = 0.5 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 156 | 71 | 78 | - |
| CMYK | 0 | 0.54 | 0.5 | 0.39 |
| HSL | 355.06º | 0.37% | 0.45% | - |
| HSV(B) | 355.06º | 0.54% | 0.61% | - |
| XYZ | 17.34 | 12.12 | 8.63 | - |
| YUV | 97.21 | 117.16 | 169.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 71 | 78 | 0 | 0.54 | 0.5 | 0.39 | 355.06 | 0.37 | 0.45 |
| Hex | 9C | 47 | 4E | 0 | 36 | 32 | 27 | 163 | 25 | 2D |
| Octal | 234 | 107 | 116 | 0 | 66 | 62 | 47 | 543 | 45 | 55 |
| Binary | 10011100 | 1000111 | 1001110 | 0 | 110110 | 110010 | 100111 | 101100011 | 100101 | 101101 |
Color Harmonies of #9C474E
Complementary color
Monochromatic Colors of #9C474E
Black with #9C474E
Text Example
Text Example
White with #9C474E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C474E; }
p { color: rgb(156,71,78); }
H1.HeaderClassName
{
color: #9C474E;
}
.AnyTagClassName
{
color: #9C474E;
}
</style>
background-color css
<style>
a { background-color: #9C474E; }
a { background-color: rgb(156,71,78); }
div.DivClassName
{
background-color: #9C474E;
}
.BgClassName
{
background-color: #9C474E;
}
</style>
border-color css
<style>
span { border-color: #9C474E; }
span { border-color: rgb(156,71,78); }
td.TdClassName
{
border-color: #9C474E;
}
.TagClassName
{
border-color: #9C474E;
}
</style>