Shades of Black Rose #5A283D
Tints of Black Rose #5A283D
RGB
CMYK
RGB Variations
Color information
#5A283D (or 0x5A283D) is known color: Black Rose. HEX triplet: 5A, 28 and 3D. RGB value is (90,40,61). Sum of RGB (Red+Green+Blue) = 90+40+61=191 (25% of max value = 765). Red value is 90 (35.55% from 255 or 47.12% from 191); Green value is 40 (16.02% from 255 or 20.94% from 191); Blue value is 61 (24.22% from 255 or 31.94% from 191); Max value from RGB is 90 - color contains mainly: red. Hex color #5A283D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5A283D is #A5D7C2. Grayscale: #393939. Windows color (decimal): -10868675 or 4008026. OLE color: 4008026.
HSL color Cylindrical-coordinate representation of color #5A283D: hue angle of 334.8º 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 #5A283D is Cyan = 0, Magento = 0.56, Yellow = 0.32 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 90 | 40 | 61 | - |
| CMYK | 0 | 0.56 | 0.32 | 0.65 |
| HSL | 334.8º | 0.38% | 0.25% | - |
| HSV(B) | 334.8º | 0.56% | 0.35% | - |
| XYZ | 5.82 | 4.03 | 4.89 | - |
| YUV | 57.34 | 130.07 | 151.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 40 | 61 | 0 | 0.56 | 0.32 | 0.65 | 334.8 | 0.38 | 0.25 |
| Hex | 5A | 28 | 3D | 0 | 38 | 20 | 41 | 14F | 26 | 19 |
| Octal | 132 | 50 | 75 | 0 | 70 | 40 | 101 | 517 | 46 | 31 |
| Binary | 1011010 | 101000 | 111101 | 0 | 111000 | 100000 | 1000001 | 101001111 | 100110 | 11001 |
Color Harmonies of #5A283D
Complementary color
Monochromatic Colors of #5A283D
Black with #5A283D
Text Example
Text Example
White with #5A283D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A283D; }
p { color: rgb(90,40,61); }
H1.HeaderClassName
{
color: #5A283D;
}
.AnyTagClassName
{
color: #5A283D;
}
</style>
background-color css
<style>
a { background-color: #5A283D; }
a { background-color: rgb(90,40,61); }
div.DivClassName
{
background-color: #5A283D;
}
.BgClassName
{
background-color: #5A283D;
}
</style>
border-color css
<style>
span { border-color: #5A283D; }
span { border-color: rgb(90,40,61); }
td.TdClassName
{
border-color: #5A283D;
}
.TagClassName
{
border-color: #5A283D;
}
</style>