Shades of Black Rose #561D33
Tints of Black Rose #561D33
RGB
CMYK
RGB Variations
Color information
#561D33 (or 0x561D33) is known color: Black Rose. HEX triplet: 56, 1D and 33. RGB value is (86,29,51). Sum of RGB (Red+Green+Blue) = 86+29+51=166 (21% of max value = 765). Red value is 86 (33.98% from 255 or 51.81% from 166); Green value is 29 (11.72% from 255 or 17.47% from 166); Blue value is 51 (20.31% from 255 or 30.72% from 166); Max value from RGB is 86 - color contains mainly: red. Hex color #561D33 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #561D33 is #A9E2CC. Grayscale: #303030. Windows color (decimal): -11133645 or 3349846. OLE color: 3349846.
HSL color Cylindrical-coordinate representation of color #561D33: hue angle of 336.84º degrees, saturation: 0.5, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #561D33 is Cyan = 0, Magento = 0.66, Yellow = 0.41 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 86 | 29 | 51 | - |
| CMYK | 0 | 0.66 | 0.41 | 0.66 |
| HSL | 336.84º | 0.5% | 0.23% | - |
| HSV(B) | 336.84º | 0.66% | 0.34% | - |
| XYZ | 4.87 | 3.1 | 3.47 | - |
| YUV | 48.55 | 129.38 | 154.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 29 | 51 | 0 | 0.66 | 0.41 | 0.66 | 336.84 | 0.5 | 0.23 |
| Hex | 56 | 1D | 33 | 0 | 42 | 29 | 42 | 151 | 32 | 17 |
| Octal | 126 | 35 | 63 | 0 | 102 | 51 | 102 | 521 | 62 | 27 |
| Binary | 1010110 | 11101 | 110011 | 0 | 1000010 | 101001 | 1000010 | 101010001 | 110010 | 10111 |
Color Harmonies of #561D33
Complementary color
Monochromatic Colors of #561D33
Black with #561D33
Text Example
Text Example
White with #561D33
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #561D33; }
p { color: rgb(86,29,51); }
H1.HeaderClassName
{
color: #561D33;
}
.AnyTagClassName
{
color: #561D33;
}
</style>
background-color css
<style>
a { background-color: #561D33; }
a { background-color: rgb(86,29,51); }
div.DivClassName
{
background-color: #561D33;
}
.BgClassName
{
background-color: #561D33;
}
</style>
border-color css
<style>
span { border-color: #561D33; }
span { border-color: rgb(86,29,51); }
td.TdClassName
{
border-color: #561D33;
}
.TagClassName
{
border-color: #561D33;
}
</style>