Shades of Black Rose #5B1F32
Tints of Black Rose #5B1F32
RGB
CMYK
RGB Variations
Color information
#5B1F32 (or 0x5B1F32) is known color: Black Rose. HEX triplet: 5B, 1F and 32. RGB value is (91,31,50). Sum of RGB (Red+Green+Blue) = 91+31+50=172 (22% of max value = 765). Red value is 91 (35.94% from 255 or 52.91% from 172); Green value is 31 (12.5% from 255 or 18.02% from 172); Blue value is 50 (19.92% from 255 or 29.07% from 172); Max value from RGB is 91 - color contains mainly: red. Hex color #5B1F32 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5B1F32 is #A4E0CD. Grayscale: #333333. Windows color (decimal): -10805454 or 3284827. OLE color: 3284827.
HSL color Cylindrical-coordinate representation of color #5B1F32: hue angle of 341º degrees, saturation: 0.49, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #5B1F32 is Cyan = 0, Magento = 0.66, Yellow = 0.45 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 91 | 31 | 50 | - |
| CMYK | 0 | 0.66 | 0.45 | 0.64 |
| HSL | 341º | 0.49% | 0.24% | - |
| HSV(B) | 341º | 0.66% | 0.36% | - |
| XYZ | 5.38 | 3.43 | 3.4 | - |
| YUV | 51.11 | 127.38 | 156.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 31 | 50 | 0 | 0.66 | 0.45 | 0.64 | 341 | 0.49 | 0.24 |
| Hex | 5B | 1F | 32 | 0 | 42 | 2D | 40 | 155 | 31 | 18 |
| Octal | 133 | 37 | 62 | 0 | 102 | 55 | 100 | 525 | 61 | 30 |
| Binary | 1011011 | 11111 | 110010 | 0 | 1000010 | 101101 | 1000000 | 101010101 | 110001 | 11000 |
Color Harmonies of #5B1F32
Complementary color
Monochromatic Colors of #5B1F32
Black with #5B1F32
Text Example
Text Example
White with #5B1F32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B1F32; }
p { color: rgb(91,31,50); }
H1.HeaderClassName
{
color: #5B1F32;
}
.AnyTagClassName
{
color: #5B1F32;
}
</style>
background-color css
<style>
a { background-color: #5B1F32; }
a { background-color: rgb(91,31,50); }
div.DivClassName
{
background-color: #5B1F32;
}
.BgClassName
{
background-color: #5B1F32;
}
</style>
border-color css
<style>
span { border-color: #5B1F32; }
span { border-color: rgb(91,31,50); }
td.TdClassName
{
border-color: #5B1F32;
}
.TagClassName
{
border-color: #5B1F32;
}
</style>