Shades of Black Rose #56222C
Tints of Black Rose #56222C
RGB
CMYK
RGB Variations
Color information
#56222C (or 0x56222C) is known color: Black Rose. HEX triplet: 56, 22 and 2C. RGB value is (86,34,44). Sum of RGB (Red+Green+Blue) = 86+34+44=164 (21% of max value = 765). Red value is 86 (33.98% from 255 or 52.44% from 164); Green value is 34 (13.67% from 255 or 20.73% from 164); Blue value is 44 (17.58% from 255 or 26.83% from 164); Max value from RGB is 86 - color contains mainly: red. Hex color #56222C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #56222C is #A9DDD3. Grayscale: #323232. Windows color (decimal): -11132372 or 2892374. OLE color: 2892374.
HSL color Cylindrical-coordinate representation of color #56222C: hue angle of 348.46º degrees, saturation: 0.43, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #56222C is Cyan = 0, Magento = 0.60, Yellow = 0.49 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 86 | 34 | 44 | - |
| CMYK | 0 | 0.60 | 0.49 | 0.66 |
| HSL | 348.46º | 0.43% | 0.24% | - |
| HSV(B) | 348.46º | 0.6% | 0.34% | - |
| XYZ | 4.86 | 3.3 | 2.76 | - |
| YUV | 50.69 | 124.23 | 153.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 34 | 44 | 0 | 0.60 | 0.49 | 0.66 | 348.46 | 0.43 | 0.24 |
| Hex | 56 | 22 | 2C | 0 | 3C | 31 | 42 | 15C | 2B | 18 |
| Octal | 126 | 42 | 54 | 0 | 74 | 61 | 102 | 534 | 53 | 30 |
| Binary | 1010110 | 100010 | 101100 | 0 | 111100 | 110001 | 1000010 | 101011100 | 101011 | 11000 |
Color Harmonies of #56222C
Complementary color
Monochromatic Colors of #56222C
Black with #56222C
Text Example
Text Example
White with #56222C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #56222C; }
p { color: rgb(86,34,44); }
H1.HeaderClassName
{
color: #56222C;
}
.AnyTagClassName
{
color: #56222C;
}
</style>
background-color css
<style>
a { background-color: #56222C; }
a { background-color: rgb(86,34,44); }
div.DivClassName
{
background-color: #56222C;
}
.BgClassName
{
background-color: #56222C;
}
</style>
border-color css
<style>
span { border-color: #56222C; }
span { border-color: rgb(86,34,44); }
td.TdClassName
{
border-color: #56222C;
}
.TagClassName
{
border-color: #56222C;
}
</style>