Shades of Black Rose #58293C
Tints of Black Rose #58293C
RGB
CMYK
RGB Variations
Color information
#58293C (or 0x58293C) is known color: Black Rose. HEX triplet: 58, 29 and 3C. RGB value is (88,41,60). Sum of RGB (Red+Green+Blue) = 88+41+60=189 (25% of max value = 765). Red value is 88 (34.77% from 255 or 46.56% from 189); Green value is 41 (16.41% from 255 or 21.69% from 189); Blue value is 60 (23.83% from 255 or 31.75% from 189); Max value from RGB is 88 - color contains mainly: red. Hex color #58293C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #58293C is #A7D6C3. Grayscale: #393939. Windows color (decimal): -10999492 or 3942744. OLE color: 3942744.
HSL color Cylindrical-coordinate representation of color #58293C: hue angle of 335.74º degrees, saturation: 0.36, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #58293C is Cyan = 0, Magento = 0.53, Yellow = 0.32 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 88 | 41 | 60 | - |
| CMYK | 0 | 0.53 | 0.32 | 0.65 |
| HSL | 335.74º | 0.36% | 0.25% | - |
| HSV(B) | 335.74º | 0.53% | 0.35% | - |
| XYZ | 5.63 | 3.99 | 4.75 | - |
| YUV | 57.22 | 129.57 | 149.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 41 | 60 | 0 | 0.53 | 0.32 | 0.65 | 335.74 | 0.36 | 0.25 |
| Hex | 58 | 29 | 3C | 0 | 35 | 20 | 41 | 150 | 24 | 19 |
| Octal | 130 | 51 | 74 | 0 | 65 | 40 | 101 | 520 | 44 | 31 |
| Binary | 1011000 | 101001 | 111100 | 0 | 110101 | 100000 | 1000001 | 101010000 | 100100 | 11001 |
Color Harmonies of #58293C
Complementary color
Monochromatic Colors of #58293C
Black with #58293C
Text Example
Text Example
White with #58293C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #58293C; }
p { color: rgb(88,41,60); }
H1.HeaderClassName
{
color: #58293C;
}
.AnyTagClassName
{
color: #58293C;
}
</style>
background-color css
<style>
a { background-color: #58293C; }
a { background-color: rgb(88,41,60); }
div.DivClassName
{
background-color: #58293C;
}
.BgClassName
{
background-color: #58293C;
}
</style>
border-color css
<style>
span { border-color: #58293C; }
span { border-color: rgb(88,41,60); }
td.TdClassName
{
border-color: #58293C;
}
.TagClassName
{
border-color: #58293C;
}
</style>