Shades of Night Shadz #963D52
Tints of Night Shadz #963D52
RGB
CMYK
RGB Variations
Color information
#963D52 (or 0x963D52) is known color: Night Shadz. HEX triplet: 96, 3D and 52. RGB value is (150,61,82). Sum of RGB (Red+Green+Blue) = 150+61+82=293 (38% of max value = 765). Red value is 150 (58.98% from 255 or 51.19% from 293); Green value is 61 (24.22% from 255 or 20.82% from 293); Blue value is 82 (32.42% from 255 or 27.99% from 293); Max value from RGB is 150 - color contains mainly: red. Hex color #963D52 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #963D52 is #69C2AD. Grayscale: #5A5A5A. Windows color (decimal): -6931118 or 5389718. OLE color: 5389718.
HSL color Cylindrical-coordinate representation of color #963D52: hue angle of 345.84º degrees, saturation: 0.42, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #963D52 is Cyan = 0, Magento = 0.59, Yellow = 0.45 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 61 | 82 | - |
| CMYK | 0 | 0.59 | 0.45 | 0.41 |
| HSL | 345.84º | 0.42% | 0.41% | - |
| HSV(B) | 345.84º | 0.59% | 0.59% | - |
| XYZ | 15.77 | 10.43 | 9.16 | - |
| YUV | 90.01 | 123.49 | 170.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 61 | 82 | 0 | 0.59 | 0.45 | 0.41 | 345.84 | 0.42 | 0.41 |
| Hex | 96 | 3D | 52 | 0 | 3B | 2D | 29 | 15A | 2A | 29 |
| Octal | 226 | 75 | 122 | 0 | 73 | 55 | 51 | 532 | 52 | 51 |
| Binary | 10010110 | 111101 | 1010010 | 0 | 111011 | 101101 | 101001 | 101011010 | 101010 | 101001 |
Color Harmonies of #963D52
Complementary color
Monochromatic Colors of #963D52
Black with #963D52
Text Example
Text Example
White with #963D52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #963D52; }
p { color: rgb(150,61,82); }
H1.HeaderClassName
{
color: #963D52;
}
.AnyTagClassName
{
color: #963D52;
}
</style>
background-color css
<style>
a { background-color: #963D52; }
a { background-color: rgb(150,61,82); }
div.DivClassName
{
background-color: #963D52;
}
.BgClassName
{
background-color: #963D52;
}
</style>
border-color css
<style>
span { border-color: #963D52; }
span { border-color: rgb(150,61,82); }
td.TdClassName
{
border-color: #963D52;
}
.TagClassName
{
border-color: #963D52;
}
</style>