Shades of Night Shadz #9C424A
Tints of Night Shadz #9C424A
RGB
CMYK
RGB Variations
Color information
#9C424A (or 0x9C424A) is known color: Night Shadz. HEX triplet: 9C, 42 and 4A. RGB value is (156,66,74). Sum of RGB (Red+Green+Blue) = 156+66+74=296 (39% of max value = 765). Red value is 156 (61.33% from 255 or 52.70% from 296); Green value is 66 (26.17% from 255 or 22.30% from 296); Blue value is 74 (29.30% from 255 or 25% from 296); Max value from RGB is 156 - color contains mainly: red. Hex color #9C424A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9C424A is #63BDB5. Grayscale: #5D5D5D. Windows color (decimal): -6536630 or 4866716. OLE color: 4866716.
HSL color Cylindrical-coordinate representation of color #9C424A: hue angle of 354.67º degrees, saturation: 0.41, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #9C424A is Cyan = 0, Magento = 0.58, Yellow = 0.53 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 156 | 66 | 74 | - |
| CMYK | 0 | 0.58 | 0.53 | 0.39 |
| HSL | 354.67º | 0.41% | 0.44% | - |
| HSV(B) | 354.67º | 0.58% | 0.61% | - |
| XYZ | 16.89 | 11.46 | 7.8 | - |
| YUV | 93.82 | 116.82 | 172.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 66 | 74 | 0 | 0.58 | 0.53 | 0.39 | 354.67 | 0.41 | 0.44 |
| Hex | 9C | 42 | 4A | 0 | 3A | 35 | 27 | 163 | 29 | 2C |
| Octal | 234 | 102 | 112 | 0 | 72 | 65 | 47 | 543 | 51 | 54 |
| Binary | 10011100 | 1000010 | 1001010 | 0 | 111010 | 110101 | 100111 | 101100011 | 101001 | 101100 |
Color Harmonies of #9C424A
Complementary color
Monochromatic Colors of #9C424A
Black with #9C424A
Text Example
Text Example
White with #9C424A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C424A; }
p { color: rgb(156,66,74); }
H1.HeaderClassName
{
color: #9C424A;
}
.AnyTagClassName
{
color: #9C424A;
}
</style>
background-color css
<style>
a { background-color: #9C424A; }
a { background-color: rgb(156,66,74); }
div.DivClassName
{
background-color: #9C424A;
}
.BgClassName
{
background-color: #9C424A;
}
</style>
border-color css
<style>
span { border-color: #9C424A; }
span { border-color: rgb(156,66,74); }
td.TdClassName
{
border-color: #9C424A;
}
.TagClassName
{
border-color: #9C424A;
}
</style>