Shades of Black Rose #562D3B
Tints of Black Rose #562D3B
RGB
CMYK
RGB Variations
Color information
#562D3B (or 0x562D3B) is known color: Black Rose. HEX triplet: 56, 2D and 3B. RGB value is (86,45,59). Sum of RGB (Red+Green+Blue) = 86+45+59=190 (25% of max value = 765). Red value is 86 (33.98% from 255 or 45.26% from 190); Green value is 45 (17.97% from 255 or 23.68% from 190); Blue value is 59 (23.44% from 255 or 31.05% from 190); Max value from RGB is 86 - color contains mainly: red. Hex color #562D3B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #562D3B is #A9D2C4. Grayscale: #3A3A3A. Windows color (decimal): -11129541 or 3878230. OLE color: 3878230.
HSL color Cylindrical-coordinate representation of color #562D3B: hue angle of 339.51º degrees, saturation: 0.31, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #562D3B is Cyan = 0, Magento = 0.48, Yellow = 0.31 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 86 | 45 | 59 | - |
| CMYK | 0 | 0.48 | 0.31 | 0.66 |
| HSL | 339.51º | 0.31% | 0.26% | - |
| HSV(B) | 339.51º | 0.48% | 0.34% | - |
| XYZ | 5.57 | 4.17 | 4.65 | - |
| YUV | 58.86 | 128.08 | 147.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 45 | 59 | 0 | 0.48 | 0.31 | 0.66 | 339.51 | 0.31 | 0.26 |
| Hex | 56 | 2D | 3B | 0 | 30 | 1F | 42 | 154 | 1F | 1A |
| Octal | 126 | 55 | 73 | 0 | 60 | 37 | 102 | 524 | 37 | 32 |
| Binary | 1010110 | 101101 | 111011 | 0 | 110000 | 11111 | 1000010 | 101010100 | 11111 | 11010 |
Color Harmonies of #562D3B
Complementary color
Monochromatic Colors of #562D3B
Black with #562D3B
Text Example
Text Example
White with #562D3B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #562D3B; }
p { color: rgb(86,45,59); }
H1.HeaderClassName
{
color: #562D3B;
}
.AnyTagClassName
{
color: #562D3B;
}
</style>
background-color css
<style>
a { background-color: #562D3B; }
a { background-color: rgb(86,45,59); }
div.DivClassName
{
background-color: #562D3B;
}
.BgClassName
{
background-color: #562D3B;
}
</style>
border-color css
<style>
span { border-color: #562D3B; }
span { border-color: rgb(86,45,59); }
td.TdClassName
{
border-color: #562D3B;
}
.TagClassName
{
border-color: #562D3B;
}
</style>