Shades of Night Shadz #9C374C
Tints of Night Shadz #9C374C
RGB
CMYK
RGB Variations
Color information
#9C374C (or 0x9C374C) is known color: Night Shadz. HEX triplet: 9C, 37 and 4C. RGB value is (156,55,76). Sum of RGB (Red+Green+Blue) = 156+55+76=287 (38% of max value = 765). Red value is 156 (61.33% from 255 or 54.36% from 287); Green value is 55 (21.88% from 255 or 19.16% from 287); Blue value is 76 (30.08% from 255 or 26.48% from 287); Max value from RGB is 156 - color contains mainly: red. Hex color #9C374C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9C374C is #63C8B3. Grayscale: #575757. Windows color (decimal): -6539444 or 4994972. OLE color: 4994972.
HSL color Cylindrical-coordinate representation of color #9C374C: hue angle of 347.52º degrees, saturation: 0.48, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #9C374C is Cyan = 0, Magento = 0.65, Yellow = 0.51 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 156 | 55 | 76 | - |
| CMYK | 0 | 0.65 | 0.51 | 0.39 |
| HSL | 347.52º | 0.48% | 0.41% | - |
| HSV(B) | 347.52º | 0.65% | 0.61% | - |
| XYZ | 16.38 | 10.32 | 7.97 | - |
| YUV | 87.59 | 121.46 | 176.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 55 | 76 | 0 | 0.65 | 0.51 | 0.39 | 347.52 | 0.48 | 0.41 |
| Hex | 9C | 37 | 4C | 0 | 41 | 33 | 27 | 15C | 30 | 29 |
| Octal | 234 | 67 | 114 | 0 | 101 | 63 | 47 | 534 | 60 | 51 |
| Binary | 10011100 | 110111 | 1001100 | 0 | 1000001 | 110011 | 100111 | 101011100 | 110000 | 101001 |
Color Harmonies of #9C374C
Complementary color
Monochromatic Colors of #9C374C
Black with #9C374C
Text Example
Text Example
White with #9C374C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C374C; }
p { color: rgb(156,55,76); }
H1.HeaderClassName
{
color: #9C374C;
}
.AnyTagClassName
{
color: #9C374C;
}
</style>
background-color css
<style>
a { background-color: #9C374C; }
a { background-color: rgb(156,55,76); }
div.DivClassName
{
background-color: #9C374C;
}
.BgClassName
{
background-color: #9C374C;
}
</style>
border-color css
<style>
span { border-color: #9C374C; }
span { border-color: rgb(156,55,76); }
td.TdClassName
{
border-color: #9C374C;
}
.TagClassName
{
border-color: #9C374C;
}
</style>