Shades of Night Shadz #99474D
Tints of Night Shadz #99474D
RGB
CMYK
RGB Variations
Color information
#99474D (or 0x99474D) is known color: Night Shadz. HEX triplet: 99, 47 and 4D. RGB value is (153,71,77). Sum of RGB (Red+Green+Blue) = 153+71+77=301 (39% of max value = 765). Red value is 153 (60.16% from 255 or 50.83% from 301); Green value is 71 (28.12% from 255 or 23.59% from 301); Blue value is 77 (30.47% from 255 or 25.58% from 301); Max value from RGB is 153 - color contains mainly: red. Hex color #99474D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #99474D is #66B8B2. Grayscale: #606060. Windows color (decimal): -6731955 or 5064601. OLE color: 5064601.
HSL color Cylindrical-coordinate representation of color #99474D: hue angle of 355.61º degrees, saturation: 0.37, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #99474D is Cyan = 0, Magento = 0.54, Yellow = 0.50 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 71 | 77 | - |
| CMYK | 0 | 0.54 | 0.50 | 0.4 |
| HSL | 355.61º | 0.37% | 0.44% | - |
| HSV(B) | 355.61º | 0.54% | 0.6% | - |
| XYZ | 16.73 | 11.81 | 8.42 | - |
| YUV | 96.2 | 117.17 | 168.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 71 | 77 | 0 | 0.54 | 0.50 | 0.4 | 355.61 | 0.37 | 0.44 |
| Hex | 99 | 47 | 4D | 0 | 36 | 32 | 28 | 164 | 25 | 2C |
| Octal | 231 | 107 | 115 | 0 | 66 | 62 | 50 | 544 | 45 | 54 |
| Binary | 10011001 | 1000111 | 1001101 | 0 | 110110 | 110010 | 101000 | 101100100 | 100101 | 101100 |
Color Harmonies of #99474D
Complementary color
Monochromatic Colors of #99474D
Black with #99474D
Text Example
Text Example
White with #99474D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99474D; }
p { color: rgb(153,71,77); }
H1.HeaderClassName
{
color: #99474D;
}
.AnyTagClassName
{
color: #99474D;
}
</style>
background-color css
<style>
a { background-color: #99474D; }
a { background-color: rgb(153,71,77); }
div.DivClassName
{
background-color: #99474D;
}
.BgClassName
{
background-color: #99474D;
}
</style>
border-color css
<style>
span { border-color: #99474D; }
span { border-color: rgb(153,71,77); }
td.TdClassName
{
border-color: #99474D;
}
.TagClassName
{
border-color: #99474D;
}
</style>