Shades of Night Shadz #B13950
Tints of Night Shadz #B13950
RGB
CMYK
RGB Variations
Color information
#B13950 (or 0xB13950) is known color: Night Shadz. HEX triplet: B1, 39 and 50. RGB value is (177,57,80). Sum of RGB (Red+Green+Blue) = 177+57+80=314 (41% of max value = 765). Red value is 177 (69.53% from 255 or 56.37% from 314); Green value is 57 (22.66% from 255 or 18.15% from 314); Blue value is 80 (31.64% from 255 or 25.48% from 314); Max value from RGB is 177 - color contains mainly: red. Hex color #B13950 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B13950 is #4EC6AF. Grayscale: #5F5F5F. Windows color (decimal): -5162672 or 5257649. OLE color: 5257649.
HSL color Cylindrical-coordinate representation of color #B13950: hue angle of 348.5º degrees, saturation: 0.51, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #B13950 is Cyan = 0, Magento = 0.68, Yellow = 0.55 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 57 | 80 | - |
| CMYK | 0 | 0.68 | 0.55 | 0.31 |
| HSL | 348.5º | 0.51% | 0.46% | - |
| HSV(B) | 348.5º | 0.68% | 0.69% | - |
| XYZ | 21.04 | 12.85 | 8.96 | - |
| YUV | 95.5 | 119.26 | 186.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 57 | 80 | 0 | 0.68 | 0.55 | 0.31 | 348.5 | 0.51 | 0.46 |
| Hex | B1 | 39 | 50 | 0 | 44 | 37 | 1F | 15C | 33 | 2E |
| Octal | 261 | 71 | 120 | 0 | 104 | 67 | 37 | 534 | 63 | 56 |
| Binary | 10110001 | 111001 | 1010000 | 0 | 1000100 | 110111 | 11111 | 101011100 | 110011 | 101110 |
Color Harmonies of #B13950
Complementary color
Monochromatic Colors of #B13950
Black with #B13950
Text Example
Text Example
White with #B13950
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B13950; }
p { color: rgb(177,57,80); }
H1.HeaderClassName
{
color: #B13950;
}
.AnyTagClassName
{
color: #B13950;
}
</style>
background-color css
<style>
a { background-color: #B13950; }
a { background-color: rgb(177,57,80); }
div.DivClassName
{
background-color: #B13950;
}
.BgClassName
{
background-color: #B13950;
}
</style>
border-color css
<style>
span { border-color: #B13950; }
span { border-color: rgb(177,57,80); }
td.TdClassName
{
border-color: #B13950;
}
.TagClassName
{
border-color: #B13950;
}
</style>