Shades of Jazzberry Jam #AE013E
Tints of Jazzberry Jam #AE013E
RGB
CMYK
RGB Variations
Color information
#AE013E (or 0xAE013E) is known color: Jazzberry Jam. HEX triplet: AE, 01 and 3E. RGB value is (174,1,62). Sum of RGB (Red+Green+Blue) = 174+1+62=237 (31% of max value = 765). Red value is 174 (68.36% from 255 or 73.42% from 237); Green value is 1 (0.78% from 255 or 0.42% from 237); Blue value is 62 (24.61% from 255 or 26.16% from 237); Max value from RGB is 174 - color contains mainly: red. Hex color #AE013E is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AE013E is #51FEC1. Grayscale: #3B3B3B. Windows color (decimal): -5373634 or 4063662. OLE color: 4063662.
HSL color Cylindrical-coordinate representation of color #AE013E: hue angle of 338.84º degrees, saturation: 0.99, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #AE013E is Cyan = 0, Magento = 0.99, Yellow = 0.64 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 1 | 62 | - |
| CMYK | 0 | 0.99 | 0.64 | 0.32 |
| HSL | 338.84º | 0.99% | 0.34% | - |
| HSV(B) | 338.84º | 0.99% | 0.68% | - |
| XYZ | 18.34 | 9.37 | 5.4 | - |
| YUV | 59.68 | 129.31 | 209.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 1 | 62 | 0 | 0.99 | 0.64 | 0.32 | 338.84 | 0.99 | 0.34 |
| Hex | AE | 1 | 3E | 0 | 63 | 40 | 20 | 153 | 63 | 22 |
| Octal | 256 | 1 | 76 | 0 | 143 | 100 | 40 | 523 | 143 | 42 |
| Binary | 10101110 | 1 | 111110 | 0 | 1100011 | 1000000 | 100000 | 101010011 | 1100011 | 100010 |
Color Harmonies of #AE013E
Complementary color
Monochromatic Colors of #AE013E
Black with #AE013E
Text Example
Text Example
White with #AE013E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE013E; }
p { color: rgb(174,1,62); }
H1.HeaderClassName
{
color: #AE013E;
}
.AnyTagClassName
{
color: #AE013E;
}
</style>
background-color css
<style>
a { background-color: #AE013E; }
a { background-color: rgb(174,1,62); }
div.DivClassName
{
background-color: #AE013E;
}
.BgClassName
{
background-color: #AE013E;
}
</style>
border-color css
<style>
span { border-color: #AE013E; }
span { border-color: rgb(174,1,62); }
td.TdClassName
{
border-color: #AE013E;
}
.TagClassName
{
border-color: #AE013E;
}
</style>