Shades of Black Rose #5E2134
Tints of Black Rose #5E2134
RGB
CMYK
RGB Variations
Color information
#5E2134 (or 0x5E2134) is known color: Black Rose. HEX triplet: 5E, 21 and 34. RGB value is (94,33,52). Sum of RGB (Red+Green+Blue) = 94+33+52=179 (23% of max value = 765). Red value is 94 (37.11% from 255 or 52.51% from 179); Green value is 33 (13.28% from 255 or 18.44% from 179); Blue value is 52 (20.70% from 255 or 29.05% from 179); Max value from RGB is 94 - color contains mainly: red. Hex color #5E2134 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5E2134 is #A1DECB. Grayscale: #353535. Windows color (decimal): -10608332 or 3416414. OLE color: 3416414.
HSL color Cylindrical-coordinate representation of color #5E2134: hue angle of 341.31º degrees, saturation: 0.48, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #5E2134 is Cyan = 0, Magento = 0.65, Yellow = 0.45 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 94 | 33 | 52 | - |
| CMYK | 0 | 0.65 | 0.45 | 0.63 |
| HSL | 341.31º | 0.48% | 0.25% | - |
| HSV(B) | 341.31º | 0.65% | 0.37% | - |
| XYZ | 5.78 | 3.72 | 3.66 | - |
| YUV | 53.41 | 127.21 | 156.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 33 | 52 | 0 | 0.65 | 0.45 | 0.63 | 341.31 | 0.48 | 0.25 |
| Hex | 5E | 21 | 34 | 0 | 41 | 2D | 3F | 155 | 30 | 19 |
| Octal | 136 | 41 | 64 | 0 | 101 | 55 | 77 | 525 | 60 | 31 |
| Binary | 1011110 | 100001 | 110100 | 0 | 1000001 | 101101 | 111111 | 101010101 | 110000 | 11001 |
Color Harmonies of #5E2134
Complementary color
Monochromatic Colors of #5E2134
Black with #5E2134
Text Example
Text Example
White with #5E2134
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E2134; }
p { color: rgb(94,33,52); }
H1.HeaderClassName
{
color: #5E2134;
}
.AnyTagClassName
{
color: #5E2134;
}
</style>
background-color css
<style>
a { background-color: #5E2134; }
a { background-color: rgb(94,33,52); }
div.DivClassName
{
background-color: #5E2134;
}
.BgClassName
{
background-color: #5E2134;
}
</style>
border-color css
<style>
span { border-color: #5E2134; }
span { border-color: rgb(94,33,52); }
td.TdClassName
{
border-color: #5E2134;
}
.TagClassName
{
border-color: #5E2134;
}
</style>