Shades of Night Shadz #B14249
Tints of Night Shadz #B14249
RGB
CMYK
RGB Variations
Color information
#B14249 (or 0xB14249) is known color: Night Shadz. HEX triplet: B1, 42 and 49. RGB value is (177,66,73). Sum of RGB (Red+Green+Blue) = 177+66+73=316 (41% of max value = 765). Red value is 177 (69.53% from 255 or 56.01% from 316); Green value is 66 (26.17% from 255 or 20.89% from 316); Blue value is 73 (28.91% from 255 or 23.10% from 316); Max value from RGB is 177 - color contains mainly: red. Hex color #B14249 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B14249 is #4EBDB6. Grayscale: #646464. Windows color (decimal): -5160375 or 4801201. OLE color: 4801201.
HSL color Cylindrical-coordinate representation of color #B14249: hue angle of 356.22º degrees, saturation: 0.46, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #B14249 is Cyan = 0, Magento = 0.63, Yellow = 0.59 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 66 | 73 | - |
| CMYK | 0 | 0.63 | 0.59 | 0.31 |
| HSL | 356.22º | 0.46% | 0.48% | - |
| HSV(B) | 356.22º | 0.63% | 0.69% | - |
| XYZ | 21.28 | 13.72 | 7.83 | - |
| YUV | 99.99 | 112.77 | 182.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 66 | 73 | 0 | 0.63 | 0.59 | 0.31 | 356.22 | 0.46 | 0.48 |
| Hex | B1 | 42 | 49 | 0 | 3F | 3B | 1F | 164 | 2E | 30 |
| Octal | 261 | 102 | 111 | 0 | 77 | 73 | 37 | 544 | 56 | 60 |
| Binary | 10110001 | 1000010 | 1001001 | 0 | 111111 | 111011 | 11111 | 101100100 | 101110 | 110000 |
Color Harmonies of #B14249
Complementary color
Monochromatic Colors of #B14249
Black with #B14249
Text Example
Text Example
White with #B14249
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B14249; }
p { color: rgb(177,66,73); }
H1.HeaderClassName
{
color: #B14249;
}
.AnyTagClassName
{
color: #B14249;
}
</style>
background-color css
<style>
a { background-color: #B14249; }
a { background-color: rgb(177,66,73); }
div.DivClassName
{
background-color: #B14249;
}
.BgClassName
{
background-color: #B14249;
}
</style>
border-color css
<style>
span { border-color: #B14249; }
span { border-color: rgb(177,66,73); }
td.TdClassName
{
border-color: #B14249;
}
.TagClassName
{
border-color: #B14249;
}
</style>