Shades of Black Rose #56242F
Tints of Black Rose #56242F
RGB
CMYK
RGB Variations
Color information
#56242F (or 0x56242F) is known color: Black Rose. HEX triplet: 56, 24 and 2F. RGB value is (86,36,47). Sum of RGB (Red+Green+Blue) = 86+36+47=169 (22% of max value = 765). Red value is 86 (33.98% from 255 or 50.89% from 169); Green value is 36 (14.45% from 255 or 21.30% from 169); Blue value is 47 (18.75% from 255 or 27.81% from 169); Max value from RGB is 86 - color contains mainly: red. Hex color #56242F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #56242F is #A9DBD0. Grayscale: #343434. Windows color (decimal): -11131857 or 3089494. OLE color: 3089494.
HSL color Cylindrical-coordinate representation of color #56242F: hue angle of 346.8º degrees, saturation: 0.41, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #56242F is Cyan = 0, Magento = 0.58, Yellow = 0.45 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 86 | 36 | 47 | - |
| CMYK | 0 | 0.58 | 0.45 | 0.66 |
| HSL | 346.8º | 0.41% | 0.24% | - |
| HSV(B) | 346.8º | 0.58% | 0.34% | - |
| XYZ | 4.98 | 3.45 | 3.09 | - |
| YUV | 52.2 | 125.07 | 152.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 36 | 47 | 0 | 0.58 | 0.45 | 0.66 | 346.8 | 0.41 | 0.24 |
| Hex | 56 | 24 | 2F | 0 | 3A | 2D | 42 | 15B | 29 | 18 |
| Octal | 126 | 44 | 57 | 0 | 72 | 55 | 102 | 533 | 51 | 30 |
| Binary | 1010110 | 100100 | 101111 | 0 | 111010 | 101101 | 1000010 | 101011011 | 101001 | 11000 |
Color Harmonies of #56242F
Complementary color
Monochromatic Colors of #56242F
Black with #56242F
Text Example
Text Example
White with #56242F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #56242F; }
p { color: rgb(86,36,47); }
H1.HeaderClassName
{
color: #56242F;
}
.AnyTagClassName
{
color: #56242F;
}
</style>
background-color css
<style>
a { background-color: #56242F; }
a { background-color: rgb(86,36,47); }
div.DivClassName
{
background-color: #56242F;
}
.BgClassName
{
background-color: #56242F;
}
</style>
border-color css
<style>
span { border-color: #56242F; }
span { border-color: rgb(86,36,47); }
td.TdClassName
{
border-color: #56242F;
}
.TagClassName
{
border-color: #56242F;
}
</style>