Shades of Black Rose #562C38
Tints of Black Rose #562C38
RGB
CMYK
RGB Variations
Color information
#562C38 (or 0x562C38) is known color: Black Rose. HEX triplet: 56, 2C and 38. RGB value is (86,44,56). Sum of RGB (Red+Green+Blue) = 86+44+56=186 (24% of max value = 765). Red value is 86 (33.98% from 255 or 46.24% from 186); Green value is 44 (17.58% from 255 or 23.66% from 186); Blue value is 56 (22.27% from 255 or 30.11% from 186); Max value from RGB is 86 - color contains mainly: red. Hex color #562C38 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #562C38 is #A9D3C7. Grayscale: #393939. Windows color (decimal): -11129800 or 3681366. OLE color: 3681366.
HSL color Cylindrical-coordinate representation of color #562C38: hue angle of 342.86º degrees, saturation: 0.32, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #562C38 is Cyan = 0, Magento = 0.49, Yellow = 0.35 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 86 | 44 | 56 | - |
| CMYK | 0 | 0.49 | 0.35 | 0.66 |
| HSL | 342.86º | 0.32% | 0.25% | - |
| HSV(B) | 342.86º | 0.49% | 0.34% | - |
| XYZ | 5.45 | 4.07 | 4.24 | - |
| YUV | 57.93 | 126.91 | 148.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 44 | 56 | 0 | 0.49 | 0.35 | 0.66 | 342.86 | 0.32 | 0.25 |
| Hex | 56 | 2C | 38 | 0 | 31 | 23 | 42 | 157 | 20 | 19 |
| Octal | 126 | 54 | 70 | 0 | 61 | 43 | 102 | 527 | 40 | 31 |
| Binary | 1010110 | 101100 | 111000 | 0 | 110001 | 100011 | 1000010 | 101010111 | 100000 | 11001 |
Color Harmonies of #562C38
Complementary color
Monochromatic Colors of #562C38
Black with #562C38
Text Example
Text Example
White with #562C38
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #562C38; }
p { color: rgb(86,44,56); }
H1.HeaderClassName
{
color: #562C38;
}
.AnyTagClassName
{
color: #562C38;
}
</style>
background-color css
<style>
a { background-color: #562C38; }
a { background-color: rgb(86,44,56); }
div.DivClassName
{
background-color: #562C38;
}
.BgClassName
{
background-color: #562C38;
}
</style>
border-color css
<style>
span { border-color: #562C38; }
span { border-color: rgb(86,44,56); }
td.TdClassName
{
border-color: #562C38;
}
.TagClassName
{
border-color: #562C38;
}
</style>