Shades of Black Rose #561E34
Tints of Black Rose #561E34
RGB
CMYK
RGB Variations
Color information
#561E34 (or 0x561E34) is known color: Black Rose. HEX triplet: 56, 1E and 34. RGB value is (86,30,52). Sum of RGB (Red+Green+Blue) = 86+30+52=168 (22% of max value = 765). Red value is 86 (33.98% from 255 or 51.19% from 168); Green value is 30 (12.11% from 255 or 17.86% from 168); Blue value is 52 (20.70% from 255 or 30.95% from 168); Max value from RGB is 86 - color contains mainly: red. Hex color #561E34 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #561E34 is #A9E1CB. Grayscale: #313131. Windows color (decimal): -11133388 or 3415638. OLE color: 3415638.
HSL color Cylindrical-coordinate representation of color #561E34: hue angle of 336.43º degrees, saturation: 0.48, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #561E34 is Cyan = 0, Magento = 0.65, Yellow = 0.40 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 86 | 30 | 52 | - |
| CMYK | 0 | 0.65 | 0.40 | 0.66 |
| HSL | 336.43º | 0.48% | 0.23% | - |
| HSV(B) | 336.43º | 0.65% | 0.34% | - |
| XYZ | 4.92 | 3.15 | 3.6 | - |
| YUV | 49.25 | 129.55 | 154.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 30 | 52 | 0 | 0.65 | 0.40 | 0.66 | 336.43 | 0.48 | 0.23 |
| Hex | 56 | 1E | 34 | 0 | 41 | 28 | 42 | 150 | 30 | 17 |
| Octal | 126 | 36 | 64 | 0 | 101 | 50 | 102 | 520 | 60 | 27 |
| Binary | 1010110 | 11110 | 110100 | 0 | 1000001 | 101000 | 1000010 | 101010000 | 110000 | 10111 |
Color Harmonies of #561E34
Complementary color
Monochromatic Colors of #561E34
Black with #561E34
Text Example
Text Example
White with #561E34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #561E34; }
p { color: rgb(86,30,52); }
H1.HeaderClassName
{
color: #561E34;
}
.AnyTagClassName
{
color: #561E34;
}
</style>
background-color css
<style>
a { background-color: #561E34; }
a { background-color: rgb(86,30,52); }
div.DivClassName
{
background-color: #561E34;
}
.BgClassName
{
background-color: #561E34;
}
</style>
border-color css
<style>
span { border-color: #561E34; }
span { border-color: rgb(86,30,52); }
td.TdClassName
{
border-color: #561E34;
}
.TagClassName
{
border-color: #561E34;
}
</style>