Shades of Black Rose #562E3B
Tints of Black Rose #562E3B
RGB
CMYK
RGB Variations
Color information
#562E3B (or 0x562E3B) is known color: Black Rose. HEX triplet: 56, 2E and 3B. RGB value is (86,46,59). Sum of RGB (Red+Green+Blue) = 86+46+59=191 (25% of max value = 765). Red value is 86 (33.98% from 255 or 45.03% from 191); Green value is 46 (18.36% from 255 or 24.08% from 191); Blue value is 59 (23.44% from 255 or 30.89% from 191); Max value from RGB is 86 - color contains mainly: red. Hex color #562E3B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #562E3B is #A9D1C4. Grayscale: #3B3B3B. Windows color (decimal): -11129285 or 3878486. OLE color: 3878486.
HSL color Cylindrical-coordinate representation of color #562E3B: hue angle of 340.5º degrees, saturation: 0.3, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #562E3B is Cyan = 0, Magento = 0.47, Yellow = 0.31 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 86 | 46 | 59 | - |
| CMYK | 0 | 0.47 | 0.31 | 0.66 |
| HSL | 340.5º | 0.3% | 0.26% | - |
| HSV(B) | 340.5º | 0.47% | 0.34% | - |
| XYZ | 5.6 | 4.25 | 4.66 | - |
| YUV | 59.44 | 127.75 | 146.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 46 | 59 | 0 | 0.47 | 0.31 | 0.66 | 340.5 | 0.3 | 0.26 |
| Hex | 56 | 2E | 3B | 0 | 2F | 1F | 42 | 154 | 1E | 1A |
| Octal | 126 | 56 | 73 | 0 | 57 | 37 | 102 | 524 | 36 | 32 |
| Binary | 1010110 | 101110 | 111011 | 0 | 101111 | 11111 | 1000010 | 101010100 | 11110 | 11010 |
Color Harmonies of #562E3B
Complementary color
Monochromatic Colors of #562E3B
Black with #562E3B
Text Example
Text Example
White with #562E3B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #562E3B; }
p { color: rgb(86,46,59); }
H1.HeaderClassName
{
color: #562E3B;
}
.AnyTagClassName
{
color: #562E3B;
}
</style>
background-color css
<style>
a { background-color: #562E3B; }
a { background-color: rgb(86,46,59); }
div.DivClassName
{
background-color: #562E3B;
}
.BgClassName
{
background-color: #562E3B;
}
</style>
border-color css
<style>
span { border-color: #562E3B; }
span { border-color: rgb(86,46,59); }
td.TdClassName
{
border-color: #562E3B;
}
.TagClassName
{
border-color: #562E3B;
}
</style>