Shades of Night Shadz #A1474B
Tints of Night Shadz #A1474B
RGB
CMYK
RGB Variations
Color information
#A1474B (or 0xA1474B) is known color: Night Shadz. HEX triplet: A1, 47 and 4B. RGB value is (161,71,75). Sum of RGB (Red+Green+Blue) = 161+71+75=307 (40% of max value = 765). Red value is 161 (63.28% from 255 or 52.44% from 307); Green value is 71 (28.12% from 255 or 23.13% from 307); Blue value is 75 (29.69% from 255 or 24.43% from 307); Max value from RGB is 161 - color contains mainly: red. Hex color #A1474B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A1474B is #5EB8B4. Grayscale: #626262. Windows color (decimal): -6207669 or 4933537. OLE color: 4933537.
HSL color Cylindrical-coordinate representation of color #A1474B: hue angle of 357.33º degrees, saturation: 0.39, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #A1474B is Cyan = 0, Magento = 0.56, Yellow = 0.53 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 71 | 75 | - |
| CMYK | 0 | 0.56 | 0.53 | 0.37 |
| HSL | 357.33º | 0.39% | 0.45% | - |
| HSV(B) | 357.33º | 0.56% | 0.63% | - |
| XYZ | 18.22 | 12.59 | 8.13 | - |
| YUV | 98.37 | 114.82 | 172.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 71 | 75 | 0 | 0.56 | 0.53 | 0.37 | 357.33 | 0.39 | 0.45 |
| Hex | A1 | 47 | 4B | 0 | 38 | 35 | 25 | 165 | 27 | 2D |
| Octal | 241 | 107 | 113 | 0 | 70 | 65 | 45 | 545 | 47 | 55 |
| Binary | 10100001 | 1000111 | 1001011 | 0 | 111000 | 110101 | 100101 | 101100101 | 100111 | 101101 |
Color Harmonies of #A1474B
Complementary color
Monochromatic Colors of #A1474B
Black with #A1474B
Text Example
Text Example
White with #A1474B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1474B; }
p { color: rgb(161,71,75); }
H1.HeaderClassName
{
color: #A1474B;
}
.AnyTagClassName
{
color: #A1474B;
}
</style>
background-color css
<style>
a { background-color: #A1474B; }
a { background-color: rgb(161,71,75); }
div.DivClassName
{
background-color: #A1474B;
}
.BgClassName
{
background-color: #A1474B;
}
</style>
border-color css
<style>
span { border-color: #A1474B; }
span { border-color: rgb(161,71,75); }
td.TdClassName
{
border-color: #A1474B;
}
.TagClassName
{
border-color: #A1474B;
}
</style>