Shades of Night Shadz #A8364B
Tints of Night Shadz #A8364B
RGB
CMYK
RGB Variations
Color information
#A8364B (or 0xA8364B) is known color: Night Shadz. HEX triplet: A8, 36 and 4B. RGB value is (168,54,75). Sum of RGB (Red+Green+Blue) = 168+54+75=297 (39% of max value = 765). Red value is 168 (66.02% from 255 or 56.57% from 297); Green value is 54 (21.48% from 255 or 18.18% from 297); Blue value is 75 (29.69% from 255 or 25.25% from 297); Max value from RGB is 168 - color contains mainly: red. Hex color #A8364B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A8364B is #57C9B4. Grayscale: #5A5A5A. Windows color (decimal): -5753269 or 4929192. OLE color: 4929192.
HSL color Cylindrical-coordinate representation of color #A8364B: hue angle of 348.95º degrees, saturation: 0.51, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #A8364B is Cyan = 0, Magento = 0.68, Yellow = 0.55 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 54 | 75 | - |
| CMYK | 0 | 0.68 | 0.55 | 0.34 |
| HSL | 348.95º | 0.51% | 0.44% | - |
| HSV(B) | 348.95º | 0.68% | 0.66% | - |
| XYZ | 18.74 | 11.47 | 7.88 | - |
| YUV | 90.48 | 119.27 | 183.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 54 | 75 | 0 | 0.68 | 0.55 | 0.34 | 348.95 | 0.51 | 0.44 |
| Hex | A8 | 36 | 4B | 0 | 44 | 37 | 22 | 15D | 33 | 2C |
| Octal | 250 | 66 | 113 | 0 | 104 | 67 | 42 | 535 | 63 | 54 |
| Binary | 10101000 | 110110 | 1001011 | 0 | 1000100 | 110111 | 100010 | 101011101 | 110011 | 101100 |
Color Harmonies of #A8364B
Complementary color
Monochromatic Colors of #A8364B
Black with #A8364B
Text Example
Text Example
White with #A8364B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8364B; }
p { color: rgb(168,54,75); }
H1.HeaderClassName
{
color: #A8364B;
}
.AnyTagClassName
{
color: #A8364B;
}
</style>
background-color css
<style>
a { background-color: #A8364B; }
a { background-color: rgb(168,54,75); }
div.DivClassName
{
background-color: #A8364B;
}
.BgClassName
{
background-color: #A8364B;
}
</style>
border-color css
<style>
span { border-color: #A8364B; }
span { border-color: rgb(168,54,75); }
td.TdClassName
{
border-color: #A8364B;
}
.TagClassName
{
border-color: #A8364B;
}
</style>