Shades of Night Shadz #A52C47
Tints of Night Shadz #A52C47
RGB
CMYK
RGB Variations
Color information
#A52C47 (or 0xA52C47) is known color: Night Shadz. HEX triplet: A5, 2C and 47. RGB value is (165,44,71). Sum of RGB (Red+Green+Blue) = 165+44+71=280 (37% of max value = 765). Red value is 165 (64.84% from 255 or 58.93% from 280); Green value is 44 (17.58% from 255 or 15.71% from 280); Blue value is 71 (28.12% from 255 or 25.36% from 280); Max value from RGB is 165 - color contains mainly: red. Hex color #A52C47 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A52C47 is #5AD3B8. Grayscale: #535353. Windows color (decimal): -5952441 or 4664485. OLE color: 4664485.
HSL color Cylindrical-coordinate representation of color #A52C47: hue angle of 346.61º degrees, saturation: 0.58, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #A52C47 is Cyan = 0, Magento = 0.73, Yellow = 0.57 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 165 | 44 | 71 | - |
| CMYK | 0 | 0.73 | 0.57 | 0.35 |
| HSL | 346.61º | 0.58% | 0.41% | - |
| HSV(B) | 346.61º | 0.73% | 0.65% | - |
| XYZ | 17.56 | 10.26 | 7.02 | - |
| YUV | 83.26 | 121.09 | 186.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 44 | 71 | 0 | 0.73 | 0.57 | 0.35 | 346.61 | 0.58 | 0.41 |
| Hex | A5 | 2C | 47 | 0 | 49 | 39 | 23 | 15B | 3A | 29 |
| Octal | 245 | 54 | 107 | 0 | 111 | 71 | 43 | 533 | 72 | 51 |
| Binary | 10100101 | 101100 | 1000111 | 0 | 1001001 | 111001 | 100011 | 101011011 | 111010 | 101001 |
Color Harmonies of #A52C47
Complementary color
Monochromatic Colors of #A52C47
Black with #A52C47
Text Example
Text Example
White with #A52C47
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A52C47; }
p { color: rgb(165,44,71); }
H1.HeaderClassName
{
color: #A52C47;
}
.AnyTagClassName
{
color: #A52C47;
}
</style>
background-color css
<style>
a { background-color: #A52C47; }
a { background-color: rgb(165,44,71); }
div.DivClassName
{
background-color: #A52C47;
}
.BgClassName
{
background-color: #A52C47;
}
</style>
border-color css
<style>
span { border-color: #A52C47; }
span { border-color: rgb(165,44,71); }
td.TdClassName
{
border-color: #A52C47;
}
.TagClassName
{
border-color: #A52C47;
}
</style>