Shades of Black Rose #58252D
Tints of Black Rose #58252D
RGB
CMYK
RGB Variations
Color information
#58252D (or 0x58252D) is known color: Black Rose. HEX triplet: 58, 25 and 2D. RGB value is (88,37,45). Sum of RGB (Red+Green+Blue) = 88+37+45=170 (22% of max value = 765). Red value is 88 (34.77% from 255 or 51.76% from 170); Green value is 37 (14.84% from 255 or 21.76% from 170); Blue value is 45 (17.97% from 255 or 26.47% from 170); Max value from RGB is 88 - color contains mainly: red. Hex color #58252D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #58252D is #A7DAD2. Grayscale: #353535. Windows color (decimal): -11000531 or 2958680. OLE color: 2958680.
HSL color Cylindrical-coordinate representation of color #58252D: hue angle of 350.59º degrees, saturation: 0.41, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #58252D is Cyan = 0, Magento = 0.58, Yellow = 0.49 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 88 | 37 | 45 | - |
| CMYK | 0 | 0.58 | 0.49 | 0.65 |
| HSL | 350.59º | 0.41% | 0.25% | - |
| HSV(B) | 350.59º | 0.58% | 0.35% | - |
| XYZ | 5.16 | 3.59 | 2.9 | - |
| YUV | 53.16 | 123.4 | 152.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 37 | 45 | 0 | 0.58 | 0.49 | 0.65 | 350.59 | 0.41 | 0.25 |
| Hex | 58 | 25 | 2D | 0 | 3A | 31 | 41 | 15F | 29 | 19 |
| Octal | 130 | 45 | 55 | 0 | 72 | 61 | 101 | 537 | 51 | 31 |
| Binary | 1011000 | 100101 | 101101 | 0 | 111010 | 110001 | 1000001 | 101011111 | 101001 | 11001 |
Color Harmonies of #58252D
Complementary color
Monochromatic Colors of #58252D
Black with #58252D
Text Example
Text Example
White with #58252D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #58252D; }
p { color: rgb(88,37,45); }
H1.HeaderClassName
{
color: #58252D;
}
.AnyTagClassName
{
color: #58252D;
}
</style>
background-color css
<style>
a { background-color: #58252D; }
a { background-color: rgb(88,37,45); }
div.DivClassName
{
background-color: #58252D;
}
.BgClassName
{
background-color: #58252D;
}
</style>
border-color css
<style>
span { border-color: #58252D; }
span { border-color: rgb(88,37,45); }
td.TdClassName
{
border-color: #58252D;
}
.TagClassName
{
border-color: #58252D;
}
</style>