Shades of Night Shadz #A1364C
Tints of Night Shadz #A1364C
RGB
CMYK
RGB Variations
Color information
#A1364C (or 0xA1364C) is known color: Night Shadz. HEX triplet: A1, 36 and 4C. RGB value is (161,54,76). Sum of RGB (Red+Green+Blue) = 161+54+76=291 (38% of max value = 765). Red value is 161 (63.28% from 255 or 55.33% from 291); Green value is 54 (21.48% from 255 or 18.56% from 291); Blue value is 76 (30.08% from 255 or 26.12% from 291); Max value from RGB is 161 - color contains mainly: red. Hex color #A1364C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A1364C is #5EC9B3. Grayscale: #585858. Windows color (decimal): -6212020 or 4994721. OLE color: 4994721.
HSL color Cylindrical-coordinate representation of color #A1364C: hue angle of 347.66º 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 #A1364C is Cyan = 0, Magento = 0.66, Yellow = 0.53 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 54 | 76 | - |
| CMYK | 0 | 0.66 | 0.53 | 0.37 |
| HSL | 347.66º | 0.5% | 0.42% | - |
| HSV(B) | 347.66º | 0.66% | 0.63% | - |
| XYZ | 17.32 | 10.74 | 8 | - |
| YUV | 88.5 | 120.95 | 179.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 54 | 76 | 0 | 0.66 | 0.53 | 0.37 | 347.66 | 0.5 | 0.42 |
| Hex | A1 | 36 | 4C | 0 | 42 | 35 | 25 | 15C | 32 | 2A |
| Octal | 241 | 66 | 114 | 0 | 102 | 65 | 45 | 534 | 62 | 52 |
| Binary | 10100001 | 110110 | 1001100 | 0 | 1000010 | 110101 | 100101 | 101011100 | 110010 | 101010 |
Color Harmonies of #A1364C
Complementary color
Monochromatic Colors of #A1364C
Black with #A1364C
Text Example
Text Example
White with #A1364C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1364C; }
p { color: rgb(161,54,76); }
H1.HeaderClassName
{
color: #A1364C;
}
.AnyTagClassName
{
color: #A1364C;
}
</style>
background-color css
<style>
a { background-color: #A1364C; }
a { background-color: rgb(161,54,76); }
div.DivClassName
{
background-color: #A1364C;
}
.BgClassName
{
background-color: #A1364C;
}
</style>
border-color css
<style>
span { border-color: #A1364C; }
span { border-color: rgb(161,54,76); }
td.TdClassName
{
border-color: #A1364C;
}
.TagClassName
{
border-color: #A1364C;
}
</style>