Shades of Black Rose #5A232D
Tints of Black Rose #5A232D
RGB
CMYK
RGB Variations
Color information
#5A232D (or 0x5A232D) is known color: Black Rose. HEX triplet: 5A, 23 and 2D. RGB value is (90,35,45). Sum of RGB (Red+Green+Blue) = 90+35+45=170 (22% of max value = 765). Red value is 90 (35.55% from 255 or 52.94% from 170); Green value is 35 (14.06% from 255 or 20.59% from 170); Blue value is 45 (17.97% from 255 or 26.47% from 170); Max value from RGB is 90 - color contains mainly: red. Hex color #5A232D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5A232D is #A5DCD2. Grayscale: #343434. Windows color (decimal): -10869971 or 2958170. OLE color: 2958170.
HSL color Cylindrical-coordinate representation of color #5A232D: hue angle of 349.09º degrees, saturation: 0.44, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #5A232D is Cyan = 0, Magento = 0.61, Yellow = 0.50 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 90 | 35 | 45 | - |
| CMYK | 0 | 0.61 | 0.50 | 0.65 |
| HSL | 349.09º | 0.44% | 0.25% | - |
| HSV(B) | 349.09º | 0.61% | 0.35% | - |
| XYZ | 5.29 | 3.57 | 2.89 | - |
| YUV | 52.59 | 123.72 | 154.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 35 | 45 | 0 | 0.61 | 0.50 | 0.65 | 349.09 | 0.44 | 0.25 |
| Hex | 5A | 23 | 2D | 0 | 3D | 32 | 41 | 15D | 2C | 19 |
| Octal | 132 | 43 | 55 | 0 | 75 | 62 | 101 | 535 | 54 | 31 |
| Binary | 1011010 | 100011 | 101101 | 0 | 111101 | 110010 | 1000001 | 101011101 | 101100 | 11001 |
Color Harmonies of #5A232D
Complementary color
Monochromatic Colors of #5A232D
Black with #5A232D
Text Example
Text Example
White with #5A232D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A232D; }
p { color: rgb(90,35,45); }
H1.HeaderClassName
{
color: #5A232D;
}
.AnyTagClassName
{
color: #5A232D;
}
</style>
background-color css
<style>
a { background-color: #5A232D; }
a { background-color: rgb(90,35,45); }
div.DivClassName
{
background-color: #5A232D;
}
.BgClassName
{
background-color: #5A232D;
}
</style>
border-color css
<style>
span { border-color: #5A232D; }
span { border-color: rgb(90,35,45); }
td.TdClassName
{
border-color: #5A232D;
}
.TagClassName
{
border-color: #5A232D;
}
</style>