Shades of Black Rose #5C2C39
Tints of Black Rose #5C2C39
RGB
CMYK
RGB Variations
Color information
#5C2C39 (or 0x5C2C39) is known color: Black Rose. HEX triplet: 5C, 2C and 39. RGB value is (92,44,57). Sum of RGB (Red+Green+Blue) = 92+44+57=193 (25% of max value = 765). Red value is 92 (36.33% from 255 or 47.67% from 193); Green value is 44 (17.58% from 255 or 22.80% from 193); Blue value is 57 (22.66% from 255 or 29.53% from 193); Max value from RGB is 92 - color contains mainly: red. Hex color #5C2C39 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5C2C39 is #A3D3C6. Grayscale: #3B3B3B. Windows color (decimal): -10736583 or 3746908. OLE color: 3746908.
HSL color Cylindrical-coordinate representation of color #5C2C39: hue angle of 343.75º degrees, saturation: 0.35, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #5C2C39 is Cyan = 0, Magento = 0.52, Yellow = 0.38 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 92 | 44 | 57 | - |
| CMYK | 0 | 0.52 | 0.38 | 0.64 |
| HSL | 343.75º | 0.35% | 0.27% | - |
| HSV(B) | 343.75º | 0.52% | 0.36% | - |
| XYZ | 6.05 | 4.37 | 4.4 | - |
| YUV | 59.83 | 126.4 | 150.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 44 | 57 | 0 | 0.52 | 0.38 | 0.64 | 343.75 | 0.35 | 0.27 |
| Hex | 5C | 2C | 39 | 0 | 34 | 26 | 40 | 158 | 23 | 1B |
| Octal | 134 | 54 | 71 | 0 | 64 | 46 | 100 | 530 | 43 | 33 |
| Binary | 1011100 | 101100 | 111001 | 0 | 110100 | 100110 | 1000000 | 101011000 | 100011 | 11011 |
Color Harmonies of #5C2C39
Complementary color
Monochromatic Colors of #5C2C39
Black with #5C2C39
Text Example
Text Example
White with #5C2C39
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C2C39; }
p { color: rgb(92,44,57); }
H1.HeaderClassName
{
color: #5C2C39;
}
.AnyTagClassName
{
color: #5C2C39;
}
</style>
background-color css
<style>
a { background-color: #5C2C39; }
a { background-color: rgb(92,44,57); }
div.DivClassName
{
background-color: #5C2C39;
}
.BgClassName
{
background-color: #5C2C39;
}
</style>
border-color css
<style>
span { border-color: #5C2C39; }
span { border-color: rgb(92,44,57); }
td.TdClassName
{
border-color: #5C2C39;
}
.TagClassName
{
border-color: #5C2C39;
}
</style>