Shades of Night Shadz #953E50
Tints of Night Shadz #953E50
RGB
CMYK
RGB Variations
Color information
#953E50 (or 0x953E50) is known color: Night Shadz. HEX triplet: 95, 3E and 50. RGB value is (149,62,80). Sum of RGB (Red+Green+Blue) = 149+62+80=291 (38% of max value = 765). Red value is 149 (58.59% from 255 or 51.20% from 291); Green value is 62 (24.61% from 255 or 21.31% from 291); Blue value is 80 (31.64% from 255 or 27.49% from 291); Max value from RGB is 149 - color contains mainly: red. Hex color #953E50 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #953E50 is #6AC1AF. Grayscale: #5A5A5A. Windows color (decimal): -6996400 or 5258901. OLE color: 5258901.
HSL color Cylindrical-coordinate representation of color #953E50: hue angle of 347.59º degrees, saturation: 0.41, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #953E50 is Cyan = 0, Magento = 0.58, Yellow = 0.46 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 62 | 80 | - |
| CMYK | 0 | 0.58 | 0.46 | 0.42 |
| HSL | 347.59º | 0.41% | 0.41% | - |
| HSV(B) | 347.59º | 0.58% | 0.58% | - |
| XYZ | 15.57 | 10.41 | 8.78 | - |
| YUV | 90.07 | 122.32 | 170.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 62 | 80 | 0 | 0.58 | 0.46 | 0.42 | 347.59 | 0.41 | 0.41 |
| Hex | 95 | 3E | 50 | 0 | 3A | 2E | 2A | 15C | 29 | 29 |
| Octal | 225 | 76 | 120 | 0 | 72 | 56 | 52 | 534 | 51 | 51 |
| Binary | 10010101 | 111110 | 1010000 | 0 | 111010 | 101110 | 101010 | 101011100 | 101001 | 101001 |
Color Harmonies of #953E50
Complementary color
Monochromatic Colors of #953E50
Black with #953E50
Text Example
Text Example
White with #953E50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #953E50; }
p { color: rgb(149,62,80); }
H1.HeaderClassName
{
color: #953E50;
}
.AnyTagClassName
{
color: #953E50;
}
</style>
background-color css
<style>
a { background-color: #953E50; }
a { background-color: rgb(149,62,80); }
div.DivClassName
{
background-color: #953E50;
}
.BgClassName
{
background-color: #953E50;
}
</style>
border-color css
<style>
span { border-color: #953E50; }
span { border-color: rgb(149,62,80); }
td.TdClassName
{
border-color: #953E50;
}
.TagClassName
{
border-color: #953E50;
}
</style>