Shades of Black Rose #5B1A35
Tints of Black Rose #5B1A35
RGB
CMYK
RGB Variations
Color information
#5B1A35 (or 0x5B1A35) is known color: Black Rose. HEX triplet: 5B, 1A and 35. RGB value is (91,26,53). Sum of RGB (Red+Green+Blue) = 91+26+53=170 (22% of max value = 765). Red value is 91 (35.94% from 255 or 53.53% from 170); Green value is 26 (10.55% from 255 or 15.29% from 170); Blue value is 53 (21.09% from 255 or 31.18% from 170); Max value from RGB is 91 - color contains mainly: red. Hex color #5B1A35 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5B1A35 is #A4E5CA. Grayscale: #303030. Windows color (decimal): -10806731 or 3480155. OLE color: 3480155.
HSL color Cylindrical-coordinate representation of color #5B1A35: hue angle of 335.08º degrees, saturation: 0.56, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #5B1A35 is Cyan = 0, Magento = 0.71, Yellow = 0.42 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 91 | 26 | 53 | - |
| CMYK | 0 | 0.71 | 0.42 | 0.64 |
| HSL | 335.08º | 0.56% | 0.23% | - |
| HSV(B) | 335.08º | 0.71% | 0.36% | - |
| XYZ | 5.33 | 3.22 | 3.71 | - |
| YUV | 48.51 | 130.53 | 158.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 26 | 53 | 0 | 0.71 | 0.42 | 0.64 | 335.08 | 0.56 | 0.23 |
| Hex | 5B | 1A | 35 | 0 | 47 | 2A | 40 | 14F | 38 | 17 |
| Octal | 133 | 32 | 65 | 0 | 107 | 52 | 100 | 517 | 70 | 27 |
| Binary | 1011011 | 11010 | 110101 | 0 | 1000111 | 101010 | 1000000 | 101001111 | 111000 | 10111 |
Color Harmonies of #5B1A35
Complementary color
Monochromatic Colors of #5B1A35
Black with #5B1A35
Text Example
Text Example
White with #5B1A35
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B1A35; }
p { color: rgb(91,26,53); }
H1.HeaderClassName
{
color: #5B1A35;
}
.AnyTagClassName
{
color: #5B1A35;
}
</style>
background-color css
<style>
a { background-color: #5B1A35; }
a { background-color: rgb(91,26,53); }
div.DivClassName
{
background-color: #5B1A35;
}
.BgClassName
{
background-color: #5B1A35;
}
</style>
border-color css
<style>
span { border-color: #5B1A35; }
span { border-color: rgb(91,26,53); }
td.TdClassName
{
border-color: #5B1A35;
}
.TagClassName
{
border-color: #5B1A35;
}
</style>