Shades of Blackberry #561639
Tints of Blackberry #561639
RGB
CMYK
RGB Variations
Color information
#561639 (or 0x561639) is known color: Blackberry. HEX triplet: 56, 16 and 39. RGB value is (86,22,57). Sum of RGB (Red+Green+Blue) = 86+22+57=165 (21% of max value = 765). Red value is 86 (33.98% from 255 or 52.12% from 165); Green value is 22 (8.98% from 255 or 13.33% from 165); Blue value is 57 (22.66% from 255 or 34.55% from 165); Max value from RGB is 86 - color contains mainly: red. Hex color #561639 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #561639 is #A9E9C6. Grayscale: #2D2D2D. Windows color (decimal): -11135431 or 3741270. OLE color: 3741270.
HSL color Cylindrical-coordinate representation of color #561639: hue angle of 327.19º degrees, saturation: 0.59, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #561639 is Cyan = 0, Magento = 0.74, Yellow = 0.34 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 86 | 22 | 57 | - |
| CMYK | 0 | 0.74 | 0.34 | 0.66 |
| HSL | 327.19º | 0.59% | 0.21% | - |
| HSV(B) | 327.19º | 0.74% | 0.34% | - |
| XYZ | 4.86 | 2.85 | 4.16 | - |
| YUV | 45.13 | 134.7 | 157.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 22 | 57 | 0 | 0.74 | 0.34 | 0.66 | 327.19 | 0.59 | 0.21 |
| Hex | 56 | 16 | 39 | 0 | 4A | 22 | 42 | 147 | 3B | 15 |
| Octal | 126 | 26 | 71 | 0 | 112 | 42 | 102 | 507 | 73 | 25 |
| Binary | 1010110 | 10110 | 111001 | 0 | 1001010 | 100010 | 1000010 | 101000111 | 111011 | 10101 |
Color Harmonies of #561639
Complementary color
Monochromatic Colors of #561639
Black with #561639
Text Example
Text Example
White with #561639
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #561639; }
p { color: rgb(86,22,57); }
H1.HeaderClassName
{
color: #561639;
}
.AnyTagClassName
{
color: #561639;
}
</style>
background-color css
<style>
a { background-color: #561639; }
a { background-color: rgb(86,22,57); }
div.DivClassName
{
background-color: #561639;
}
.BgClassName
{
background-color: #561639;
}
</style>
border-color css
<style>
span { border-color: #561639; }
span { border-color: rgb(86,22,57); }
td.TdClassName
{
border-color: #561639;
}
.TagClassName
{
border-color: #561639;
}
</style>