Shades of Black Rose #56283A
Tints of Black Rose #56283A
RGB
CMYK
RGB Variations
Color information
#56283A (or 0x56283A) is known color: Black Rose. HEX triplet: 56, 28 and 3A. RGB value is (86,40,58). Sum of RGB (Red+Green+Blue) = 86+40+58=184 (24% of max value = 765). Red value is 86 (33.98% from 255 or 46.74% from 184); Green value is 40 (16.02% from 255 or 21.74% from 184); Blue value is 58 (23.05% from 255 or 31.52% from 184); Max value from RGB is 86 - color contains mainly: red. Hex color #56283A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #56283A is #A9D7C5. Grayscale: #373737. Windows color (decimal): -11130822 or 3811414. OLE color: 3811414.
HSL color Cylindrical-coordinate representation of color #56283A: hue angle of 336.52º degrees, saturation: 0.37, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #56283A is Cyan = 0, Magento = 0.53, Yellow = 0.33 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 86 | 40 | 58 | - |
| CMYK | 0 | 0.53 | 0.33 | 0.66 |
| HSL | 336.52º | 0.37% | 0.25% | - |
| HSV(B) | 336.52º | 0.53% | 0.34% | - |
| XYZ | 5.36 | 3.8 | 4.45 | - |
| YUV | 55.81 | 129.24 | 149.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 40 | 58 | 0 | 0.53 | 0.33 | 0.66 | 336.52 | 0.37 | 0.25 |
| Hex | 56 | 28 | 3A | 0 | 35 | 21 | 42 | 151 | 25 | 19 |
| Octal | 126 | 50 | 72 | 0 | 65 | 41 | 102 | 521 | 45 | 31 |
| Binary | 1010110 | 101000 | 111010 | 0 | 110101 | 100001 | 1000010 | 101010001 | 100101 | 11001 |
Color Harmonies of #56283A
Complementary color
Monochromatic Colors of #56283A
Black with #56283A
Text Example
Text Example
White with #56283A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #56283A; }
p { color: rgb(86,40,58); }
H1.HeaderClassName
{
color: #56283A;
}
.AnyTagClassName
{
color: #56283A;
}
</style>
background-color css
<style>
a { background-color: #56283A; }
a { background-color: rgb(86,40,58); }
div.DivClassName
{
background-color: #56283A;
}
.BgClassName
{
background-color: #56283A;
}
</style>
border-color css
<style>
span { border-color: #56283A; }
span { border-color: rgb(86,40,58); }
td.TdClassName
{
border-color: #56283A;
}
.TagClassName
{
border-color: #56283A;
}
</style>