Shades of Night Shadz #A1364B
Tints of Night Shadz #A1364B
RGB
CMYK
RGB Variations
Color information
#A1364B (or 0xA1364B) is known color: Night Shadz. HEX triplet: A1, 36 and 4B. RGB value is (161,54,75). Sum of RGB (Red+Green+Blue) = 161+54+75=290 (38% of max value = 765). Red value is 161 (63.28% from 255 or 55.52% from 290); Green value is 54 (21.48% from 255 or 18.62% from 290); Blue value is 75 (29.69% from 255 or 25.86% from 290); Max value from RGB is 161 - color contains mainly: red. Hex color #A1364B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A1364B is #5EC9B4. Grayscale: #585858. Windows color (decimal): -6212021 or 4929185. OLE color: 4929185.
HSL color Cylindrical-coordinate representation of color #A1364B: hue angle of 348.22º degrees, saturation: 0.5, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #A1364B is Cyan = 0, Magento = 0.66, Yellow = 0.53 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 54 | 75 | - |
| CMYK | 0 | 0.66 | 0.53 | 0.37 |
| HSL | 348.22º | 0.5% | 0.42% | - |
| HSV(B) | 348.22º | 0.66% | 0.63% | - |
| XYZ | 17.29 | 10.72 | 7.82 | - |
| YUV | 88.39 | 120.45 | 179.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 54 | 75 | 0 | 0.66 | 0.53 | 0.37 | 348.22 | 0.5 | 0.42 |
| Hex | A1 | 36 | 4B | 0 | 42 | 35 | 25 | 15C | 32 | 2A |
| Octal | 241 | 66 | 113 | 0 | 102 | 65 | 45 | 534 | 62 | 52 |
| Binary | 10100001 | 110110 | 1001011 | 0 | 1000010 | 110101 | 100101 | 101011100 | 110010 | 101010 |
Color Harmonies of #A1364B
Complementary color
Monochromatic Colors of #A1364B
Black with #A1364B
Text Example
Text Example
White with #A1364B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1364B; }
p { color: rgb(161,54,75); }
H1.HeaderClassName
{
color: #A1364B;
}
.AnyTagClassName
{
color: #A1364B;
}
</style>
background-color css
<style>
a { background-color: #A1364B; }
a { background-color: rgb(161,54,75); }
div.DivClassName
{
background-color: #A1364B;
}
.BgClassName
{
background-color: #A1364B;
}
</style>
border-color css
<style>
span { border-color: #A1364B; }
span { border-color: rgb(161,54,75); }
td.TdClassName
{
border-color: #A1364B;
}
.TagClassName
{
border-color: #A1364B;
}
</style>