Shades of Black Rose #561C2E
Tints of Black Rose #561C2E
RGB
CMYK
RGB Variations
Color information
#561C2E (or 0x561C2E) is known color: Black Rose. HEX triplet: 56, 1C and 2E. RGB value is (86,28,46). Sum of RGB (Red+Green+Blue) = 86+28+46=160 (21% of max value = 765). Red value is 86 (33.98% from 255 or 53.75% from 160); Green value is 28 (11.33% from 255 or 17.5% from 160); Blue value is 46 (18.36% from 255 or 28.75% from 160); Max value from RGB is 86 - color contains mainly: red. Hex color #561C2E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #561C2E is #A9E3D1. Grayscale: #2F2F2F. Windows color (decimal): -11133906 or 3021910. OLE color: 3021910.
HSL color Cylindrical-coordinate representation of color #561C2E: hue angle of 341.38º degrees, saturation: 0.51, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #561C2E is Cyan = 0, Magento = 0.67, Yellow = 0.47 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 86 | 28 | 46 | - |
| CMYK | 0 | 0.67 | 0.47 | 0.66 |
| HSL | 341.38º | 0.51% | 0.22% | - |
| HSV(B) | 341.38º | 0.67% | 0.34% | - |
| XYZ | 4.75 | 3.01 | 2.91 | - |
| YUV | 47.39 | 127.22 | 155.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 28 | 46 | 0 | 0.67 | 0.47 | 0.66 | 341.38 | 0.51 | 0.22 |
| Hex | 56 | 1C | 2E | 0 | 43 | 2F | 42 | 155 | 33 | 16 |
| Octal | 126 | 34 | 56 | 0 | 103 | 57 | 102 | 525 | 63 | 26 |
| Binary | 1010110 | 11100 | 101110 | 0 | 1000011 | 101111 | 1000010 | 101010101 | 110011 | 10110 |
Color Harmonies of #561C2E
Complementary color
Monochromatic Colors of #561C2E
Black with #561C2E
Text Example
Text Example
White with #561C2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #561C2E; }
p { color: rgb(86,28,46); }
H1.HeaderClassName
{
color: #561C2E;
}
.AnyTagClassName
{
color: #561C2E;
}
</style>
background-color css
<style>
a { background-color: #561C2E; }
a { background-color: rgb(86,28,46); }
div.DivClassName
{
background-color: #561C2E;
}
.BgClassName
{
background-color: #561C2E;
}
</style>
border-color css
<style>
span { border-color: #561C2E; }
span { border-color: rgb(86,28,46); }
td.TdClassName
{
border-color: #561C2E;
}
.TagClassName
{
border-color: #561C2E;
}
</style>