Shades of Black Rose #5B243B
Tints of Black Rose #5B243B
RGB
CMYK
RGB Variations
Color information
#5B243B (or 0x5B243B) is known color: Black Rose. HEX triplet: 5B, 24 and 3B. RGB value is (91,36,59). Sum of RGB (Red+Green+Blue) = 91+36+59=186 (24% of max value = 765). Red value is 91 (35.94% from 255 or 48.92% from 186); Green value is 36 (14.45% from 255 or 19.35% from 186); Blue value is 59 (23.44% from 255 or 31.72% from 186); Max value from RGB is 91 - color contains mainly: red. Hex color #5B243B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5B243B is #A4DBC4. Grayscale: #373737. Windows color (decimal): -10804165 or 3875931. OLE color: 3875931.
HSL color Cylindrical-coordinate representation of color #5B243B: hue angle of 334.91º degrees, saturation: 0.43, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #5B243B is Cyan = 0, Magento = 0.60, Yellow = 0.35 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 91 | 36 | 59 | - |
| CMYK | 0 | 0.60 | 0.35 | 0.64 |
| HSL | 334.91º | 0.43% | 0.25% | - |
| HSV(B) | 334.91º | 0.6% | 0.36% | - |
| XYZ | 5.73 | 3.8 | 4.57 | - |
| YUV | 55.07 | 130.22 | 153.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 36 | 59 | 0 | 0.60 | 0.35 | 0.64 | 334.91 | 0.43 | 0.25 |
| Hex | 5B | 24 | 3B | 0 | 3C | 23 | 40 | 14F | 2B | 19 |
| Octal | 133 | 44 | 73 | 0 | 74 | 43 | 100 | 517 | 53 | 31 |
| Binary | 1011011 | 100100 | 111011 | 0 | 111100 | 100011 | 1000000 | 101001111 | 101011 | 11001 |
Color Harmonies of #5B243B
Complementary color
Monochromatic Colors of #5B243B
Black with #5B243B
Text Example
Text Example
White with #5B243B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B243B; }
p { color: rgb(91,36,59); }
H1.HeaderClassName
{
color: #5B243B;
}
.AnyTagClassName
{
color: #5B243B;
}
</style>
background-color css
<style>
a { background-color: #5B243B; }
a { background-color: rgb(91,36,59); }
div.DivClassName
{
background-color: #5B243B;
}
.BgClassName
{
background-color: #5B243B;
}
</style>
border-color css
<style>
span { border-color: #5B243B; }
span { border-color: rgb(91,36,59); }
td.TdClassName
{
border-color: #5B243B;
}
.TagClassName
{
border-color: #5B243B;
}
</style>