Shades of Night Shadz #AB414B
Tints of Night Shadz #AB414B
RGB
CMYK
RGB Variations
Color information
#AB414B (or 0xAB414B) is known color: Night Shadz. HEX triplet: AB, 41 and 4B. RGB value is (171,65,75). Sum of RGB (Red+Green+Blue) = 171+65+75=311 (41% of max value = 765). Red value is 171 (67.19% from 255 or 54.98% from 311); Green value is 65 (25.78% from 255 or 20.90% from 311); Blue value is 75 (29.69% from 255 or 24.12% from 311); Max value from RGB is 171 - color contains mainly: red. Hex color #AB414B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AB414B is #54BEB4. Grayscale: #616161. Windows color (decimal): -5553845 or 4932011. OLE color: 4932011.
HSL color Cylindrical-coordinate representation of color #AB414B: hue angle of 354.34º degrees, saturation: 0.45, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #AB414B is Cyan = 0, Magento = 0.62, Yellow = 0.56 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 65 | 75 | - |
| CMYK | 0 | 0.62 | 0.56 | 0.33 |
| HSL | 354.34º | 0.45% | 0.46% | - |
| HSV(B) | 354.34º | 0.62% | 0.67% | - |
| XYZ | 19.95 | 12.95 | 8.1 | - |
| YUV | 97.83 | 115.12 | 180.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 65 | 75 | 0 | 0.62 | 0.56 | 0.33 | 354.34 | 0.45 | 0.46 |
| Hex | AB | 41 | 4B | 0 | 3E | 38 | 21 | 162 | 2D | 2E |
| Octal | 253 | 101 | 113 | 0 | 76 | 70 | 41 | 542 | 55 | 56 |
| Binary | 10101011 | 1000001 | 1001011 | 0 | 111110 | 111000 | 100001 | 101100010 | 101101 | 101110 |
Color Harmonies of #AB414B
Complementary color
Monochromatic Colors of #AB414B
Black with #AB414B
Text Example
Text Example
White with #AB414B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB414B; }
p { color: rgb(171,65,75); }
H1.HeaderClassName
{
color: #AB414B;
}
.AnyTagClassName
{
color: #AB414B;
}
</style>
background-color css
<style>
a { background-color: #AB414B; }
a { background-color: rgb(171,65,75); }
div.DivClassName
{
background-color: #AB414B;
}
.BgClassName
{
background-color: #AB414B;
}
</style>
border-color css
<style>
span { border-color: #AB414B; }
span { border-color: rgb(171,65,75); }
td.TdClassName
{
border-color: #AB414B;
}
.TagClassName
{
border-color: #AB414B;
}
</style>