Shades of Black Rose #5A2833
Tints of Black Rose #5A2833
RGB
CMYK
RGB Variations
Color information
#5A2833 (or 0x5A2833) is known color: Black Rose. HEX triplet: 5A, 28 and 33. RGB value is (90,40,51). Sum of RGB (Red+Green+Blue) = 90+40+51=181 (23% of max value = 765). Red value is 90 (35.55% from 255 or 49.72% from 181); Green value is 40 (16.02% from 255 or 22.10% from 181); Blue value is 51 (20.31% from 255 or 28.18% from 181); Max value from RGB is 90 - color contains mainly: red. Hex color #5A2833 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5A2833 is #A5D7CC. Grayscale: #383838. Windows color (decimal): -10868685 or 3352666. OLE color: 3352666.
HSL color Cylindrical-coordinate representation of color #5A2833: hue angle of 346.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 #5A2833 is Cyan = 0, Magento = 0.56, Yellow = 0.43 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 90 | 40 | 51 | - |
| CMYK | 0 | 0.56 | 0.43 | 0.65 |
| HSL | 346.8º | 0.38% | 0.25% | - |
| HSV(B) | 346.8º | 0.56% | 0.35% | - |
| XYZ | 5.57 | 3.93 | 3.6 | - |
| YUV | 56.2 | 125.07 | 152.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 40 | 51 | 0 | 0.56 | 0.43 | 0.65 | 346.8 | 0.38 | 0.25 |
| Hex | 5A | 28 | 33 | 0 | 38 | 2B | 41 | 15B | 26 | 19 |
| Octal | 132 | 50 | 63 | 0 | 70 | 53 | 101 | 533 | 46 | 31 |
| Binary | 1011010 | 101000 | 110011 | 0 | 111000 | 101011 | 1000001 | 101011011 | 100110 | 11001 |
Color Harmonies of #5A2833
Complementary color
Monochromatic Colors of #5A2833
Black with #5A2833
Text Example
Text Example
White with #5A2833
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A2833; }
p { color: rgb(90,40,51); }
H1.HeaderClassName
{
color: #5A2833;
}
.AnyTagClassName
{
color: #5A2833;
}
</style>
background-color css
<style>
a { background-color: #5A2833; }
a { background-color: rgb(90,40,51); }
div.DivClassName
{
background-color: #5A2833;
}
.BgClassName
{
background-color: #5A2833;
}
</style>
border-color css
<style>
span { border-color: #5A2833; }
span { border-color: rgb(90,40,51); }
td.TdClassName
{
border-color: #5A2833;
}
.TagClassName
{
border-color: #5A2833;
}
</style>