Shades of Night Shadz #AB3D4C
Tints of Night Shadz #AB3D4C
RGB
CMYK
RGB Variations
Color information
#AB3D4C (or 0xAB3D4C) is known color: Night Shadz. HEX triplet: AB, 3D and 4C. RGB value is (171,61,76). Sum of RGB (Red+Green+Blue) = 171+61+76=308 (40% of max value = 765). Red value is 171 (67.19% from 255 or 55.52% from 308); Green value is 61 (24.22% from 255 or 19.81% from 308); Blue value is 76 (30.08% from 255 or 24.68% from 308); Max value from RGB is 171 - color contains mainly: red. Hex color #AB3D4C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AB3D4C is #54C2B3. Grayscale: #5F5F5F. Windows color (decimal): -5554868 or 4996523. OLE color: 4996523.
HSL color Cylindrical-coordinate representation of color #AB3D4C: hue angle of 351.82º degrees, saturation: 0.47, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #AB3D4C is Cyan = 0, Magento = 0.64, Yellow = 0.56 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 61 | 76 | - |
| CMYK | 0 | 0.64 | 0.56 | 0.33 |
| HSL | 351.82º | 0.47% | 0.45% | - |
| HSV(B) | 351.82º | 0.64% | 0.67% | - |
| XYZ | 19.77 | 12.52 | 8.21 | - |
| YUV | 95.6 | 116.94 | 181.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 61 | 76 | 0 | 0.64 | 0.56 | 0.33 | 351.82 | 0.47 | 0.45 |
| Hex | AB | 3D | 4C | 0 | 40 | 38 | 21 | 160 | 2F | 2D |
| Octal | 253 | 75 | 114 | 0 | 100 | 70 | 41 | 540 | 57 | 55 |
| Binary | 10101011 | 111101 | 1001100 | 0 | 1000000 | 111000 | 100001 | 101100000 | 101111 | 101101 |
Color Harmonies of #AB3D4C
Complementary color
Monochromatic Colors of #AB3D4C
Black with #AB3D4C
Text Example
Text Example
White with #AB3D4C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB3D4C; }
p { color: rgb(171,61,76); }
H1.HeaderClassName
{
color: #AB3D4C;
}
.AnyTagClassName
{
color: #AB3D4C;
}
</style>
background-color css
<style>
a { background-color: #AB3D4C; }
a { background-color: rgb(171,61,76); }
div.DivClassName
{
background-color: #AB3D4C;
}
.BgClassName
{
background-color: #AB3D4C;
}
</style>
border-color css
<style>
span { border-color: #AB3D4C; }
span { border-color: rgb(171,61,76); }
td.TdClassName
{
border-color: #AB3D4C;
}
.TagClassName
{
border-color: #AB3D4C;
}
</style>