Shades of Black Rose #5A1430
Tints of Black Rose #5A1430
RGB
CMYK
RGB Variations
Color information
#5A1430 (or 0x5A1430) is known color: Black Rose. HEX triplet: 5A, 14 and 30. RGB value is (90,20,48). Sum of RGB (Red+Green+Blue) = 90+20+48=158 (20% of max value = 765). Red value is 90 (35.55% from 255 or 56.96% from 158); Green value is 20 (8.20% from 255 or 12.66% from 158); Blue value is 48 (19.14% from 255 or 30.38% from 158); Max value from RGB is 90 - color contains mainly: red. Hex color #5A1430 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #5A1430 is #A5EBCF. Grayscale: #2C2C2C. Windows color (decimal): -10873808 or 3150938. OLE color: 3150938.
HSL color Cylindrical-coordinate representation of color #5A1430: hue angle of 336º degrees, saturation: 0.64, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #5A1430 is Cyan = 0, Magento = 0.78, Yellow = 0.47 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 90 | 20 | 48 | - |
| CMYK | 0 | 0.78 | 0.47 | 0.65 |
| HSL | 336º | 0.64% | 0.22% | - |
| HSV(B) | 336º | 0.78% | 0.35% | - |
| XYZ | 5 | 2.89 | 3.09 | - |
| YUV | 44.12 | 130.19 | 160.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 20 | 48 | 0 | 0.78 | 0.47 | 0.65 | 336 | 0.64 | 0.22 |
| Hex | 5A | 14 | 30 | 0 | 4E | 2F | 41 | 150 | 40 | 16 |
| Octal | 132 | 24 | 60 | 0 | 116 | 57 | 101 | 520 | 100 | 26 |
| Binary | 1011010 | 10100 | 110000 | 0 | 1001110 | 101111 | 1000001 | 101010000 | 1000000 | 10110 |
Color Harmonies of #5A1430
Complementary color
Monochromatic Colors of #5A1430
Black with #5A1430
Text Example
Text Example
White with #5A1430
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A1430; }
p { color: rgb(90,20,48); }
H1.HeaderClassName
{
color: #5A1430;
}
.AnyTagClassName
{
color: #5A1430;
}
</style>
background-color css
<style>
a { background-color: #5A1430; }
a { background-color: rgb(90,20,48); }
div.DivClassName
{
background-color: #5A1430;
}
.BgClassName
{
background-color: #5A1430;
}
</style>
border-color css
<style>
span { border-color: #5A1430; }
span { border-color: rgb(90,20,48); }
td.TdClassName
{
border-color: #5A1430;
}
.TagClassName
{
border-color: #5A1430;
}
</style>