Shades of Black Rose #5A2638
Tints of Black Rose #5A2638
RGB
CMYK
RGB Variations
Color information
#5A2638 (or 0x5A2638) is known color: Black Rose. HEX triplet: 5A, 26 and 38. RGB value is (90,38,56). Sum of RGB (Red+Green+Blue) = 90+38+56=184 (24% of max value = 765). Red value is 90 (35.55% from 255 or 48.91% from 184); Green value is 38 (15.23% from 255 or 20.65% from 184); Blue value is 56 (22.27% from 255 or 30.43% from 184); Max value from RGB is 90 - color contains mainly: red. Hex color #5A2638 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5A2638 is #A5D9C7. Grayscale: #373737. Windows color (decimal): -10869192 or 3679834. OLE color: 3679834.
HSL color Cylindrical-coordinate representation of color #5A2638: hue angle of 339.23º degrees, saturation: 0.41, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #5A2638 is Cyan = 0, Magento = 0.58, Yellow = 0.38 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 90 | 38 | 56 | - |
| CMYK | 0 | 0.58 | 0.38 | 0.65 |
| HSL | 339.23º | 0.41% | 0.25% | - |
| HSV(B) | 339.23º | 0.58% | 0.35% | - |
| XYZ | 5.62 | 3.85 | 4.19 | - |
| YUV | 55.6 | 128.23 | 152.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 38 | 56 | 0 | 0.58 | 0.38 | 0.65 | 339.23 | 0.41 | 0.25 |
| Hex | 5A | 26 | 38 | 0 | 3A | 26 | 41 | 153 | 29 | 19 |
| Octal | 132 | 46 | 70 | 0 | 72 | 46 | 101 | 523 | 51 | 31 |
| Binary | 1011010 | 100110 | 111000 | 0 | 111010 | 100110 | 1000001 | 101010011 | 101001 | 11001 |
Color Harmonies of #5A2638
Complementary color
Monochromatic Colors of #5A2638
Black with #5A2638
Text Example
Text Example
White with #5A2638
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A2638; }
p { color: rgb(90,38,56); }
H1.HeaderClassName
{
color: #5A2638;
}
.AnyTagClassName
{
color: #5A2638;
}
</style>
background-color css
<style>
a { background-color: #5A2638; }
a { background-color: rgb(90,38,56); }
div.DivClassName
{
background-color: #5A2638;
}
.BgClassName
{
background-color: #5A2638;
}
</style>
border-color css
<style>
span { border-color: #5A2638; }
span { border-color: rgb(90,38,56); }
td.TdClassName
{
border-color: #5A2638;
}
.TagClassName
{
border-color: #5A2638;
}
</style>