Shades of Jazzberry Jam #A6013C
Tints of Jazzberry Jam #A6013C
RGB
CMYK
RGB Variations
Color information
#A6013C (or 0xA6013C) is known color: Jazzberry Jam. HEX triplet: A6, 01 and 3C. RGB value is (166,1,60). Sum of RGB (Red+Green+Blue) = 166+1+60=227 (30% of max value = 765). Red value is 166 (65.23% from 255 or 73.13% from 227); Green value is 1 (0.78% from 255 or 0.44% from 227); Blue value is 60 (23.83% from 255 or 26.43% from 227); Max value from RGB is 166 - color contains mainly: red. Hex color #A6013C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A6013C is #59FEC3. Grayscale: #383838. Windows color (decimal): -5897924 or 3932582. OLE color: 3932582.
HSL color Cylindrical-coordinate representation of color #A6013C: hue angle of 338.55º degrees, saturation: 0.99, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #A6013C is Cyan = 0, Magento = 0.99, Yellow = 0.64 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 1 | 60 | - |
| CMYK | 0 | 0.99 | 0.64 | 0.35 |
| HSL | 338.55º | 0.99% | 0.33% | - |
| HSV(B) | 338.55º | 0.99% | 0.65% | - |
| XYZ | 16.55 | 8.45 | 5.03 | - |
| YUV | 57.06 | 129.66 | 205.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 1 | 60 | 0 | 0.99 | 0.64 | 0.35 | 338.55 | 0.99 | 0.33 |
| Hex | A6 | 1 | 3C | 0 | 63 | 40 | 23 | 153 | 63 | 21 |
| Octal | 246 | 1 | 74 | 0 | 143 | 100 | 43 | 523 | 143 | 41 |
| Binary | 10100110 | 1 | 111100 | 0 | 1100011 | 1000000 | 100011 | 101010011 | 1100011 | 100001 |
Color Harmonies of #A6013C
Complementary color
Monochromatic Colors of #A6013C
Black with #A6013C
Text Example
Text Example
White with #A6013C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6013C; }
p { color: rgb(166,1,60); }
H1.HeaderClassName
{
color: #A6013C;
}
.AnyTagClassName
{
color: #A6013C;
}
</style>
background-color css
<style>
a { background-color: #A6013C; }
a { background-color: rgb(166,1,60); }
div.DivClassName
{
background-color: #A6013C;
}
.BgClassName
{
background-color: #A6013C;
}
</style>
border-color css
<style>
span { border-color: #A6013C; }
span { border-color: rgb(166,1,60); }
td.TdClassName
{
border-color: #A6013C;
}
.TagClassName
{
border-color: #A6013C;
}
</style>