Shades of Black Rose #5B1F35
Tints of Black Rose #5B1F35
RGB
CMYK
RGB Variations
Color information
#5B1F35 (or 0x5B1F35) is known color: Black Rose. HEX triplet: 5B, 1F and 35. RGB value is (91,31,53). Sum of RGB (Red+Green+Blue) = 91+31+53=175 (23% of max value = 765). Red value is 91 (35.94% from 255 or 52% from 175); Green value is 31 (12.5% from 255 or 17.71% from 175); Blue value is 53 (21.09% from 255 or 30.29% from 175); Max value from RGB is 91 - color contains mainly: red. Hex color #5B1F35 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5B1F35 is #A4E0CA. Grayscale: #333333. Windows color (decimal): -10805451 or 3481435. OLE color: 3481435.
HSL color Cylindrical-coordinate representation of color #5B1F35: hue angle of 338º 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 #5B1F35 is Cyan = 0, Magento = 0.66, Yellow = 0.42 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 91 | 31 | 53 | - |
| CMYK | 0 | 0.66 | 0.42 | 0.64 |
| HSL | 338º | 0.49% | 0.24% | - |
| HSV(B) | 338º | 0.66% | 0.36% | - |
| XYZ | 5.45 | 3.46 | 3.75 | - |
| YUV | 51.45 | 128.88 | 156.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 31 | 53 | 0 | 0.66 | 0.42 | 0.64 | 338 | 0.49 | 0.24 |
| Hex | 5B | 1F | 35 | 0 | 42 | 2A | 40 | 152 | 31 | 18 |
| Octal | 133 | 37 | 65 | 0 | 102 | 52 | 100 | 522 | 61 | 30 |
| Binary | 1011011 | 11111 | 110101 | 0 | 1000010 | 101010 | 1000000 | 101010010 | 110001 | 11000 |
Color Harmonies of #5B1F35
Complementary color
Monochromatic Colors of #5B1F35
Black with #5B1F35
Text Example
Text Example
White with #5B1F35
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B1F35; }
p { color: rgb(91,31,53); }
H1.HeaderClassName
{
color: #5B1F35;
}
.AnyTagClassName
{
color: #5B1F35;
}
</style>
background-color css
<style>
a { background-color: #5B1F35; }
a { background-color: rgb(91,31,53); }
div.DivClassName
{
background-color: #5B1F35;
}
.BgClassName
{
background-color: #5B1F35;
}
</style>
border-color css
<style>
span { border-color: #5B1F35; }
span { border-color: rgb(91,31,53); }
td.TdClassName
{
border-color: #5B1F35;
}
.TagClassName
{
border-color: #5B1F35;
}
</style>