Shades of Black Rose #562932
Tints of Black Rose #562932
RGB
CMYK
RGB Variations
Color information
#562932 (or 0x562932) is known color: Black Rose. HEX triplet: 56, 29 and 32. RGB value is (86,41,50). Sum of RGB (Red+Green+Blue) = 86+41+50=177 (23% of max value = 765). Red value is 86 (33.98% from 255 or 48.59% from 177); Green value is 41 (16.41% from 255 or 23.16% from 177); Blue value is 50 (19.92% from 255 or 28.25% from 177); Max value from RGB is 86 - color contains mainly: red. Hex color #562932 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #562932 is #A9D6CD. Grayscale: #373737. Windows color (decimal): -11130574 or 3287382. OLE color: 3287382.
HSL color Cylindrical-coordinate representation of color #562932: hue angle of 348º degrees, saturation: 0.35, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #562932 is Cyan = 0, Magento = 0.52, Yellow = 0.42 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 86 | 41 | 50 | - |
| CMYK | 0 | 0.52 | 0.42 | 0.66 |
| HSL | 348º | 0.35% | 0.25% | - |
| HSV(B) | 348º | 0.52% | 0.34% | - |
| XYZ | 5.21 | 3.79 | 3.48 | - |
| YUV | 55.48 | 124.91 | 149.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 41 | 50 | 0 | 0.52 | 0.42 | 0.66 | 348 | 0.35 | 0.25 |
| Hex | 56 | 29 | 32 | 0 | 34 | 2A | 42 | 15C | 23 | 19 |
| Octal | 126 | 51 | 62 | 0 | 64 | 52 | 102 | 534 | 43 | 31 |
| Binary | 1010110 | 101001 | 110010 | 0 | 110100 | 101010 | 1000010 | 101011100 | 100011 | 11001 |
Color Harmonies of #562932
Complementary color
Monochromatic Colors of #562932
Black with #562932
Text Example
Text Example
White with #562932
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #562932; }
p { color: rgb(86,41,50); }
H1.HeaderClassName
{
color: #562932;
}
.AnyTagClassName
{
color: #562932;
}
</style>
background-color css
<style>
a { background-color: #562932; }
a { background-color: rgb(86,41,50); }
div.DivClassName
{
background-color: #562932;
}
.BgClassName
{
background-color: #562932;
}
</style>
border-color css
<style>
span { border-color: #562932; }
span { border-color: rgb(86,41,50); }
td.TdClassName
{
border-color: #562932;
}
.TagClassName
{
border-color: #562932;
}
</style>