Shades of Night Shadz #9F3650
Tints of Night Shadz #9F3650
RGB
CMYK
RGB Variations
Color information
#9F3650 (or 0x9F3650) is known color: Night Shadz. HEX triplet: 9F, 36 and 50. RGB value is (159,54,80). Sum of RGB (Red+Green+Blue) = 159+54+80=293 (38% of max value = 765). Red value is 159 (62.5% from 255 or 54.27% from 293); Green value is 54 (21.48% from 255 or 18.43% from 293); Blue value is 80 (31.64% from 255 or 27.30% from 293); Max value from RGB is 159 - color contains mainly: red. Hex color #9F3650 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9F3650 is #60C9AF. Grayscale: #585858. Windows color (decimal): -6343088 or 5256863. OLE color: 5256863.
HSL color Cylindrical-coordinate representation of color #9F3650: hue angle of 345.14º 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 #9F3650 is Cyan = 0, Magento = 0.66, Yellow = 0.50 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 54 | 80 | - |
| CMYK | 0 | 0.66 | 0.50 | 0.38 |
| HSL | 345.14º | 0.49% | 0.42% | - |
| HSV(B) | 345.14º | 0.66% | 0.62% | - |
| XYZ | 17.07 | 10.59 | 8.73 | - |
| YUV | 88.36 | 123.29 | 178.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 54 | 80 | 0 | 0.66 | 0.50 | 0.38 | 345.14 | 0.49 | 0.42 |
| Hex | 9F | 36 | 50 | 0 | 42 | 32 | 26 | 159 | 31 | 2A |
| Octal | 237 | 66 | 120 | 0 | 102 | 62 | 46 | 531 | 61 | 52 |
| Binary | 10011111 | 110110 | 1010000 | 0 | 1000010 | 110010 | 100110 | 101011001 | 110001 | 101010 |
Color Harmonies of #9F3650
Complementary color
Monochromatic Colors of #9F3650
Black with #9F3650
Text Example
Text Example
White with #9F3650
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F3650; }
p { color: rgb(159,54,80); }
H1.HeaderClassName
{
color: #9F3650;
}
.AnyTagClassName
{
color: #9F3650;
}
</style>
background-color css
<style>
a { background-color: #9F3650; }
a { background-color: rgb(159,54,80); }
div.DivClassName
{
background-color: #9F3650;
}
.BgClassName
{
background-color: #9F3650;
}
</style>
border-color css
<style>
span { border-color: #9F3650; }
span { border-color: rgb(159,54,80); }
td.TdClassName
{
border-color: #9F3650;
}
.TagClassName
{
border-color: #9F3650;
}
</style>