Shades of Night Shadz #9C354C
Tints of Night Shadz #9C354C
RGB
CMYK
RGB Variations
Color information
#9C354C (or 0x9C354C) is known color: Night Shadz. HEX triplet: 9C, 35 and 4C. RGB value is (156,53,76). Sum of RGB (Red+Green+Blue) = 156+53+76=285 (37% of max value = 765). Red value is 156 (61.33% from 255 or 54.74% from 285); Green value is 53 (21.09% from 255 or 18.60% from 285); Blue value is 76 (30.08% from 255 or 26.67% from 285); Max value from RGB is 156 - color contains mainly: red. Hex color #9C354C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9C354C is #63CAB3. Grayscale: #565656. Windows color (decimal): -6539956 or 4994460. OLE color: 4994460.
HSL color Cylindrical-coordinate representation of color #9C354C: hue angle of 346.6º degrees, saturation: 0.49, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #9C354C is Cyan = 0, Magento = 0.66, Yellow = 0.51 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 156 | 53 | 76 | - |
| CMYK | 0 | 0.66 | 0.51 | 0.39 |
| HSL | 346.6º | 0.49% | 0.41% | - |
| HSV(B) | 346.6º | 0.66% | 0.61% | - |
| XYZ | 16.29 | 10.14 | 7.94 | - |
| YUV | 86.42 | 122.12 | 177.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 53 | 76 | 0 | 0.66 | 0.51 | 0.39 | 346.6 | 0.49 | 0.41 |
| Hex | 9C | 35 | 4C | 0 | 42 | 33 | 27 | 15B | 31 | 29 |
| Octal | 234 | 65 | 114 | 0 | 102 | 63 | 47 | 533 | 61 | 51 |
| Binary | 10011100 | 110101 | 1001100 | 0 | 1000010 | 110011 | 100111 | 101011011 | 110001 | 101001 |
Color Harmonies of #9C354C
Complementary color
Monochromatic Colors of #9C354C
Black with #9C354C
Text Example
Text Example
White with #9C354C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C354C; }
p { color: rgb(156,53,76); }
H1.HeaderClassName
{
color: #9C354C;
}
.AnyTagClassName
{
color: #9C354C;
}
</style>
background-color css
<style>
a { background-color: #9C354C; }
a { background-color: rgb(156,53,76); }
div.DivClassName
{
background-color: #9C354C;
}
.BgClassName
{
background-color: #9C354C;
}
</style>
border-color css
<style>
span { border-color: #9C354C; }
span { border-color: rgb(156,53,76); }
td.TdClassName
{
border-color: #9C354C;
}
.TagClassName
{
border-color: #9C354C;
}
</style>