Shades of Black Rose #5A2C38
Tints of Black Rose #5A2C38
RGB
CMYK
RGB Variations
Color information
#5A2C38 (or 0x5A2C38) is known color: Black Rose. HEX triplet: 5A, 2C and 38. RGB value is (90,44,56). Sum of RGB (Red+Green+Blue) = 90+44+56=190 (25% of max value = 765). Red value is 90 (35.55% from 255 or 47.37% from 190); Green value is 44 (17.58% from 255 or 23.16% from 190); Blue value is 56 (22.27% from 255 or 29.47% from 190); Max value from RGB is 90 - color contains mainly: red. Hex color #5A2C38 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5A2C38 is #A5D3C7. Grayscale: #3B3B3B. Windows color (decimal): -10867656 or 3681370. OLE color: 3681370.
HSL color Cylindrical-coordinate representation of color #5A2C38: hue angle of 344.35º degrees, saturation: 0.34, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #5A2C38 is Cyan = 0, Magento = 0.51, Yellow = 0.38 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 90 | 44 | 56 | - |
| CMYK | 0 | 0.51 | 0.38 | 0.65 |
| HSL | 344.35º | 0.34% | 0.26% | - |
| HSV(B) | 344.35º | 0.51% | 0.35% | - |
| XYZ | 5.83 | 4.26 | 4.26 | - |
| YUV | 59.12 | 126.24 | 150.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 44 | 56 | 0 | 0.51 | 0.38 | 0.65 | 344.35 | 0.34 | 0.26 |
| Hex | 5A | 2C | 38 | 0 | 33 | 26 | 41 | 158 | 22 | 1A |
| Octal | 132 | 54 | 70 | 0 | 63 | 46 | 101 | 530 | 42 | 32 |
| Binary | 1011010 | 101100 | 111000 | 0 | 110011 | 100110 | 1000001 | 101011000 | 100010 | 11010 |
Color Harmonies of #5A2C38
Complementary color
Monochromatic Colors of #5A2C38
Black with #5A2C38
Text Example
Text Example
White with #5A2C38
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A2C38; }
p { color: rgb(90,44,56); }
H1.HeaderClassName
{
color: #5A2C38;
}
.AnyTagClassName
{
color: #5A2C38;
}
</style>
background-color css
<style>
a { background-color: #5A2C38; }
a { background-color: rgb(90,44,56); }
div.DivClassName
{
background-color: #5A2C38;
}
.BgClassName
{
background-color: #5A2C38;
}
</style>
border-color css
<style>
span { border-color: #5A2C38; }
span { border-color: rgb(90,44,56); }
td.TdClassName
{
border-color: #5A2C38;
}
.TagClassName
{
border-color: #5A2C38;
}
</style>