Shades of Night Shadz #A1384D
Tints of Night Shadz #A1384D
RGB
CMYK
RGB Variations
Color information
#A1384D (or 0xA1384D) is known color: Night Shadz. HEX triplet: A1, 38 and 4D. RGB value is (161,56,77). Sum of RGB (Red+Green+Blue) = 161+56+77=294 (38% of max value = 765). Red value is 161 (63.28% from 255 or 54.76% from 294); Green value is 56 (22.27% from 255 or 19.05% from 294); Blue value is 77 (30.47% from 255 or 26.19% from 294); Max value from RGB is 161 - color contains mainly: red. Hex color #A1384D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A1384D is #5EC7B2. Grayscale: #595959. Windows color (decimal): -6211507 or 5060769. OLE color: 5060769.
HSL color Cylindrical-coordinate representation of color #A1384D: hue angle of 348º degrees, saturation: 0.48, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #A1384D is Cyan = 0, Magento = 0.65, Yellow = 0.52 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 56 | 77 | - |
| CMYK | 0 | 0.65 | 0.52 | 0.37 |
| HSL | 348º | 0.48% | 0.43% | - |
| HSV(B) | 348º | 0.65% | 0.63% | - |
| XYZ | 17.45 | 10.94 | 8.21 | - |
| YUV | 89.79 | 120.79 | 178.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 56 | 77 | 0 | 0.65 | 0.52 | 0.37 | 348 | 0.48 | 0.43 |
| Hex | A1 | 38 | 4D | 0 | 41 | 34 | 25 | 15C | 30 | 2B |
| Octal | 241 | 70 | 115 | 0 | 101 | 64 | 45 | 534 | 60 | 53 |
| Binary | 10100001 | 111000 | 1001101 | 0 | 1000001 | 110100 | 100101 | 101011100 | 110000 | 101011 |
Color Harmonies of #A1384D
Complementary color
Monochromatic Colors of #A1384D
Black with #A1384D
Text Example
Text Example
White with #A1384D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1384D; }
p { color: rgb(161,56,77); }
H1.HeaderClassName
{
color: #A1384D;
}
.AnyTagClassName
{
color: #A1384D;
}
</style>
background-color css
<style>
a { background-color: #A1384D; }
a { background-color: rgb(161,56,77); }
div.DivClassName
{
background-color: #A1384D;
}
.BgClassName
{
background-color: #A1384D;
}
</style>
border-color css
<style>
span { border-color: #A1384D; }
span { border-color: rgb(161,56,77); }
td.TdClassName
{
border-color: #A1384D;
}
.TagClassName
{
border-color: #A1384D;
}
</style>