Shades of Black Rose #56202F
Tints of Black Rose #56202F
RGB
CMYK
RGB Variations
Color information
#56202F (or 0x56202F) is known color: Black Rose. HEX triplet: 56, 20 and 2F. RGB value is (86,32,47). Sum of RGB (Red+Green+Blue) = 86+32+47=165 (21% of max value = 765). Red value is 86 (33.98% from 255 or 52.12% from 165); Green value is 32 (12.89% from 255 or 19.39% from 165); Blue value is 47 (18.75% from 255 or 28.48% from 165); Max value from RGB is 86 - color contains mainly: red. Hex color #56202F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #56202F is #A9DFD0. Grayscale: #313131. Windows color (decimal): -11132881 or 3088470. OLE color: 3088470.
HSL color Cylindrical-coordinate representation of color #56202F: hue angle of 343.33º 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 #56202F is Cyan = 0, Magento = 0.63, Yellow = 0.45 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 86 | 32 | 47 | - |
| CMYK | 0 | 0.63 | 0.45 | 0.66 |
| HSL | 343.33º | 0.46% | 0.23% | - |
| HSV(B) | 343.33º | 0.63% | 0.34% | - |
| XYZ | 4.87 | 3.22 | 3.05 | - |
| YUV | 49.86 | 126.39 | 153.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 32 | 47 | 0 | 0.63 | 0.45 | 0.66 | 343.33 | 0.46 | 0.23 |
| Hex | 56 | 20 | 2F | 0 | 3F | 2D | 42 | 157 | 2E | 17 |
| Octal | 126 | 40 | 57 | 0 | 77 | 55 | 102 | 527 | 56 | 27 |
| Binary | 1010110 | 100000 | 101111 | 0 | 111111 | 101101 | 1000010 | 101010111 | 101110 | 10111 |
Color Harmonies of #56202F
Complementary color
Monochromatic Colors of #56202F
Black with #56202F
Text Example
Text Example
White with #56202F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #56202F; }
p { color: rgb(86,32,47); }
H1.HeaderClassName
{
color: #56202F;
}
.AnyTagClassName
{
color: #56202F;
}
</style>
background-color css
<style>
a { background-color: #56202F; }
a { background-color: rgb(86,32,47); }
div.DivClassName
{
background-color: #56202F;
}
.BgClassName
{
background-color: #56202F;
}
</style>
border-color css
<style>
span { border-color: #56202F; }
span { border-color: rgb(86,32,47); }
td.TdClassName
{
border-color: #56202F;
}
.TagClassName
{
border-color: #56202F;
}
</style>