Shades of Black Rose #5A1D31
Tints of Black Rose #5A1D31
RGB
CMYK
RGB Variations
Color information
#5A1D31 (or 0x5A1D31) is known color: Black Rose. HEX triplet: 5A, 1D and 31. RGB value is (90,29,49). Sum of RGB (Red+Green+Blue) = 90+29+49=168 (22% of max value = 765). Red value is 90 (35.55% from 255 or 53.57% from 168); Green value is 29 (11.72% from 255 or 17.26% from 168); Blue value is 49 (19.53% from 255 or 29.17% from 168); Max value from RGB is 90 - color contains mainly: red. Hex color #5A1D31 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5A1D31 is #A5E2CE. Grayscale: #313131. Windows color (decimal): -10871503 or 3218778. OLE color: 3218778.
HSL color Cylindrical-coordinate representation of color #5A1D31: hue angle of 340.33º degrees, saturation: 0.51, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #5A1D31 is Cyan = 0, Magento = 0.68, Yellow = 0.46 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 90 | 29 | 49 | - |
| CMYK | 0 | 0.68 | 0.46 | 0.65 |
| HSL | 340.33º | 0.51% | 0.23% | - |
| HSV(B) | 340.33º | 0.68% | 0.35% | - |
| XYZ | 5.21 | 3.27 | 3.26 | - |
| YUV | 49.52 | 127.71 | 156.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 29 | 49 | 0 | 0.68 | 0.46 | 0.65 | 340.33 | 0.51 | 0.23 |
| Hex | 5A | 1D | 31 | 0 | 44 | 2E | 41 | 154 | 33 | 17 |
| Octal | 132 | 35 | 61 | 0 | 104 | 56 | 101 | 524 | 63 | 27 |
| Binary | 1011010 | 11101 | 110001 | 0 | 1000100 | 101110 | 1000001 | 101010100 | 110011 | 10111 |
Color Harmonies of #5A1D31
Complementary color
Monochromatic Colors of #5A1D31
Black with #5A1D31
Text Example
Text Example
White with #5A1D31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A1D31; }
p { color: rgb(90,29,49); }
H1.HeaderClassName
{
color: #5A1D31;
}
.AnyTagClassName
{
color: #5A1D31;
}
</style>
background-color css
<style>
a { background-color: #5A1D31; }
a { background-color: rgb(90,29,49); }
div.DivClassName
{
background-color: #5A1D31;
}
.BgClassName
{
background-color: #5A1D31;
}
</style>
border-color css
<style>
span { border-color: #5A1D31; }
span { border-color: rgb(90,29,49); }
td.TdClassName
{
border-color: #5A1D31;
}
.TagClassName
{
border-color: #5A1D31;
}
</style>