Shades of Night Shadz #A1364A
Tints of Night Shadz #A1364A
RGB
CMYK
RGB Variations
Color information
#A1364A (or 0xA1364A) is known color: Night Shadz. HEX triplet: A1, 36 and 4A. RGB value is (161,54,74). Sum of RGB (Red+Green+Blue) = 161+54+74=289 (38% of max value = 765). Red value is 161 (63.28% from 255 or 55.71% from 289); Green value is 54 (21.48% from 255 or 18.69% from 289); Blue value is 74 (29.30% from 255 or 25.61% from 289); Max value from RGB is 161 - color contains mainly: red. Hex color #A1364A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A1364A is #5EC9B5. Grayscale: #585858. Windows color (decimal): -6212022 or 4863649. OLE color: 4863649.
HSL color Cylindrical-coordinate representation of color #A1364A: hue angle of 348.79º 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 #A1364A is Cyan = 0, Magento = 0.66, Yellow = 0.54 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 54 | 74 | - |
| CMYK | 0 | 0.66 | 0.54 | 0.37 |
| HSL | 348.79º | 0.5% | 0.42% | - |
| HSV(B) | 348.79º | 0.66% | 0.63% | - |
| XYZ | 17.25 | 10.71 | 7.64 | - |
| YUV | 88.27 | 119.95 | 179.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 54 | 74 | 0 | 0.66 | 0.54 | 0.37 | 348.79 | 0.5 | 0.42 |
| Hex | A1 | 36 | 4A | 0 | 42 | 36 | 25 | 15D | 32 | 2A |
| Octal | 241 | 66 | 112 | 0 | 102 | 66 | 45 | 535 | 62 | 52 |
| Binary | 10100001 | 110110 | 1001010 | 0 | 1000010 | 110110 | 100101 | 101011101 | 110010 | 101010 |
Color Harmonies of #A1364A
Complementary color
Monochromatic Colors of #A1364A
Black with #A1364A
Text Example
Text Example
White with #A1364A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1364A; }
p { color: rgb(161,54,74); }
H1.HeaderClassName
{
color: #A1364A;
}
.AnyTagClassName
{
color: #A1364A;
}
</style>
background-color css
<style>
a { background-color: #A1364A; }
a { background-color: rgb(161,54,74); }
div.DivClassName
{
background-color: #A1364A;
}
.BgClassName
{
background-color: #A1364A;
}
</style>
border-color css
<style>
span { border-color: #A1364A; }
span { border-color: rgb(161,54,74); }
td.TdClassName
{
border-color: #A1364A;
}
.TagClassName
{
border-color: #A1364A;
}
</style>