Shades of Black Rose #5C2637
Tints of Black Rose #5C2637
RGB
CMYK
RGB Variations
Color information
#5C2637 (or 0x5C2637) is known color: Black Rose. HEX triplet: 5C, 26 and 37. RGB value is (92,38,55). Sum of RGB (Red+Green+Blue) = 92+38+55=185 (24% of max value = 765). Red value is 92 (36.33% from 255 or 49.73% from 185); Green value is 38 (15.23% from 255 or 20.54% from 185); Blue value is 55 (21.88% from 255 or 29.73% from 185); Max value from RGB is 92 - color contains mainly: red. Hex color #5C2637 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5C2637 is #A3D9C8. Grayscale: #383838. Windows color (decimal): -10738121 or 3614300. OLE color: 3614300.
HSL color Cylindrical-coordinate representation of color #5C2637: hue angle of 341.11º degrees, saturation: 0.42, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #5C2637 is Cyan = 0, Magento = 0.59, Yellow = 0.40 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 92 | 38 | 55 | - |
| CMYK | 0 | 0.59 | 0.40 | 0.64 |
| HSL | 341.11º | 0.42% | 0.25% | - |
| HSV(B) | 341.11º | 0.59% | 0.36% | - |
| XYZ | 5.8 | 3.94 | 4.07 | - |
| YUV | 56.08 | 127.39 | 153.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 38 | 55 | 0 | 0.59 | 0.40 | 0.64 | 341.11 | 0.42 | 0.25 |
| Hex | 5C | 26 | 37 | 0 | 3B | 28 | 40 | 155 | 2A | 19 |
| Octal | 134 | 46 | 67 | 0 | 73 | 50 | 100 | 525 | 52 | 31 |
| Binary | 1011100 | 100110 | 110111 | 0 | 111011 | 101000 | 1000000 | 101010101 | 101010 | 11001 |
Color Harmonies of #5C2637
Complementary color
Monochromatic Colors of #5C2637
Black with #5C2637
Text Example
Text Example
White with #5C2637
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C2637; }
p { color: rgb(92,38,55); }
H1.HeaderClassName
{
color: #5C2637;
}
.AnyTagClassName
{
color: #5C2637;
}
</style>
background-color css
<style>
a { background-color: #5C2637; }
a { background-color: rgb(92,38,55); }
div.DivClassName
{
background-color: #5C2637;
}
.BgClassName
{
background-color: #5C2637;
}
</style>
border-color css
<style>
span { border-color: #5C2637; }
span { border-color: rgb(92,38,55); }
td.TdClassName
{
border-color: #5C2637;
}
.TagClassName
{
border-color: #5C2637;
}
</style>