Shades of Black Rose #56262F
Tints of Black Rose #56262F
RGB
CMYK
RGB Variations
Color information
#56262F (or 0x56262F) is known color: Black Rose. HEX triplet: 56, 26 and 2F. RGB value is (86,38,47). Sum of RGB (Red+Green+Blue) = 86+38+47=171 (22% of max value = 765). Red value is 86 (33.98% from 255 or 50.29% from 171); Green value is 38 (15.23% from 255 or 22.22% from 171); Blue value is 47 (18.75% from 255 or 27.49% from 171); Max value from RGB is 86 - color contains mainly: red. Hex color #56262F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #56262F is #A9D9D0. Grayscale: #353535. Windows color (decimal): -11131345 or 3090006. OLE color: 3090006.
HSL color Cylindrical-coordinate representation of color #56262F: hue angle of 348.75º degrees, saturation: 0.39, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #56262F is Cyan = 0, Magento = 0.56, Yellow = 0.45 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 86 | 38 | 47 | - |
| CMYK | 0 | 0.56 | 0.45 | 0.66 |
| HSL | 348.75º | 0.39% | 0.24% | - |
| HSV(B) | 348.75º | 0.56% | 0.34% | - |
| XYZ | 5.04 | 3.57 | 3.11 | - |
| YUV | 53.38 | 124.4 | 151.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 38 | 47 | 0 | 0.56 | 0.45 | 0.66 | 348.75 | 0.39 | 0.24 |
| Hex | 56 | 26 | 2F | 0 | 38 | 2D | 42 | 15D | 27 | 18 |
| Octal | 126 | 46 | 57 | 0 | 70 | 55 | 102 | 535 | 47 | 30 |
| Binary | 1010110 | 100110 | 101111 | 0 | 111000 | 101101 | 1000010 | 101011101 | 100111 | 11000 |
Color Harmonies of #56262F
Complementary color
Monochromatic Colors of #56262F
Black with #56262F
Text Example
Text Example
White with #56262F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #56262F; }
p { color: rgb(86,38,47); }
H1.HeaderClassName
{
color: #56262F;
}
.AnyTagClassName
{
color: #56262F;
}
</style>
background-color css
<style>
a { background-color: #56262F; }
a { background-color: rgb(86,38,47); }
div.DivClassName
{
background-color: #56262F;
}
.BgClassName
{
background-color: #56262F;
}
</style>
border-color css
<style>
span { border-color: #56262F; }
span { border-color: rgb(86,38,47); }
td.TdClassName
{
border-color: #56262F;
}
.TagClassName
{
border-color: #56262F;
}
</style>