Shades of Black Rose #56212F
Tints of Black Rose #56212F
RGB
CMYK
RGB Variations
Color information
#56212F (or 0x56212F) is known color: Black Rose. HEX triplet: 56, 21 and 2F. RGB value is (86,33,47). Sum of RGB (Red+Green+Blue) = 86+33+47=166 (21% of max value = 765). Red value is 86 (33.98% from 255 or 51.81% from 166); Green value is 33 (13.28% from 255 or 19.88% from 166); Blue value is 47 (18.75% from 255 or 28.31% from 166); Max value from RGB is 86 - color contains mainly: red. Hex color #56212F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #56212F is #A9DED0. Grayscale: #323232. Windows color (decimal): -11132625 or 3088726. OLE color: 3088726.
HSL color Cylindrical-coordinate representation of color #56212F: hue angle of 344.15º degrees, saturation: 0.45, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #56212F is Cyan = 0, Magento = 0.62, Yellow = 0.45 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 86 | 33 | 47 | - |
| CMYK | 0 | 0.62 | 0.45 | 0.66 |
| HSL | 344.15º | 0.45% | 0.23% | - |
| HSV(B) | 344.15º | 0.62% | 0.34% | - |
| XYZ | 4.89 | 3.27 | 3.06 | - |
| YUV | 50.44 | 126.06 | 153.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 33 | 47 | 0 | 0.62 | 0.45 | 0.66 | 344.15 | 0.45 | 0.23 |
| Hex | 56 | 21 | 2F | 0 | 3E | 2D | 42 | 158 | 2D | 17 |
| Octal | 126 | 41 | 57 | 0 | 76 | 55 | 102 | 530 | 55 | 27 |
| Binary | 1010110 | 100001 | 101111 | 0 | 111110 | 101101 | 1000010 | 101011000 | 101101 | 10111 |
Color Harmonies of #56212F
Complementary color
Monochromatic Colors of #56212F
Black with #56212F
Text Example
Text Example
White with #56212F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #56212F; }
p { color: rgb(86,33,47); }
H1.HeaderClassName
{
color: #56212F;
}
.AnyTagClassName
{
color: #56212F;
}
</style>
background-color css
<style>
a { background-color: #56212F; }
a { background-color: rgb(86,33,47); }
div.DivClassName
{
background-color: #56212F;
}
.BgClassName
{
background-color: #56212F;
}
</style>
border-color css
<style>
span { border-color: #56212F; }
span { border-color: rgb(86,33,47); }
td.TdClassName
{
border-color: #56212F;
}
.TagClassName
{
border-color: #56212F;
}
</style>