Shades of Black Rose #58162D
Tints of Black Rose #58162D
RGB
CMYK
RGB Variations
Color information
#58162D (or 0x58162D) is known color: Black Rose. HEX triplet: 58, 16 and 2D. RGB value is (88,22,45). Sum of RGB (Red+Green+Blue) = 88+22+45=155 (20% of max value = 765). Red value is 88 (34.77% from 255 or 56.77% from 155); Green value is 22 (8.98% from 255 or 14.19% from 155); Blue value is 45 (17.97% from 255 or 29.03% from 155); Max value from RGB is 88 - color contains mainly: red. Hex color #58162D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #58162D is #A7E9D2. Grayscale: #2C2C2C. Windows color (decimal): -11004371 or 2954840. OLE color: 2954840.
HSL color Cylindrical-coordinate representation of color #58162D: hue angle of 339.09º degrees, saturation: 0.6, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #58162D is Cyan = 0, Magento = 0.75, Yellow = 0.49 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 88 | 22 | 45 | - |
| CMYK | 0 | 0.75 | 0.49 | 0.65 |
| HSL | 339.09º | 0.6% | 0.22% | - |
| HSV(B) | 339.09º | 0.75% | 0.35% | - |
| XYZ | 4.79 | 2.84 | 2.78 | - |
| YUV | 44.36 | 128.37 | 159.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 22 | 45 | 0 | 0.75 | 0.49 | 0.65 | 339.09 | 0.6 | 0.22 |
| Hex | 58 | 16 | 2D | 0 | 4B | 31 | 41 | 153 | 3C | 16 |
| Octal | 130 | 26 | 55 | 0 | 113 | 61 | 101 | 523 | 74 | 26 |
| Binary | 1011000 | 10110 | 101101 | 0 | 1001011 | 110001 | 1000001 | 101010011 | 111100 | 10110 |
Color Harmonies of #58162D
Complementary color
Monochromatic Colors of #58162D
Black with #58162D
Text Example
Text Example
White with #58162D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #58162D; }
p { color: rgb(88,22,45); }
H1.HeaderClassName
{
color: #58162D;
}
.AnyTagClassName
{
color: #58162D;
}
</style>
background-color css
<style>
a { background-color: #58162D; }
a { background-color: rgb(88,22,45); }
div.DivClassName
{
background-color: #58162D;
}
.BgClassName
{
background-color: #58162D;
}
</style>
border-color css
<style>
span { border-color: #58162D; }
span { border-color: rgb(88,22,45); }
td.TdClassName
{
border-color: #58162D;
}
.TagClassName
{
border-color: #58162D;
}
</style>