Shades of Black Rose #5A1C33
Tints of Black Rose #5A1C33
RGB
CMYK
RGB Variations
Color information
#5A1C33 (or 0x5A1C33) is known color: Black Rose. HEX triplet: 5A, 1C and 33. RGB value is (90,28,51). Sum of RGB (Red+Green+Blue) = 90+28+51=169 (22% of max value = 765). Red value is 90 (35.55% from 255 or 53.25% from 169); Green value is 28 (11.33% from 255 or 16.57% from 169); Blue value is 51 (20.31% from 255 or 30.18% from 169); Max value from RGB is 90 - color contains mainly: red. Hex color #5A1C33 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5A1C33 is #A5E3CC. Grayscale: #313131. Windows color (decimal): -10871757 or 3349594. OLE color: 3349594.
HSL color Cylindrical-coordinate representation of color #5A1C33: hue angle of 337.74º degrees, saturation: 0.53, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #5A1C33 is Cyan = 0, Magento = 0.69, Yellow = 0.43 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 90 | 28 | 51 | - |
| CMYK | 0 | 0.69 | 0.43 | 0.65 |
| HSL | 337.74º | 0.53% | 0.23% | - |
| HSV(B) | 337.74º | 0.69% | 0.35% | - |
| XYZ | 5.23 | 3.24 | 3.48 | - |
| YUV | 49.16 | 129.04 | 157.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 28 | 51 | 0 | 0.69 | 0.43 | 0.65 | 337.74 | 0.53 | 0.23 |
| Hex | 5A | 1C | 33 | 0 | 45 | 2B | 41 | 152 | 35 | 17 |
| Octal | 132 | 34 | 63 | 0 | 105 | 53 | 101 | 522 | 65 | 27 |
| Binary | 1011010 | 11100 | 110011 | 0 | 1000101 | 101011 | 1000001 | 101010010 | 110101 | 10111 |
Color Harmonies of #5A1C33
Complementary color
Monochromatic Colors of #5A1C33
Black with #5A1C33
Text Example
Text Example
White with #5A1C33
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A1C33; }
p { color: rgb(90,28,51); }
H1.HeaderClassName
{
color: #5A1C33;
}
.AnyTagClassName
{
color: #5A1C33;
}
</style>
background-color css
<style>
a { background-color: #5A1C33; }
a { background-color: rgb(90,28,51); }
div.DivClassName
{
background-color: #5A1C33;
}
.BgClassName
{
background-color: #5A1C33;
}
</style>
border-color css
<style>
span { border-color: #5A1C33; }
span { border-color: rgb(90,28,51); }
td.TdClassName
{
border-color: #5A1C33;
}
.TagClassName
{
border-color: #5A1C33;
}
</style>