Shades of Night Shadz #9F344A
Tints of Night Shadz #9F344A
RGB
CMYK
RGB Variations
Color information
#9F344A (or 0x9F344A) is known color: Night Shadz. HEX triplet: 9F, 34 and 4A. RGB value is (159,52,74). Sum of RGB (Red+Green+Blue) = 159+52+74=285 (37% of max value = 765). Red value is 159 (62.5% from 255 or 55.79% from 285); Green value is 52 (20.70% from 255 or 18.25% from 285); Blue value is 74 (29.30% from 255 or 25.96% from 285); Max value from RGB is 159 - color contains mainly: red. Hex color #9F344A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9F344A is #60CBB5. Grayscale: #565656. Windows color (decimal): -6343606 or 4863135. OLE color: 4863135.
HSL color Cylindrical-coordinate representation of color #9F344A: hue angle of 347.66º degrees, saturation: 0.51, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #9F344A is Cyan = 0, Magento = 0.67, Yellow = 0.53 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 52 | 74 | - |
| CMYK | 0 | 0.67 | 0.53 | 0.38 |
| HSL | 347.66º | 0.51% | 0.41% | - |
| HSV(B) | 347.66º | 0.67% | 0.62% | - |
| XYZ | 16.76 | 10.32 | 7.59 | - |
| YUV | 86.5 | 120.95 | 179.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 52 | 74 | 0 | 0.67 | 0.53 | 0.38 | 347.66 | 0.51 | 0.41 |
| Hex | 9F | 34 | 4A | 0 | 43 | 35 | 26 | 15C | 33 | 29 |
| Octal | 237 | 64 | 112 | 0 | 103 | 65 | 46 | 534 | 63 | 51 |
| Binary | 10011111 | 110100 | 1001010 | 0 | 1000011 | 110101 | 100110 | 101011100 | 110011 | 101001 |
Color Harmonies of #9F344A
Complementary color
Monochromatic Colors of #9F344A
Black with #9F344A
Text Example
Text Example
White with #9F344A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F344A; }
p { color: rgb(159,52,74); }
H1.HeaderClassName
{
color: #9F344A;
}
.AnyTagClassName
{
color: #9F344A;
}
</style>
background-color css
<style>
a { background-color: #9F344A; }
a { background-color: rgb(159,52,74); }
div.DivClassName
{
background-color: #9F344A;
}
.BgClassName
{
background-color: #9F344A;
}
</style>
border-color css
<style>
span { border-color: #9F344A; }
span { border-color: rgb(159,52,74); }
td.TdClassName
{
border-color: #9F344A;
}
.TagClassName
{
border-color: #9F344A;
}
</style>