Shades of Black Rose #56263C
Tints of Black Rose #56263C
RGB
CMYK
RGB Variations
Color information
#56263C (or 0x56263C) is known color: Black Rose. HEX triplet: 56, 26 and 3C. RGB value is (86,38,60). Sum of RGB (Red+Green+Blue) = 86+38+60=184 (24% of max value = 765). Red value is 86 (33.98% from 255 or 46.74% from 184); Green value is 38 (15.23% from 255 or 20.65% from 184); Blue value is 60 (23.83% from 255 or 32.61% from 184); Max value from RGB is 86 - color contains mainly: red. Hex color #56263C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #56263C is #A9D9C3. Grayscale: #363636. Windows color (decimal): -11131332 or 3941974. OLE color: 3941974.
HSL color Cylindrical-coordinate representation of color #56263C: hue angle of 332.5º 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 #56263C is Cyan = 0, Magento = 0.56, Yellow = 0.30 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 86 | 38 | 60 | - |
| CMYK | 0 | 0.56 | 0.30 | 0.66 |
| HSL | 332.5º | 0.39% | 0.24% | - |
| HSV(B) | 332.5º | 0.56% | 0.34% | - |
| XYZ | 5.35 | 3.69 | 4.71 | - |
| YUV | 54.86 | 130.9 | 150.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 38 | 60 | 0 | 0.56 | 0.30 | 0.66 | 332.5 | 0.39 | 0.24 |
| Hex | 56 | 26 | 3C | 0 | 38 | 1E | 42 | 14C | 27 | 18 |
| Octal | 126 | 46 | 74 | 0 | 70 | 36 | 102 | 514 | 47 | 30 |
| Binary | 1010110 | 100110 | 111100 | 0 | 111000 | 11110 | 1000010 | 101001100 | 100111 | 11000 |
Color Harmonies of #56263C
Complementary color
Monochromatic Colors of #56263C
Black with #56263C
Text Example
Text Example
White with #56263C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #56263C; }
p { color: rgb(86,38,60); }
H1.HeaderClassName
{
color: #56263C;
}
.AnyTagClassName
{
color: #56263C;
}
</style>
background-color css
<style>
a { background-color: #56263C; }
a { background-color: rgb(86,38,60); }
div.DivClassName
{
background-color: #56263C;
}
.BgClassName
{
background-color: #56263C;
}
</style>
border-color css
<style>
span { border-color: #56263C; }
span { border-color: rgb(86,38,60); }
td.TdClassName
{
border-color: #56263C;
}
.TagClassName
{
border-color: #56263C;
}
</style>