Shades of Black Rose #561C34
Tints of Black Rose #561C34
RGB
CMYK
RGB Variations
Color information
#561C34 (or 0x561C34) is known color: Black Rose. HEX triplet: 56, 1C and 34. RGB value is (86,28,52). Sum of RGB (Red+Green+Blue) = 86+28+52=166 (21% of max value = 765). Red value is 86 (33.98% from 255 or 51.81% from 166); Green value is 28 (11.33% from 255 or 16.87% from 166); Blue value is 52 (20.70% from 255 or 31.33% from 166); Max value from RGB is 86 - color contains mainly: red. Hex color #561C34 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #561C34 is #A9E3CB. Grayscale: #303030. Windows color (decimal): -11133900 or 3415126. OLE color: 3415126.
HSL color Cylindrical-coordinate representation of color #561C34: hue angle of 335.17º 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 #561C34 is Cyan = 0, Magento = 0.67, Yellow = 0.40 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 86 | 28 | 52 | - |
| CMYK | 0 | 0.67 | 0.40 | 0.66 |
| HSL | 335.17º | 0.51% | 0.22% | - |
| HSV(B) | 335.17º | 0.67% | 0.34% | - |
| XYZ | 4.87 | 3.06 | 3.58 | - |
| YUV | 48.08 | 130.22 | 155.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 28 | 52 | 0 | 0.67 | 0.40 | 0.66 | 335.17 | 0.51 | 0.22 |
| Hex | 56 | 1C | 34 | 0 | 43 | 28 | 42 | 14F | 33 | 16 |
| Octal | 126 | 34 | 64 | 0 | 103 | 50 | 102 | 517 | 63 | 26 |
| Binary | 1010110 | 11100 | 110100 | 0 | 1000011 | 101000 | 1000010 | 101001111 | 110011 | 10110 |
Color Harmonies of #561C34
Complementary color
Monochromatic Colors of #561C34
Black with #561C34
Text Example
Text Example
White with #561C34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #561C34; }
p { color: rgb(86,28,52); }
H1.HeaderClassName
{
color: #561C34;
}
.AnyTagClassName
{
color: #561C34;
}
</style>
background-color css
<style>
a { background-color: #561C34; }
a { background-color: rgb(86,28,52); }
div.DivClassName
{
background-color: #561C34;
}
.BgClassName
{
background-color: #561C34;
}
</style>
border-color css
<style>
span { border-color: #561C34; }
span { border-color: rgb(86,28,52); }
td.TdClassName
{
border-color: #561C34;
}
.TagClassName
{
border-color: #561C34;
}
</style>