Shades of Night Shadz #9F434A
Tints of Night Shadz #9F434A
RGB
CMYK
RGB Variations
Color information
#9F434A (or 0x9F434A) is known color: Night Shadz. HEX triplet: 9F, 43 and 4A. RGB value is (159,67,74). Sum of RGB (Red+Green+Blue) = 159+67+74=300 (39% of max value = 765). Red value is 159 (62.5% from 255 or 53% from 300); Green value is 67 (26.56% from 255 or 22.33% from 300); Blue value is 74 (29.30% from 255 or 24.67% from 300); Max value from RGB is 159 - color contains mainly: red. Hex color #9F434A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9F434A is #60BCB5. Grayscale: #5F5F5F. Windows color (decimal): -6339766 or 4866975. OLE color: 4866975.
HSL color Cylindrical-coordinate representation of color #9F434A: hue angle of 355.43º degrees, saturation: 0.41, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #9F434A is Cyan = 0, Magento = 0.58, Yellow = 0.53 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 67 | 74 | - |
| CMYK | 0 | 0.58 | 0.53 | 0.38 |
| HSL | 355.43º | 0.41% | 0.44% | - |
| HSV(B) | 355.43º | 0.58% | 0.62% | - |
| XYZ | 17.54 | 11.88 | 7.85 | - |
| YUV | 95.31 | 115.98 | 173.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 67 | 74 | 0 | 0.58 | 0.53 | 0.38 | 355.43 | 0.41 | 0.44 |
| Hex | 9F | 43 | 4A | 0 | 3A | 35 | 26 | 163 | 29 | 2C |
| Octal | 237 | 103 | 112 | 0 | 72 | 65 | 46 | 543 | 51 | 54 |
| Binary | 10011111 | 1000011 | 1001010 | 0 | 111010 | 110101 | 100110 | 101100011 | 101001 | 101100 |
Color Harmonies of #9F434A
Complementary color
Monochromatic Colors of #9F434A
Black with #9F434A
Text Example
Text Example
White with #9F434A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F434A; }
p { color: rgb(159,67,74); }
H1.HeaderClassName
{
color: #9F434A;
}
.AnyTagClassName
{
color: #9F434A;
}
</style>
background-color css
<style>
a { background-color: #9F434A; }
a { background-color: rgb(159,67,74); }
div.DivClassName
{
background-color: #9F434A;
}
.BgClassName
{
background-color: #9F434A;
}
</style>
border-color css
<style>
span { border-color: #9F434A; }
span { border-color: rgb(159,67,74); }
td.TdClassName
{
border-color: #9F434A;
}
.TagClassName
{
border-color: #9F434A;
}
</style>