Shades of Night Shadz #964350
Tints of Night Shadz #964350
RGB
CMYK
RGB Variations
Color information
#964350 (or 0x964350) is known color: Night Shadz. HEX triplet: 96, 43 and 50. RGB value is (150,67,80). Sum of RGB (Red+Green+Blue) = 150+67+80=297 (39% of max value = 765). Red value is 150 (58.98% from 255 or 50.51% from 297); Green value is 67 (26.56% from 255 or 22.56% from 297); Blue value is 80 (31.64% from 255 or 26.94% from 297); Max value from RGB is 150 - color contains mainly: red. Hex color #964350 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #964350 is #69BCAF. Grayscale: #5D5D5D. Windows color (decimal): -6929584 or 5260182. OLE color: 5260182.
HSL color Cylindrical-coordinate representation of color #964350: hue angle of 350.6º degrees, saturation: 0.38, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #964350 is Cyan = 0, Magento = 0.55, Yellow = 0.47 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 67 | 80 | - |
| CMYK | 0 | 0.55 | 0.47 | 0.41 |
| HSL | 350.6º | 0.38% | 0.43% | - |
| HSV(B) | 350.6º | 0.55% | 0.59% | - |
| XYZ | 16.03 | 11.08 | 8.88 | - |
| YUV | 93.3 | 120.5 | 168.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 67 | 80 | 0 | 0.55 | 0.47 | 0.41 | 350.6 | 0.38 | 0.43 |
| Hex | 96 | 43 | 50 | 0 | 37 | 2F | 29 | 15F | 26 | 2B |
| Octal | 226 | 103 | 120 | 0 | 67 | 57 | 51 | 537 | 46 | 53 |
| Binary | 10010110 | 1000011 | 1010000 | 0 | 110111 | 101111 | 101001 | 101011111 | 100110 | 101011 |
Color Harmonies of #964350
Complementary color
Monochromatic Colors of #964350
Black with #964350
Text Example
Text Example
White with #964350
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #964350; }
p { color: rgb(150,67,80); }
H1.HeaderClassName
{
color: #964350;
}
.AnyTagClassName
{
color: #964350;
}
</style>
background-color css
<style>
a { background-color: #964350; }
a { background-color: rgb(150,67,80); }
div.DivClassName
{
background-color: #964350;
}
.BgClassName
{
background-color: #964350;
}
</style>
border-color css
<style>
span { border-color: #964350; }
span { border-color: rgb(150,67,80); }
td.TdClassName
{
border-color: #964350;
}
.TagClassName
{
border-color: #964350;
}
</style>