Shades of Night Shadz #A63D4F
Tints of Night Shadz #A63D4F
RGB
CMYK
RGB Variations
Color information
#A63D4F (or 0xA63D4F) is known color: Night Shadz. HEX triplet: A6, 3D and 4F. RGB value is (166,61,79). Sum of RGB (Red+Green+Blue) = 166+61+79=306 (40% of max value = 765). Red value is 166 (65.23% from 255 or 54.25% from 306); Green value is 61 (24.22% from 255 or 19.93% from 306); Blue value is 79 (31.25% from 255 or 25.82% from 306); Max value from RGB is 166 - color contains mainly: red. Hex color #A63D4F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A63D4F is #59C2B0. Grayscale: #5E5E5E. Windows color (decimal): -5882545 or 5193126. OLE color: 5193126.
HSL color Cylindrical-coordinate representation of color #A63D4F: hue angle of 349.71º degrees, saturation: 0.46, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #A63D4F is Cyan = 0, Magento = 0.63, Yellow = 0.52 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 61 | 79 | - |
| CMYK | 0 | 0.63 | 0.52 | 0.35 |
| HSL | 349.71º | 0.46% | 0.45% | - |
| HSV(B) | 349.71º | 0.63% | 0.65% | - |
| XYZ | 18.81 | 12.01 | 8.72 | - |
| YUV | 94.45 | 119.29 | 179.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 61 | 79 | 0 | 0.63 | 0.52 | 0.35 | 349.71 | 0.46 | 0.45 |
| Hex | A6 | 3D | 4F | 0 | 3F | 34 | 23 | 15E | 2E | 2D |
| Octal | 246 | 75 | 117 | 0 | 77 | 64 | 43 | 536 | 56 | 55 |
| Binary | 10100110 | 111101 | 1001111 | 0 | 111111 | 110100 | 100011 | 101011110 | 101110 | 101101 |
Color Harmonies of #A63D4F
Complementary color
Monochromatic Colors of #A63D4F
Black with #A63D4F
Text Example
Text Example
White with #A63D4F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A63D4F; }
p { color: rgb(166,61,79); }
H1.HeaderClassName
{
color: #A63D4F;
}
.AnyTagClassName
{
color: #A63D4F;
}
</style>
background-color css
<style>
a { background-color: #A63D4F; }
a { background-color: rgb(166,61,79); }
div.DivClassName
{
background-color: #A63D4F;
}
.BgClassName
{
background-color: #A63D4F;
}
</style>
border-color css
<style>
span { border-color: #A63D4F; }
span { border-color: rgb(166,61,79); }
td.TdClassName
{
border-color: #A63D4F;
}
.TagClassName
{
border-color: #A63D4F;
}
</style>