Shades of Black Rose #58202D
Tints of Black Rose #58202D
RGB
CMYK
RGB Variations
Color information
#58202D (or 0x58202D) is known color: Black Rose. HEX triplet: 58, 20 and 2D. RGB value is (88,32,45). Sum of RGB (Red+Green+Blue) = 88+32+45=165 (21% of max value = 765). Red value is 88 (34.77% from 255 or 53.33% from 165); Green value is 32 (12.89% from 255 or 19.39% from 165); Blue value is 45 (17.97% from 255 or 27.27% from 165); Max value from RGB is 88 - color contains mainly: red. Hex color #58202D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #58202D is #A7DFD2. Grayscale: #323232. Windows color (decimal): -11001811 or 2957400. OLE color: 2957400.
HSL color Cylindrical-coordinate representation of color #58202D: hue angle of 346.07º degrees, saturation: 0.47, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #58202D is Cyan = 0, Magento = 0.64, Yellow = 0.49 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 88 | 32 | 45 | - |
| CMYK | 0 | 0.64 | 0.49 | 0.65 |
| HSL | 346.07º | 0.47% | 0.24% | - |
| HSV(B) | 346.07º | 0.64% | 0.35% | - |
| XYZ | 5.01 | 3.3 | 2.85 | - |
| YUV | 50.23 | 125.05 | 154.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 32 | 45 | 0 | 0.64 | 0.49 | 0.65 | 346.07 | 0.47 | 0.24 |
| Hex | 58 | 20 | 2D | 0 | 40 | 31 | 41 | 15A | 2F | 18 |
| Octal | 130 | 40 | 55 | 0 | 100 | 61 | 101 | 532 | 57 | 30 |
| Binary | 1011000 | 100000 | 101101 | 0 | 1000000 | 110001 | 1000001 | 101011010 | 101111 | 11000 |
Color Harmonies of #58202D
Complementary color
Monochromatic Colors of #58202D
Black with #58202D
Text Example
Text Example
White with #58202D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #58202D; }
p { color: rgb(88,32,45); }
H1.HeaderClassName
{
color: #58202D;
}
.AnyTagClassName
{
color: #58202D;
}
</style>
background-color css
<style>
a { background-color: #58202D; }
a { background-color: rgb(88,32,45); }
div.DivClassName
{
background-color: #58202D;
}
.BgClassName
{
background-color: #58202D;
}
</style>
border-color css
<style>
span { border-color: #58202D; }
span { border-color: rgb(88,32,45); }
td.TdClassName
{
border-color: #58202D;
}
.TagClassName
{
border-color: #58202D;
}
</style>