Shades of Night Shadz #9F3754
Tints of Night Shadz #9F3754
RGB
CMYK
RGB Variations
Color information
#9F3754 (or 0x9F3754) is known color: Night Shadz. HEX triplet: 9F, 37 and 54. RGB value is (159,55,84). Sum of RGB (Red+Green+Blue) = 159+55+84=298 (39% of max value = 765). Red value is 159 (62.5% from 255 or 53.36% from 298); Green value is 55 (21.88% from 255 or 18.46% from 298); Blue value is 84 (33.20% from 255 or 28.19% from 298); Max value from RGB is 159 - color contains mainly: red. Hex color #9F3754 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9F3754 is #60C8AB. Grayscale: #595959. Windows color (decimal): -6342828 or 5519263. OLE color: 5519263.
HSL color Cylindrical-coordinate representation of color #9F3754: hue angle of 343.27º degrees, saturation: 0.49, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #9F3754 is Cyan = 0, Magento = 0.65, Yellow = 0.47 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 55 | 84 | - |
| CMYK | 0 | 0.65 | 0.47 | 0.38 |
| HSL | 343.27º | 0.49% | 0.42% | - |
| HSV(B) | 343.27º | 0.65% | 0.62% | - |
| XYZ | 17.26 | 10.74 | 9.55 | - |
| YUV | 89.4 | 124.96 | 177.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 55 | 84 | 0 | 0.65 | 0.47 | 0.38 | 343.27 | 0.49 | 0.42 |
| Hex | 9F | 37 | 54 | 0 | 41 | 2F | 26 | 157 | 31 | 2A |
| Octal | 237 | 67 | 124 | 0 | 101 | 57 | 46 | 527 | 61 | 52 |
| Binary | 10011111 | 110111 | 1010100 | 0 | 1000001 | 101111 | 100110 | 101010111 | 110001 | 101010 |
Color Harmonies of #9F3754
Complementary color
Monochromatic Colors of #9F3754
Black with #9F3754
Text Example
Text Example
White with #9F3754
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F3754; }
p { color: rgb(159,55,84); }
H1.HeaderClassName
{
color: #9F3754;
}
.AnyTagClassName
{
color: #9F3754;
}
</style>
background-color css
<style>
a { background-color: #9F3754; }
a { background-color: rgb(159,55,84); }
div.DivClassName
{
background-color: #9F3754;
}
.BgClassName
{
background-color: #9F3754;
}
</style>
border-color css
<style>
span { border-color: #9F3754; }
span { border-color: rgb(159,55,84); }
td.TdClassName
{
border-color: #9F3754;
}
.TagClassName
{
border-color: #9F3754;
}
</style>