Shades of Night Shadz #9F354A
Tints of Night Shadz #9F354A
RGB
CMYK
RGB Variations
Color information
#9F354A (or 0x9F354A) is known color: Night Shadz. HEX triplet: 9F, 35 and 4A. RGB value is (159,53,74). Sum of RGB (Red+Green+Blue) = 159+53+74=286 (37% of max value = 765). Red value is 159 (62.5% from 255 or 55.59% from 286); Green value is 53 (21.09% from 255 or 18.53% from 286); Blue value is 74 (29.30% from 255 or 25.87% from 286); Max value from RGB is 159 - color contains mainly: red. Hex color #9F354A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9F354A is #60CAB5. Grayscale: #575757. Windows color (decimal): -6343350 or 4863391. OLE color: 4863391.
HSL color Cylindrical-coordinate representation of color #9F354A: hue angle of 348.11º degrees, saturation: 0.5, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #9F354A is Cyan = 0, Magento = 0.67, Yellow = 0.53 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 53 | 74 | - |
| CMYK | 0 | 0.67 | 0.53 | 0.38 |
| HSL | 348.11º | 0.5% | 0.42% | - |
| HSV(B) | 348.11º | 0.67% | 0.62% | - |
| XYZ | 16.81 | 10.41 | 7.6 | - |
| YUV | 87.09 | 120.62 | 179.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 53 | 74 | 0 | 0.67 | 0.53 | 0.38 | 348.11 | 0.5 | 0.42 |
| Hex | 9F | 35 | 4A | 0 | 43 | 35 | 26 | 15C | 32 | 2A |
| Octal | 237 | 65 | 112 | 0 | 103 | 65 | 46 | 534 | 62 | 52 |
| Binary | 10011111 | 110101 | 1001010 | 0 | 1000011 | 110101 | 100110 | 101011100 | 110010 | 101010 |
Color Harmonies of #9F354A
Complementary color
Monochromatic Colors of #9F354A
Black with #9F354A
Text Example
Text Example
White with #9F354A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F354A; }
p { color: rgb(159,53,74); }
H1.HeaderClassName
{
color: #9F354A;
}
.AnyTagClassName
{
color: #9F354A;
}
</style>
background-color css
<style>
a { background-color: #9F354A; }
a { background-color: rgb(159,53,74); }
div.DivClassName
{
background-color: #9F354A;
}
.BgClassName
{
background-color: #9F354A;
}
</style>
border-color css
<style>
span { border-color: #9F354A; }
span { border-color: rgb(159,53,74); }
td.TdClassName
{
border-color: #9F354A;
}
.TagClassName
{
border-color: #9F354A;
}
</style>