Shades of Night Shadz #95404D
Tints of Night Shadz #95404D
RGB
CMYK
RGB Variations
Color information
#95404D (or 0x95404D) is known color: Night Shadz. HEX triplet: 95, 40 and 4D. RGB value is (149,64,77). Sum of RGB (Red+Green+Blue) = 149+64+77=290 (38% of max value = 765). Red value is 149 (58.59% from 255 or 51.38% from 290); Green value is 64 (25.39% from 255 or 22.07% from 290); Blue value is 77 (30.47% from 255 or 26.55% from 290); Max value from RGB is 149 - color contains mainly: red. Hex color #95404D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #95404D is #6ABFB2. Grayscale: #5A5A5A. Windows color (decimal): -6995891 or 5062805. OLE color: 5062805.
HSL color Cylindrical-coordinate representation of color #95404D: hue angle of 350.82º degrees, saturation: 0.4, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #95404D is Cyan = 0, Magento = 0.57, Yellow = 0.48 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 64 | 77 | - |
| CMYK | 0 | 0.57 | 0.48 | 0.42 |
| HSL | 350.82º | 0.4% | 0.42% | - |
| HSV(B) | 350.82º | 0.57% | 0.58% | - |
| XYZ | 15.57 | 10.59 | 8.25 | - |
| YUV | 90.9 | 120.16 | 169.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 64 | 77 | 0 | 0.57 | 0.48 | 0.42 | 350.82 | 0.4 | 0.42 |
| Hex | 95 | 40 | 4D | 0 | 39 | 30 | 2A | 15F | 28 | 2A |
| Octal | 225 | 100 | 115 | 0 | 71 | 60 | 52 | 537 | 50 | 52 |
| Binary | 10010101 | 1000000 | 1001101 | 0 | 111001 | 110000 | 101010 | 101011111 | 101000 | 101010 |
Color Harmonies of #95404D
Complementary color
Monochromatic Colors of #95404D
Black with #95404D
Text Example
Text Example
White with #95404D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #95404D; }
p { color: rgb(149,64,77); }
H1.HeaderClassName
{
color: #95404D;
}
.AnyTagClassName
{
color: #95404D;
}
</style>
background-color css
<style>
a { background-color: #95404D; }
a { background-color: rgb(149,64,77); }
div.DivClassName
{
background-color: #95404D;
}
.BgClassName
{
background-color: #95404D;
}
</style>
border-color css
<style>
span { border-color: #95404D; }
span { border-color: rgb(149,64,77); }
td.TdClassName
{
border-color: #95404D;
}
.TagClassName
{
border-color: #95404D;
}
</style>