Shades of Night Shadz #9F364F
Tints of Night Shadz #9F364F
RGB
CMYK
RGB Variations
Color information
#9F364F (or 0x9F364F) is known color: Night Shadz. HEX triplet: 9F, 36 and 4F. RGB value is (159,54,79). Sum of RGB (Red+Green+Blue) = 159+54+79=292 (38% of max value = 765). Red value is 159 (62.5% from 255 or 54.45% from 292); Green value is 54 (21.48% from 255 or 18.49% from 292); Blue value is 79 (31.25% from 255 or 27.05% from 292); Max value from RGB is 159 - color contains mainly: red. Hex color #9F364F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9F364F is #60C9B0. Grayscale: #585858. Windows color (decimal): -6343089 or 5191327. OLE color: 5191327.
HSL color Cylindrical-coordinate representation of color #9F364F: hue angle of 345.71º degrees, saturation: 0.49, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #9F364F is Cyan = 0, Magento = 0.66, Yellow = 0.50 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 54 | 79 | - |
| CMYK | 0 | 0.66 | 0.50 | 0.38 |
| HSL | 345.71º | 0.49% | 0.42% | - |
| HSV(B) | 345.71º | 0.66% | 0.62% | - |
| XYZ | 17.03 | 10.57 | 8.54 | - |
| YUV | 88.25 | 122.79 | 178.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 54 | 79 | 0 | 0.66 | 0.50 | 0.38 | 345.71 | 0.49 | 0.42 |
| Hex | 9F | 36 | 4F | 0 | 42 | 32 | 26 | 15A | 31 | 2A |
| Octal | 237 | 66 | 117 | 0 | 102 | 62 | 46 | 532 | 61 | 52 |
| Binary | 10011111 | 110110 | 1001111 | 0 | 1000010 | 110010 | 100110 | 101011010 | 110001 | 101010 |
Color Harmonies of #9F364F
Complementary color
Monochromatic Colors of #9F364F
Black with #9F364F
Text Example
Text Example
White with #9F364F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F364F; }
p { color: rgb(159,54,79); }
H1.HeaderClassName
{
color: #9F364F;
}
.AnyTagClassName
{
color: #9F364F;
}
</style>
background-color css
<style>
a { background-color: #9F364F; }
a { background-color: rgb(159,54,79); }
div.DivClassName
{
background-color: #9F364F;
}
.BgClassName
{
background-color: #9F364F;
}
</style>
border-color css
<style>
span { border-color: #9F364F; }
span { border-color: rgb(159,54,79); }
td.TdClassName
{
border-color: #9F364F;
}
.TagClassName
{
border-color: #9F364F;
}
</style>