Shades of Black Rose #5B223A
Tints of Black Rose #5B223A
RGB
CMYK
RGB Variations
Color information
#5B223A (or 0x5B223A) is known color: Black Rose. HEX triplet: 5B, 22 and 3A. RGB value is (91,34,58). Sum of RGB (Red+Green+Blue) = 91+34+58=183 (24% of max value = 765). Red value is 91 (35.94% from 255 or 49.73% from 183); Green value is 34 (13.67% from 255 or 18.58% from 183); Blue value is 58 (23.05% from 255 or 31.69% from 183); Max value from RGB is 91 - color contains mainly: red. Hex color #5B223A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5B223A is #A4DDC5. Grayscale: #353535. Windows color (decimal): -10804678 or 3809883. OLE color: 3809883.
HSL color Cylindrical-coordinate representation of color #5B223A: hue angle of 334.74º degrees, saturation: 0.46, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #5B223A is Cyan = 0, Magento = 0.63, Yellow = 0.36 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 91 | 34 | 58 | - |
| CMYK | 0 | 0.63 | 0.36 | 0.64 |
| HSL | 334.74º | 0.46% | 0.25% | - |
| HSV(B) | 334.74º | 0.63% | 0.36% | - |
| XYZ | 5.65 | 3.67 | 4.41 | - |
| YUV | 53.78 | 130.38 | 154.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 34 | 58 | 0 | 0.63 | 0.36 | 0.64 | 334.74 | 0.46 | 0.25 |
| Hex | 5B | 22 | 3A | 0 | 3F | 24 | 40 | 14F | 2E | 19 |
| Octal | 133 | 42 | 72 | 0 | 77 | 44 | 100 | 517 | 56 | 31 |
| Binary | 1011011 | 100010 | 111010 | 0 | 111111 | 100100 | 1000000 | 101001111 | 101110 | 11001 |
Color Harmonies of #5B223A
Complementary color
Monochromatic Colors of #5B223A
Black with #5B223A
Text Example
Text Example
White with #5B223A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B223A; }
p { color: rgb(91,34,58); }
H1.HeaderClassName
{
color: #5B223A;
}
.AnyTagClassName
{
color: #5B223A;
}
</style>
background-color css
<style>
a { background-color: #5B223A; }
a { background-color: rgb(91,34,58); }
div.DivClassName
{
background-color: #5B223A;
}
.BgClassName
{
background-color: #5B223A;
}
</style>
border-color css
<style>
span { border-color: #5B223A; }
span { border-color: rgb(91,34,58); }
td.TdClassName
{
border-color: #5B223A;
}
.TagClassName
{
border-color: #5B223A;
}
</style>