Shades of Black Rose #562030
Tints of Black Rose #562030
RGB
CMYK
RGB Variations
Color information
#562030 (or 0x562030) is known color: Black Rose. HEX triplet: 56, 20 and 30. RGB value is (86,32,48). Sum of RGB (Red+Green+Blue) = 86+32+48=166 (21% of max value = 765). Red value is 86 (33.98% from 255 or 51.81% from 166); Green value is 32 (12.89% from 255 or 19.28% from 166); Blue value is 48 (19.14% from 255 or 28.92% from 166); Max value from RGB is 86 - color contains mainly: red. Hex color #562030 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #562030 is #A9DFCF. Grayscale: #313131. Windows color (decimal): -11132880 or 3154006. OLE color: 3154006.
HSL color Cylindrical-coordinate representation of color #562030: hue angle of 342.22º degrees, saturation: 0.46, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #562030 is Cyan = 0, Magento = 0.63, Yellow = 0.44 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 86 | 32 | 48 | - |
| CMYK | 0 | 0.63 | 0.44 | 0.66 |
| HSL | 342.22º | 0.46% | 0.23% | - |
| HSV(B) | 342.22º | 0.63% | 0.34% | - |
| XYZ | 4.89 | 3.22 | 3.16 | - |
| YUV | 49.97 | 126.89 | 153.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 32 | 48 | 0 | 0.63 | 0.44 | 0.66 | 342.22 | 0.46 | 0.23 |
| Hex | 56 | 20 | 30 | 0 | 3F | 2C | 42 | 156 | 2E | 17 |
| Octal | 126 | 40 | 60 | 0 | 77 | 54 | 102 | 526 | 56 | 27 |
| Binary | 1010110 | 100000 | 110000 | 0 | 111111 | 101100 | 1000010 | 101010110 | 101110 | 10111 |
Color Harmonies of #562030
Complementary color
Monochromatic Colors of #562030
Black with #562030
Text Example
Text Example
White with #562030
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #562030; }
p { color: rgb(86,32,48); }
H1.HeaderClassName
{
color: #562030;
}
.AnyTagClassName
{
color: #562030;
}
</style>
background-color css
<style>
a { background-color: #562030; }
a { background-color: rgb(86,32,48); }
div.DivClassName
{
background-color: #562030;
}
.BgClassName
{
background-color: #562030;
}
</style>
border-color css
<style>
span { border-color: #562030; }
span { border-color: rgb(86,32,48); }
td.TdClassName
{
border-color: #562030;
}
.TagClassName
{
border-color: #562030;
}
</style>