Shades of Black Rose #562332
Tints of Black Rose #562332
RGB
CMYK
RGB Variations
Color information
#562332 (or 0x562332) is known color: Black Rose. HEX triplet: 56, 23 and 32. RGB value is (86,35,50). Sum of RGB (Red+Green+Blue) = 86+35+50=171 (22% of max value = 765). Red value is 86 (33.98% from 255 or 50.29% from 171); Green value is 35 (14.06% from 255 or 20.47% from 171); Blue value is 50 (19.92% from 255 or 29.24% from 171); Max value from RGB is 86 - color contains mainly: red. Hex color #562332 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #562332 is #A9DCCD. Grayscale: #333333. Windows color (decimal): -11132110 or 3285846. OLE color: 3285846.
HSL color Cylindrical-coordinate representation of color #562332: hue angle of 342.35º degrees, saturation: 0.42, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #562332 is Cyan = 0, Magento = 0.59, Yellow = 0.42 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 86 | 35 | 50 | - |
| CMYK | 0 | 0.59 | 0.42 | 0.66 |
| HSL | 342.35º | 0.42% | 0.24% | - |
| HSV(B) | 342.35º | 0.59% | 0.34% | - |
| XYZ | 5.01 | 3.41 | 3.41 | - |
| YUV | 51.96 | 126.9 | 152.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 35 | 50 | 0 | 0.59 | 0.42 | 0.66 | 342.35 | 0.42 | 0.24 |
| Hex | 56 | 23 | 32 | 0 | 3B | 2A | 42 | 156 | 2A | 18 |
| Octal | 126 | 43 | 62 | 0 | 73 | 52 | 102 | 526 | 52 | 30 |
| Binary | 1010110 | 100011 | 110010 | 0 | 111011 | 101010 | 1000010 | 101010110 | 101010 | 11000 |
Color Harmonies of #562332
Complementary color
Monochromatic Colors of #562332
Black with #562332
Text Example
Text Example
White with #562332
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #562332; }
p { color: rgb(86,35,50); }
H1.HeaderClassName
{
color: #562332;
}
.AnyTagClassName
{
color: #562332;
}
</style>
background-color css
<style>
a { background-color: #562332; }
a { background-color: rgb(86,35,50); }
div.DivClassName
{
background-color: #562332;
}
.BgClassName
{
background-color: #562332;
}
</style>
border-color css
<style>
span { border-color: #562332; }
span { border-color: rgb(86,35,50); }
td.TdClassName
{
border-color: #562332;
}
.TagClassName
{
border-color: #562332;
}
</style>