Shades of Jazzberry Jam #AD0445
Tints of Jazzberry Jam #AD0445
RGB
CMYK
RGB Variations
Color information
#AD0445 (or 0xAD0445) is known color: Jazzberry Jam. HEX triplet: AD, 04 and 45. RGB value is (173,4,69). Sum of RGB (Red+Green+Blue) = 173+4+69=246 (32% of max value = 765). Red value is 173 (67.97% from 255 or 70.33% from 246); Green value is 4 (1.95% from 255 or 1.63% from 246); Blue value is 69 (27.34% from 255 or 28.05% from 246); Max value from RGB is 173 - color contains mainly: red. Hex color #AD0445 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AD0445 is #52FBBA. Grayscale: #3D3D3D. Windows color (decimal): -5438395 or 4523181. OLE color: 4523181.
HSL color Cylindrical-coordinate representation of color #AD0445: hue angle of 336.92º 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 #AD0445 is Cyan = 0, Magento = 0.98, Yellow = 0.60 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 4 | 69 | - |
| CMYK | 0 | 0.98 | 0.60 | 0.32 |
| HSL | 336.92º | 0.95% | 0.35% | - |
| HSV(B) | 336.92º | 0.98% | 0.68% | - |
| XYZ | 18.35 | 9.4 | 6.48 | - |
| YUV | 61.94 | 131.99 | 207.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 4 | 69 | 0 | 0.98 | 0.60 | 0.32 | 336.92 | 0.95 | 0.35 |
| Hex | AD | 4 | 45 | 0 | 62 | 3C | 20 | 151 | 5F | 23 |
| Octal | 255 | 4 | 105 | 0 | 142 | 74 | 40 | 521 | 137 | 43 |
| Binary | 10101101 | 100 | 1000101 | 0 | 1100010 | 111100 | 100000 | 101010001 | 1011111 | 100011 |
Color Harmonies of #AD0445
Complementary color
Monochromatic Colors of #AD0445
Black with #AD0445
Text Example
Text Example
White with #AD0445
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD0445; }
p { color: rgb(173,4,69); }
H1.HeaderClassName
{
color: #AD0445;
}
.AnyTagClassName
{
color: #AD0445;
}
</style>
background-color css
<style>
a { background-color: #AD0445; }
a { background-color: rgb(173,4,69); }
div.DivClassName
{
background-color: #AD0445;
}
.BgClassName
{
background-color: #AD0445;
}
</style>
border-color css
<style>
span { border-color: #AD0445; }
span { border-color: rgb(173,4,69); }
td.TdClassName
{
border-color: #AD0445;
}
.TagClassName
{
border-color: #AD0445;
}
</style>