Shades of Black Rose #58232D
Tints of Black Rose #58232D
RGB
CMYK
RGB Variations
Color information
#58232D (or 0x58232D) is known color: Black Rose. HEX triplet: 58, 23 and 2D. RGB value is (88,35,45). Sum of RGB (Red+Green+Blue) = 88+35+45=168 (22% of max value = 765). Red value is 88 (34.77% from 255 or 52.38% from 168); Green value is 35 (14.06% from 255 or 20.83% from 168); Blue value is 45 (17.97% from 255 or 26.79% from 168); Max value from RGB is 88 - color contains mainly: red. Hex color #58232D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #58232D is #A7DCD2. Grayscale: #343434. Windows color (decimal): -11001043 or 2958168. OLE color: 2958168.
HSL color Cylindrical-coordinate representation of color #58232D: hue angle of 348.68º degrees, saturation: 0.43, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #58232D is Cyan = 0, Magento = 0.60, Yellow = 0.49 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 88 | 35 | 45 | - |
| CMYK | 0 | 0.60 | 0.49 | 0.65 |
| HSL | 348.68º | 0.43% | 0.24% | - |
| HSV(B) | 348.68º | 0.6% | 0.35% | - |
| XYZ | 5.1 | 3.47 | 2.88 | - |
| YUV | 51.99 | 124.06 | 153.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 35 | 45 | 0 | 0.60 | 0.49 | 0.65 | 348.68 | 0.43 | 0.24 |
| Hex | 58 | 23 | 2D | 0 | 3C | 31 | 41 | 15D | 2B | 18 |
| Octal | 130 | 43 | 55 | 0 | 74 | 61 | 101 | 535 | 53 | 30 |
| Binary | 1011000 | 100011 | 101101 | 0 | 111100 | 110001 | 1000001 | 101011101 | 101011 | 11000 |
Color Harmonies of #58232D
Complementary color
Monochromatic Colors of #58232D
Black with #58232D
Text Example
Text Example
White with #58232D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #58232D; }
p { color: rgb(88,35,45); }
H1.HeaderClassName
{
color: #58232D;
}
.AnyTagClassName
{
color: #58232D;
}
</style>
background-color css
<style>
a { background-color: #58232D; }
a { background-color: rgb(88,35,45); }
div.DivClassName
{
background-color: #58232D;
}
.BgClassName
{
background-color: #58232D;
}
</style>
border-color css
<style>
span { border-color: #58232D; }
span { border-color: rgb(88,35,45); }
td.TdClassName
{
border-color: #58232D;
}
.TagClassName
{
border-color: #58232D;
}
</style>