Shades of Black Rose #562F3E
Tints of Black Rose #562F3E
RGB
CMYK
RGB Variations
Color information
#562F3E (or 0x562F3E) is known color: Black Rose. HEX triplet: 56, 2F and 3E. RGB value is (86,47,62). Sum of RGB (Red+Green+Blue) = 86+47+62=195 (25% of max value = 765). Red value is 86 (33.98% from 255 or 44.10% from 195); Green value is 47 (18.75% from 255 or 24.10% from 195); Blue value is 62 (24.61% from 255 or 31.79% from 195); Max value from RGB is 86 - color contains mainly: red. Hex color #562F3E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #562F3E is #A9D0C1. Grayscale: #3C3C3C. Windows color (decimal): -11129026 or 4075350. OLE color: 4075350.
HSL color Cylindrical-coordinate representation of color #562F3E: hue angle of 336.92º degrees, saturation: 0.29, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #562F3E is Cyan = 0, Magento = 0.45, Yellow = 0.28 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 86 | 47 | 62 | - |
| CMYK | 0 | 0.45 | 0.28 | 0.66 |
| HSL | 336.92º | 0.29% | 0.26% | - |
| HSV(B) | 336.92º | 0.45% | 0.34% | - |
| XYZ | 5.72 | 4.36 | 5.1 | - |
| YUV | 60.37 | 128.92 | 146.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 47 | 62 | 0 | 0.45 | 0.28 | 0.66 | 336.92 | 0.29 | 0.26 |
| Hex | 56 | 2F | 3E | 0 | 2D | 1C | 42 | 151 | 1D | 1A |
| Octal | 126 | 57 | 76 | 0 | 55 | 34 | 102 | 521 | 35 | 32 |
| Binary | 1010110 | 101111 | 111110 | 0 | 101101 | 11100 | 1000010 | 101010001 | 11101 | 11010 |
Color Harmonies of #562F3E
Complementary color
Monochromatic Colors of #562F3E
Black with #562F3E
Text Example
Text Example
White with #562F3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #562F3E; }
p { color: rgb(86,47,62); }
H1.HeaderClassName
{
color: #562F3E;
}
.AnyTagClassName
{
color: #562F3E;
}
</style>
background-color css
<style>
a { background-color: #562F3E; }
a { background-color: rgb(86,47,62); }
div.DivClassName
{
background-color: #562F3E;
}
.BgClassName
{
background-color: #562F3E;
}
</style>
border-color css
<style>
span { border-color: #562F3E; }
span { border-color: rgb(86,47,62); }
td.TdClassName
{
border-color: #562F3E;
}
.TagClassName
{
border-color: #562F3E;
}
</style>