Shades of Night Shadz #9A364A
Tints of Night Shadz #9A364A
RGB
CMYK
RGB Variations
Color information
#9A364A (or 0x9A364A) is known color: Night Shadz. HEX triplet: 9A, 36 and 4A. RGB value is (154,54,74). Sum of RGB (Red+Green+Blue) = 154+54+74=282 (37% of max value = 765). Red value is 154 (60.55% from 255 or 54.61% from 282); Green value is 54 (21.48% from 255 or 19.15% from 282); Blue value is 74 (29.30% from 255 or 26.24% from 282); Max value from RGB is 154 - color contains mainly: red. Hex color #9A364A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9A364A is #65C9B5. Grayscale: #565656. Windows color (decimal): -6670774 or 4863642. OLE color: 4863642.
HSL color Cylindrical-coordinate representation of color #9A364A: hue angle of 348º degrees, saturation: 0.48, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #9A364A is Cyan = 0, Magento = 0.65, Yellow = 0.52 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 154 | 54 | 74 | - |
| CMYK | 0 | 0.65 | 0.52 | 0.40 |
| HSL | 348º | 0.48% | 0.41% | - |
| HSV(B) | 348º | 0.65% | 0.6% | - |
| XYZ | 15.88 | 10 | 7.57 | - |
| YUV | 86.18 | 121.13 | 176.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 54 | 74 | 0 | 0.65 | 0.52 | 0.40 | 348 | 0.48 | 0.41 |
| Hex | 9A | 36 | 4A | 0 | 41 | 34 | 28 | 15C | 30 | 29 |
| Octal | 232 | 66 | 112 | 0 | 101 | 64 | 50 | 534 | 60 | 51 |
| Binary | 10011010 | 110110 | 1001010 | 0 | 1000001 | 110100 | 101000 | 101011100 | 110000 | 101001 |
Color Harmonies of #9A364A
Complementary color
Monochromatic Colors of #9A364A
Black with #9A364A
Text Example
Text Example
White with #9A364A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A364A; }
p { color: rgb(154,54,74); }
H1.HeaderClassName
{
color: #9A364A;
}
.AnyTagClassName
{
color: #9A364A;
}
</style>
background-color css
<style>
a { background-color: #9A364A; }
a { background-color: rgb(154,54,74); }
div.DivClassName
{
background-color: #9A364A;
}
.BgClassName
{
background-color: #9A364A;
}
</style>
border-color css
<style>
span { border-color: #9A364A; }
span { border-color: rgb(154,54,74); }
td.TdClassName
{
border-color: #9A364A;
}
.TagClassName
{
border-color: #9A364A;
}
</style>