Shades of Black Rose #5E2234
Tints of Black Rose #5E2234
RGB
CMYK
RGB Variations
Color information
#5E2234 (or 0x5E2234) is known color: Black Rose. HEX triplet: 5E, 22 and 34. RGB value is (94,34,52). Sum of RGB (Red+Green+Blue) = 94+34+52=180 (23% of max value = 765). Red value is 94 (37.11% from 255 or 52.22% from 180); Green value is 34 (13.67% from 255 or 18.89% from 180); Blue value is 52 (20.70% from 255 or 28.89% from 180); Max value from RGB is 94 - color contains mainly: red. Hex color #5E2234 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5E2234 is #A1DDCB. Grayscale: #353535. Windows color (decimal): -10608076 or 3416670. OLE color: 3416670.
HSL color Cylindrical-coordinate representation of color #5E2234: hue angle of 342º degrees, saturation: 0.47, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #5E2234 is Cyan = 0, Magento = 0.64, Yellow = 0.45 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 94 | 34 | 52 | - |
| CMYK | 0 | 0.64 | 0.45 | 0.63 |
| HSL | 342º | 0.47% | 0.25% | - |
| HSV(B) | 342º | 0.64% | 0.37% | - |
| XYZ | 5.81 | 3.77 | 3.67 | - |
| YUV | 53.99 | 126.88 | 156.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 34 | 52 | 0 | 0.64 | 0.45 | 0.63 | 342 | 0.47 | 0.25 |
| Hex | 5E | 22 | 34 | 0 | 40 | 2D | 3F | 156 | 2F | 19 |
| Octal | 136 | 42 | 64 | 0 | 100 | 55 | 77 | 526 | 57 | 31 |
| Binary | 1011110 | 100010 | 110100 | 0 | 1000000 | 101101 | 111111 | 101010110 | 101111 | 11001 |
Color Harmonies of #5E2234
Complementary color
Monochromatic Colors of #5E2234
Black with #5E2234
Text Example
Text Example
White with #5E2234
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E2234; }
p { color: rgb(94,34,52); }
H1.HeaderClassName
{
color: #5E2234;
}
.AnyTagClassName
{
color: #5E2234;
}
</style>
background-color css
<style>
a { background-color: #5E2234; }
a { background-color: rgb(94,34,52); }
div.DivClassName
{
background-color: #5E2234;
}
.BgClassName
{
background-color: #5E2234;
}
</style>
border-color css
<style>
span { border-color: #5E2234; }
span { border-color: rgb(94,34,52); }
td.TdClassName
{
border-color: #5E2234;
}
.TagClassName
{
border-color: #5E2234;
}
</style>