Shades of Night Shadz #9B414A
Tints of Night Shadz #9B414A
RGB
CMYK
RGB Variations
Color information
#9B414A (or 0x9B414A) is known color: Night Shadz. HEX triplet: 9B, 41 and 4A. RGB value is (155,65,74). Sum of RGB (Red+Green+Blue) = 155+65+74=294 (38% of max value = 765). Red value is 155 (60.94% from 255 or 52.72% from 294); Green value is 65 (25.78% from 255 or 22.11% from 294); Blue value is 74 (29.30% from 255 or 25.17% from 294); Max value from RGB is 155 - color contains mainly: red. Hex color #9B414A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9B414A is #64BEB5. Grayscale: #5C5C5C. Windows color (decimal): -6602422 or 4866459. OLE color: 4866459.
HSL color Cylindrical-coordinate representation of color #9B414A: hue angle of 354º degrees, saturation: 0.41, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #9B414A is Cyan = 0, Magento = 0.58, Yellow = 0.52 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 155 | 65 | 74 | - |
| CMYK | 0 | 0.58 | 0.52 | 0.39 |
| HSL | 354º | 0.41% | 0.43% | - |
| HSV(B) | 354º | 0.58% | 0.61% | - |
| XYZ | 16.64 | 11.24 | 7.77 | - |
| YUV | 92.94 | 117.32 | 172.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 65 | 74 | 0 | 0.58 | 0.52 | 0.39 | 354 | 0.41 | 0.43 |
| Hex | 9B | 41 | 4A | 0 | 3A | 34 | 27 | 162 | 29 | 2B |
| Octal | 233 | 101 | 112 | 0 | 72 | 64 | 47 | 542 | 51 | 53 |
| Binary | 10011011 | 1000001 | 1001010 | 0 | 111010 | 110100 | 100111 | 101100010 | 101001 | 101011 |
Color Harmonies of #9B414A
Complementary color
Monochromatic Colors of #9B414A
Black with #9B414A
Text Example
Text Example
White with #9B414A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B414A; }
p { color: rgb(155,65,74); }
H1.HeaderClassName
{
color: #9B414A;
}
.AnyTagClassName
{
color: #9B414A;
}
</style>
background-color css
<style>
a { background-color: #9B414A; }
a { background-color: rgb(155,65,74); }
div.DivClassName
{
background-color: #9B414A;
}
.BgClassName
{
background-color: #9B414A;
}
</style>
border-color css
<style>
span { border-color: #9B414A; }
span { border-color: rgb(155,65,74); }
td.TdClassName
{
border-color: #9B414A;
}
.TagClassName
{
border-color: #9B414A;
}
</style>