Shades of Night Shadz #A6314B
Tints of Night Shadz #A6314B
RGB
CMYK
RGB Variations
Color information
#A6314B (or 0xA6314B) is known color: Night Shadz. HEX triplet: A6, 31 and 4B. RGB value is (166,49,75). Sum of RGB (Red+Green+Blue) = 166+49+75=290 (38% of max value = 765). Red value is 166 (65.23% from 255 or 57.24% from 290); Green value is 49 (19.53% from 255 or 16.90% from 290); Blue value is 75 (29.69% from 255 or 25.86% from 290); Max value from RGB is 166 - color contains mainly: red. Hex color #A6314B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A6314B is #59CEB4. Grayscale: #565656. Windows color (decimal): -5885621 or 4927910. OLE color: 4927910.
HSL color Cylindrical-coordinate representation of color #A6314B: hue angle of 346.67º degrees, saturation: 0.54, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #A6314B is Cyan = 0, Magento = 0.70, Yellow = 0.55 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 49 | 75 | - |
| CMYK | 0 | 0.70 | 0.55 | 0.35 |
| HSL | 346.67º | 0.54% | 0.42% | - |
| HSV(B) | 346.67º | 0.7% | 0.65% | - |
| XYZ | 18.09 | 10.81 | 7.79 | - |
| YUV | 86.95 | 121.26 | 184.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 49 | 75 | 0 | 0.70 | 0.55 | 0.35 | 346.67 | 0.54 | 0.42 |
| Hex | A6 | 31 | 4B | 0 | 46 | 37 | 23 | 15B | 36 | 2A |
| Octal | 246 | 61 | 113 | 0 | 106 | 67 | 43 | 533 | 66 | 52 |
| Binary | 10100110 | 110001 | 1001011 | 0 | 1000110 | 110111 | 100011 | 101011011 | 110110 | 101010 |
Color Harmonies of #A6314B
Complementary color
Monochromatic Colors of #A6314B
Black with #A6314B
Text Example
Text Example
White with #A6314B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6314B; }
p { color: rgb(166,49,75); }
H1.HeaderClassName
{
color: #A6314B;
}
.AnyTagClassName
{
color: #A6314B;
}
</style>
background-color css
<style>
a { background-color: #A6314B; }
a { background-color: rgb(166,49,75); }
div.DivClassName
{
background-color: #A6314B;
}
.BgClassName
{
background-color: #A6314B;
}
</style>
border-color css
<style>
span { border-color: #A6314B; }
span { border-color: rgb(166,49,75); }
td.TdClassName
{
border-color: #A6314B;
}
.TagClassName
{
border-color: #A6314B;
}
</style>