Shades of Black Rose #58192D
Tints of Black Rose #58192D
RGB
CMYK
RGB Variations
Color information
#58192D (or 0x58192D) is known color: Black Rose. HEX triplet: 58, 19 and 2D. RGB value is (88,25,45). Sum of RGB (Red+Green+Blue) = 88+25+45=158 (20% of max value = 765). Red value is 88 (34.77% from 255 or 55.70% from 158); Green value is 25 (10.16% from 255 or 15.82% from 158); Blue value is 45 (17.97% from 255 or 28.48% from 158); Max value from RGB is 88 - color contains mainly: red. Hex color #58192D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #58192D is #A7E6D2. Grayscale: #2E2E2E. Windows color (decimal): -11003603 or 2955608. OLE color: 2955608.
HSL color Cylindrical-coordinate representation of color #58192D: hue angle of 340.95º degrees, saturation: 0.56, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #58192D is Cyan = 0, Magento = 0.72, Yellow = 0.49 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 88 | 25 | 45 | - |
| CMYK | 0 | 0.72 | 0.49 | 0.65 |
| HSL | 340.95º | 0.56% | 0.22% | - |
| HSV(B) | 340.95º | 0.72% | 0.35% | - |
| XYZ | 4.85 | 2.96 | 2.8 | - |
| YUV | 46.12 | 127.37 | 157.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 25 | 45 | 0 | 0.72 | 0.49 | 0.65 | 340.95 | 0.56 | 0.22 |
| Hex | 58 | 19 | 2D | 0 | 48 | 31 | 41 | 155 | 38 | 16 |
| Octal | 130 | 31 | 55 | 0 | 110 | 61 | 101 | 525 | 70 | 26 |
| Binary | 1011000 | 11001 | 101101 | 0 | 1001000 | 110001 | 1000001 | 101010101 | 111000 | 10110 |
Color Harmonies of #58192D
Complementary color
Monochromatic Colors of #58192D
Black with #58192D
Text Example
Text Example
White with #58192D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #58192D; }
p { color: rgb(88,25,45); }
H1.HeaderClassName
{
color: #58192D;
}
.AnyTagClassName
{
color: #58192D;
}
</style>
background-color css
<style>
a { background-color: #58192D; }
a { background-color: rgb(88,25,45); }
div.DivClassName
{
background-color: #58192D;
}
.BgClassName
{
background-color: #58192D;
}
</style>
border-color css
<style>
span { border-color: #58192D; }
span { border-color: rgb(88,25,45); }
td.TdClassName
{
border-color: #58192D;
}
.TagClassName
{
border-color: #58192D;
}
</style>