Shades of Night Shadz #B34049
Tints of Night Shadz #B34049
RGB
CMYK
RGB Variations
Color information
#B34049 (or 0xB34049) is known color: Night Shadz. HEX triplet: B3, 40 and 49. RGB value is (179,64,73). Sum of RGB (Red+Green+Blue) = 179+64+73=316 (41% of max value = 765). Red value is 179 (70.31% from 255 or 56.65% from 316); Green value is 64 (25.39% from 255 or 20.25% from 316); Blue value is 73 (28.91% from 255 or 23.10% from 316); Max value from RGB is 179 - color contains mainly: red. Hex color #B34049 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B34049 is #4CBFB6. Grayscale: #636363. Windows color (decimal): -5029815 or 4800691. OLE color: 4800691.
HSL color Cylindrical-coordinate representation of color #B34049: hue angle of 355.3º degrees, saturation: 0.47, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #B34049 is Cyan = 0, Magento = 0.64, Yellow = 0.59 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 64 | 73 | - |
| CMYK | 0 | 0.64 | 0.59 | 0.30 |
| HSL | 355.3º | 0.47% | 0.48% | - |
| HSV(B) | 355.3º | 0.64% | 0.7% | - |
| XYZ | 21.63 | 13.73 | 7.81 | - |
| YUV | 99.41 | 113.1 | 184.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 64 | 73 | 0 | 0.64 | 0.59 | 0.30 | 355.3 | 0.47 | 0.48 |
| Hex | B3 | 40 | 49 | 0 | 40 | 3B | 1E | 163 | 2F | 30 |
| Octal | 263 | 100 | 111 | 0 | 100 | 73 | 36 | 543 | 57 | 60 |
| Binary | 10110011 | 1000000 | 1001001 | 0 | 1000000 | 111011 | 11110 | 101100011 | 101111 | 110000 |
Color Harmonies of #B34049
Complementary color
Monochromatic Colors of #B34049
Black with #B34049
Text Example
Text Example
White with #B34049
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B34049; }
p { color: rgb(179,64,73); }
H1.HeaderClassName
{
color: #B34049;
}
.AnyTagClassName
{
color: #B34049;
}
</style>
background-color css
<style>
a { background-color: #B34049; }
a { background-color: rgb(179,64,73); }
div.DivClassName
{
background-color: #B34049;
}
.BgClassName
{
background-color: #B34049;
}
</style>
border-color css
<style>
span { border-color: #B34049; }
span { border-color: rgb(179,64,73); }
td.TdClassName
{
border-color: #B34049;
}
.TagClassName
{
border-color: #B34049;
}
</style>