Shades of Night Shadz #953A4E
Tints of Night Shadz #953A4E
RGB
CMYK
RGB Variations
Color information
#953A4E (or 0x953A4E) is known color: Night Shadz. HEX triplet: 95, 3A and 4E. RGB value is (149,58,78). Sum of RGB (Red+Green+Blue) = 149+58+78=285 (37% of max value = 765). Red value is 149 (58.59% from 255 or 52.28% from 285); Green value is 58 (23.05% from 255 or 20.35% from 285); Blue value is 78 (30.86% from 255 or 27.37% from 285); Max value from RGB is 149 - color contains mainly: red. Hex color #953A4E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #953A4E is #6AC5B1. Grayscale: #575757. Windows color (decimal): -6997426 or 5126805. OLE color: 5126805.
HSL color Cylindrical-coordinate representation of color #953A4E: hue angle of 346.81º degrees, saturation: 0.44, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #953A4E is Cyan = 0, Magento = 0.61, Yellow = 0.48 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 58 | 78 | - |
| CMYK | 0 | 0.61 | 0.48 | 0.42 |
| HSL | 346.81º | 0.44% | 0.41% | - |
| HSV(B) | 346.81º | 0.61% | 0.58% | - |
| XYZ | 15.28 | 9.97 | 8.33 | - |
| YUV | 87.49 | 122.65 | 171.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 58 | 78 | 0 | 0.61 | 0.48 | 0.42 | 346.81 | 0.44 | 0.41 |
| Hex | 95 | 3A | 4E | 0 | 3D | 30 | 2A | 15B | 2C | 29 |
| Octal | 225 | 72 | 116 | 0 | 75 | 60 | 52 | 533 | 54 | 51 |
| Binary | 10010101 | 111010 | 1001110 | 0 | 111101 | 110000 | 101010 | 101011011 | 101100 | 101001 |
Color Harmonies of #953A4E
Complementary color
Monochromatic Colors of #953A4E
Black with #953A4E
Text Example
Text Example
White with #953A4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #953A4E; }
p { color: rgb(149,58,78); }
H1.HeaderClassName
{
color: #953A4E;
}
.AnyTagClassName
{
color: #953A4E;
}
</style>
background-color css
<style>
a { background-color: #953A4E; }
a { background-color: rgb(149,58,78); }
div.DivClassName
{
background-color: #953A4E;
}
.BgClassName
{
background-color: #953A4E;
}
</style>
border-color css
<style>
span { border-color: #953A4E; }
span { border-color: rgb(149,58,78); }
td.TdClassName
{
border-color: #953A4E;
}
.TagClassName
{
border-color: #953A4E;
}
</style>