Shades of Night Shadz #B13D4A
Tints of Night Shadz #B13D4A
RGB
CMYK
RGB Variations
Color information
#B13D4A (or 0xB13D4A) is known color: Night Shadz. HEX triplet: B1, 3D and 4A. RGB value is (177,61,74). Sum of RGB (Red+Green+Blue) = 177+61+74=312 (41% of max value = 765). Red value is 177 (69.53% from 255 or 56.73% from 312); Green value is 61 (24.22% from 255 or 19.55% from 312); Blue value is 74 (29.30% from 255 or 23.72% from 312); Max value from RGB is 177 - color contains mainly: red. Hex color #B13D4A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B13D4A is #4EC2B5. Grayscale: #616161. Windows color (decimal): -5161654 or 4865457. OLE color: 4865457.
HSL color Cylindrical-coordinate representation of color #B13D4A: hue angle of 353.28º degrees, saturation: 0.49, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #B13D4A is Cyan = 0, Magento = 0.66, Yellow = 0.58 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 61 | 74 | - |
| CMYK | 0 | 0.66 | 0.58 | 0.31 |
| HSL | 353.28º | 0.49% | 0.47% | - |
| HSV(B) | 353.28º | 0.66% | 0.69% | - |
| XYZ | 21.04 | 13.18 | 7.91 | - |
| YUV | 97.17 | 114.93 | 184.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 61 | 74 | 0 | 0.66 | 0.58 | 0.31 | 353.28 | 0.49 | 0.47 |
| Hex | B1 | 3D | 4A | 0 | 42 | 3A | 1F | 161 | 31 | 2F |
| Octal | 261 | 75 | 112 | 0 | 102 | 72 | 37 | 541 | 61 | 57 |
| Binary | 10110001 | 111101 | 1001010 | 0 | 1000010 | 111010 | 11111 | 101100001 | 110001 | 101111 |
Color Harmonies of #B13D4A
Complementary color
Monochromatic Colors of #B13D4A
Black with #B13D4A
Text Example
Text Example
White with #B13D4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B13D4A; }
p { color: rgb(177,61,74); }
H1.HeaderClassName
{
color: #B13D4A;
}
.AnyTagClassName
{
color: #B13D4A;
}
</style>
background-color css
<style>
a { background-color: #B13D4A; }
a { background-color: rgb(177,61,74); }
div.DivClassName
{
background-color: #B13D4A;
}
.BgClassName
{
background-color: #B13D4A;
}
</style>
border-color css
<style>
span { border-color: #B13D4A; }
span { border-color: rgb(177,61,74); }
td.TdClassName
{
border-color: #B13D4A;
}
.TagClassName
{
border-color: #B13D4A;
}
</style>