Shades of Black Rose #5C2737
Tints of Black Rose #5C2737
RGB
CMYK
RGB Variations
Color information
#5C2737 (or 0x5C2737) is known color: Black Rose. HEX triplet: 5C, 27 and 37. RGB value is (92,39,55). Sum of RGB (Red+Green+Blue) = 92+39+55=186 (24% of max value = 765). Red value is 92 (36.33% from 255 or 49.46% from 186); Green value is 39 (15.62% from 255 or 20.97% from 186); Blue value is 55 (21.88% from 255 or 29.57% from 186); Max value from RGB is 92 - color contains mainly: red. Hex color #5C2737 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5C2737 is #A3D8C8. Grayscale: #383838. Windows color (decimal): -10737865 or 3614556. OLE color: 3614556.
HSL color Cylindrical-coordinate representation of color #5C2737: hue angle of 341.89º degrees, saturation: 0.4, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #5C2737 is Cyan = 0, Magento = 0.58, Yellow = 0.40 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 92 | 39 | 55 | - |
| CMYK | 0 | 0.58 | 0.40 | 0.64 |
| HSL | 341.89º | 0.4% | 0.26% | - |
| HSV(B) | 341.89º | 0.58% | 0.36% | - |
| XYZ | 5.83 | 4 | 4.08 | - |
| YUV | 56.67 | 127.06 | 153.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 39 | 55 | 0 | 0.58 | 0.40 | 0.64 | 341.89 | 0.4 | 0.26 |
| Hex | 5C | 27 | 37 | 0 | 3A | 28 | 40 | 156 | 28 | 1A |
| Octal | 134 | 47 | 67 | 0 | 72 | 50 | 100 | 526 | 50 | 32 |
| Binary | 1011100 | 100111 | 110111 | 0 | 111010 | 101000 | 1000000 | 101010110 | 101000 | 11010 |
Color Harmonies of #5C2737
Complementary color
Monochromatic Colors of #5C2737
Black with #5C2737
Text Example
Text Example
White with #5C2737
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C2737; }
p { color: rgb(92,39,55); }
H1.HeaderClassName
{
color: #5C2737;
}
.AnyTagClassName
{
color: #5C2737;
}
</style>
background-color css
<style>
a { background-color: #5C2737; }
a { background-color: rgb(92,39,55); }
div.DivClassName
{
background-color: #5C2737;
}
.BgClassName
{
background-color: #5C2737;
}
</style>
border-color css
<style>
span { border-color: #5C2737; }
span { border-color: rgb(92,39,55); }
td.TdClassName
{
border-color: #5C2737;
}
.TagClassName
{
border-color: #5C2737;
}
</style>