Shades of Black Rose #5A283C
Tints of Black Rose #5A283C
RGB
CMYK
RGB Variations
Color information
#5A283C (or 0x5A283C) is known color: Black Rose. HEX triplet: 5A, 28 and 3C. RGB value is (90,40,60). Sum of RGB (Red+Green+Blue) = 90+40+60=190 (25% of max value = 765). Red value is 90 (35.55% from 255 or 47.37% from 190); Green value is 40 (16.02% from 255 or 21.05% from 190); Blue value is 60 (23.83% from 255 or 31.58% from 190); Max value from RGB is 90 - color contains mainly: red. Hex color #5A283C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5A283C is #A5D7C3. Grayscale: #393939. Windows color (decimal): -10868676 or 3942490. OLE color: 3942490.
HSL color Cylindrical-coordinate representation of color #5A283C: hue angle of 336º degrees, saturation: 0.38, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #5A283C is Cyan = 0, Magento = 0.56, Yellow = 0.33 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 90 | 40 | 60 | - |
| CMYK | 0 | 0.56 | 0.33 | 0.65 |
| HSL | 336º | 0.38% | 0.25% | - |
| HSV(B) | 336º | 0.56% | 0.35% | - |
| XYZ | 5.79 | 4.02 | 4.75 | - |
| YUV | 57.23 | 129.57 | 151.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 40 | 60 | 0 | 0.56 | 0.33 | 0.65 | 336 | 0.38 | 0.25 |
| Hex | 5A | 28 | 3C | 0 | 38 | 21 | 41 | 150 | 26 | 19 |
| Octal | 132 | 50 | 74 | 0 | 70 | 41 | 101 | 520 | 46 | 31 |
| Binary | 1011010 | 101000 | 111100 | 0 | 111000 | 100001 | 1000001 | 101010000 | 100110 | 11001 |
Color Harmonies of #5A283C
Complementary color
Monochromatic Colors of #5A283C
Black with #5A283C
Text Example
Text Example
White with #5A283C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A283C; }
p { color: rgb(90,40,60); }
H1.HeaderClassName
{
color: #5A283C;
}
.AnyTagClassName
{
color: #5A283C;
}
</style>
background-color css
<style>
a { background-color: #5A283C; }
a { background-color: rgb(90,40,60); }
div.DivClassName
{
background-color: #5A283C;
}
.BgClassName
{
background-color: #5A283C;
}
</style>
border-color css
<style>
span { border-color: #5A283C; }
span { border-color: rgb(90,40,60); }
td.TdClassName
{
border-color: #5A283C;
}
.TagClassName
{
border-color: #5A283C;
}
</style>