Shades of Black Rose #5A2533
Tints of Black Rose #5A2533
RGB
CMYK
RGB Variations
Color information
#5A2533 (or 0x5A2533) is known color: Black Rose. HEX triplet: 5A, 25 and 33. RGB value is (90,37,51). Sum of RGB (Red+Green+Blue) = 90+37+51=178 (23% of max value = 765). Red value is 90 (35.55% from 255 or 50.56% from 178); Green value is 37 (14.84% from 255 or 20.79% from 178); Blue value is 51 (20.31% from 255 or 28.65% from 178); Max value from RGB is 90 - color contains mainly: red. Hex color #5A2533 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5A2533 is #A5DACC. Grayscale: #363636. Windows color (decimal): -10869453 or 3351898. OLE color: 3351898.
HSL color Cylindrical-coordinate representation of color #5A2533: hue angle of 344.15º degrees, saturation: 0.42, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #5A2533 is Cyan = 0, Magento = 0.59, Yellow = 0.43 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 90 | 37 | 51 | - |
| CMYK | 0 | 0.59 | 0.43 | 0.65 |
| HSL | 344.15º | 0.42% | 0.25% | - |
| HSV(B) | 344.15º | 0.59% | 0.35% | - |
| XYZ | 5.48 | 3.74 | 3.56 | - |
| YUV | 54.44 | 126.06 | 153.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 37 | 51 | 0 | 0.59 | 0.43 | 0.65 | 344.15 | 0.42 | 0.25 |
| Hex | 5A | 25 | 33 | 0 | 3B | 2B | 41 | 158 | 2A | 19 |
| Octal | 132 | 45 | 63 | 0 | 73 | 53 | 101 | 530 | 52 | 31 |
| Binary | 1011010 | 100101 | 110011 | 0 | 111011 | 101011 | 1000001 | 101011000 | 101010 | 11001 |
Color Harmonies of #5A2533
Complementary color
Monochromatic Colors of #5A2533
Black with #5A2533
Text Example
Text Example
White with #5A2533
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A2533; }
p { color: rgb(90,37,51); }
H1.HeaderClassName
{
color: #5A2533;
}
.AnyTagClassName
{
color: #5A2533;
}
</style>
background-color css
<style>
a { background-color: #5A2533; }
a { background-color: rgb(90,37,51); }
div.DivClassName
{
background-color: #5A2533;
}
.BgClassName
{
background-color: #5A2533;
}
</style>
border-color css
<style>
span { border-color: #5A2533; }
span { border-color: rgb(90,37,51); }
td.TdClassName
{
border-color: #5A2533;
}
.TagClassName
{
border-color: #5A2533;
}
</style>