Shades of Black Rose #58243C
Tints of Black Rose #58243C
RGB
CMYK
RGB Variations
Color information
#58243C (or 0x58243C) is known color: Black Rose. HEX triplet: 58, 24 and 3C. RGB value is (88,36,60). Sum of RGB (Red+Green+Blue) = 88+36+60=184 (24% of max value = 765). Red value is 88 (34.77% from 255 or 47.83% from 184); Green value is 36 (14.45% from 255 or 19.57% from 184); Blue value is 60 (23.83% from 255 or 32.61% from 184); Max value from RGB is 88 - color contains mainly: red. Hex color #58243C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #58243C is #A7DBC3. Grayscale: #363636. Windows color (decimal): -11000772 or 3941464. OLE color: 3941464.
HSL color Cylindrical-coordinate representation of color #58243C: hue angle of 332.31º degrees, saturation: 0.42, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #58243C is Cyan = 0, Magento = 0.59, Yellow = 0.32 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 88 | 36 | 60 | - |
| CMYK | 0 | 0.59 | 0.32 | 0.65 |
| HSL | 332.31º | 0.42% | 0.24% | - |
| HSV(B) | 332.31º | 0.59% | 0.35% | - |
| XYZ | 5.47 | 3.66 | 4.69 | - |
| YUV | 54.28 | 131.23 | 152.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 36 | 60 | 0 | 0.59 | 0.32 | 0.65 | 332.31 | 0.42 | 0.24 |
| Hex | 58 | 24 | 3C | 0 | 3B | 20 | 41 | 14C | 2A | 18 |
| Octal | 130 | 44 | 74 | 0 | 73 | 40 | 101 | 514 | 52 | 30 |
| Binary | 1011000 | 100100 | 111100 | 0 | 111011 | 100000 | 1000001 | 101001100 | 101010 | 11000 |
Color Harmonies of #58243C
Complementary color
Monochromatic Colors of #58243C
Black with #58243C
Text Example
Text Example
White with #58243C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #58243C; }
p { color: rgb(88,36,60); }
H1.HeaderClassName
{
color: #58243C;
}
.AnyTagClassName
{
color: #58243C;
}
</style>
background-color css
<style>
a { background-color: #58243C; }
a { background-color: rgb(88,36,60); }
div.DivClassName
{
background-color: #58243C;
}
.BgClassName
{
background-color: #58243C;
}
</style>
border-color css
<style>
span { border-color: #58243C; }
span { border-color: rgb(88,36,60); }
td.TdClassName
{
border-color: #58243C;
}
.TagClassName
{
border-color: #58243C;
}
</style>