Shades of Black Rose #5C2339
Tints of Black Rose #5C2339
RGB
CMYK
RGB Variations
Color information
#5C2339 (or 0x5C2339) is known color: Black Rose. HEX triplet: 5C, 23 and 39. RGB value is (92,35,57). Sum of RGB (Red+Green+Blue) = 92+35+57=184 (24% of max value = 765). Red value is 92 (36.33% from 255 or 50% from 184); Green value is 35 (14.06% from 255 or 19.02% from 184); Blue value is 57 (22.66% from 255 or 30.98% from 184); Max value from RGB is 92 - color contains mainly: red. Hex color #5C2339 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5C2339 is #A3DCC6. Grayscale: #363636. Windows color (decimal): -10738887 or 3744604. OLE color: 3744604.
HSL color Cylindrical-coordinate representation of color #5C2339: hue angle of 336.84º degrees, saturation: 0.45, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #5C2339 is Cyan = 0, Magento = 0.62, Yellow = 0.38 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 92 | 35 | 57 | - |
| CMYK | 0 | 0.62 | 0.38 | 0.64 |
| HSL | 336.84º | 0.45% | 0.25% | - |
| HSV(B) | 336.84º | 0.62% | 0.36% | - |
| XYZ | 5.75 | 3.77 | 4.3 | - |
| YUV | 54.55 | 129.38 | 154.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 35 | 57 | 0 | 0.62 | 0.38 | 0.64 | 336.84 | 0.45 | 0.25 |
| Hex | 5C | 23 | 39 | 0 | 3E | 26 | 40 | 151 | 2D | 19 |
| Octal | 134 | 43 | 71 | 0 | 76 | 46 | 100 | 521 | 55 | 31 |
| Binary | 1011100 | 100011 | 111001 | 0 | 111110 | 100110 | 1000000 | 101010001 | 101101 | 11001 |
Color Harmonies of #5C2339
Complementary color
Monochromatic Colors of #5C2339
Black with #5C2339
Text Example
Text Example
White with #5C2339
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C2339; }
p { color: rgb(92,35,57); }
H1.HeaderClassName
{
color: #5C2339;
}
.AnyTagClassName
{
color: #5C2339;
}
</style>
background-color css
<style>
a { background-color: #5C2339; }
a { background-color: rgb(92,35,57); }
div.DivClassName
{
background-color: #5C2339;
}
.BgClassName
{
background-color: #5C2339;
}
</style>
border-color css
<style>
span { border-color: #5C2339; }
span { border-color: rgb(92,35,57); }
td.TdClassName
{
border-color: #5C2339;
}
.TagClassName
{
border-color: #5C2339;
}
</style>