Shades of Jazzberry Jam #AD043F
Tints of Jazzberry Jam #AD043F
RGB
CMYK
RGB Variations
Color information
#AD043F (or 0xAD043F) is known color: Jazzberry Jam. HEX triplet: AD, 04 and 3F. RGB value is (173,4,63). Sum of RGB (Red+Green+Blue) = 173+4+63=240 (31% of max value = 765). Red value is 173 (67.97% from 255 or 72.08% from 240); Green value is 4 (1.95% from 255 or 1.67% from 240); Blue value is 63 (25% from 255 or 26.25% from 240); Max value from RGB is 173 - color contains mainly: red. Hex color #AD043F is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AD043F is #52FBC0. Grayscale: #3D3D3D. Windows color (decimal): -5438401 or 4129965. OLE color: 4129965.
HSL color Cylindrical-coordinate representation of color #AD043F: hue angle of 339.05º degrees, saturation: 0.95, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #AD043F is Cyan = 0, Magento = 0.98, Yellow = 0.64 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 4 | 63 | - |
| CMYK | 0 | 0.98 | 0.64 | 0.32 |
| HSL | 339.05º | 0.95% | 0.35% | - |
| HSV(B) | 339.05º | 0.98% | 0.68% | - |
| XYZ | 18.17 | 9.33 | 5.55 | - |
| YUV | 61.26 | 128.99 | 207.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 4 | 63 | 0 | 0.98 | 0.64 | 0.32 | 339.05 | 0.95 | 0.35 |
| Hex | AD | 4 | 3F | 0 | 62 | 40 | 20 | 153 | 5F | 23 |
| Octal | 255 | 4 | 77 | 0 | 142 | 100 | 40 | 523 | 137 | 43 |
| Binary | 10101101 | 100 | 111111 | 0 | 1100010 | 1000000 | 100000 | 101010011 | 1011111 | 100011 |
Color Harmonies of #AD043F
Complementary color
Monochromatic Colors of #AD043F
Black with #AD043F
Text Example
Text Example
White with #AD043F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD043F; }
p { color: rgb(173,4,63); }
H1.HeaderClassName
{
color: #AD043F;
}
.AnyTagClassName
{
color: #AD043F;
}
</style>
background-color css
<style>
a { background-color: #AD043F; }
a { background-color: rgb(173,4,63); }
div.DivClassName
{
background-color: #AD043F;
}
.BgClassName
{
background-color: #AD043F;
}
</style>
border-color css
<style>
span { border-color: #AD043F; }
span { border-color: rgb(173,4,63); }
td.TdClassName
{
border-color: #AD043F;
}
.TagClassName
{
border-color: #AD043F;
}
</style>