Shades of Black Rose #58283C
Tints of Black Rose #58283C
RGB
CMYK
RGB Variations
Color information
#58283C (or 0x58283C) is known color: Black Rose. HEX triplet: 58, 28 and 3C. RGB value is (88,40,60). Sum of RGB (Red+Green+Blue) = 88+40+60=188 (24% of max value = 765). Red value is 88 (34.77% from 255 or 46.81% from 188); Green value is 40 (16.02% from 255 or 21.28% from 188); Blue value is 60 (23.83% from 255 or 31.91% from 188); Max value from RGB is 88 - color contains mainly: red. Hex color #58283C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #58283C is #A7D7C3. Grayscale: #383838. Windows color (decimal): -10999748 or 3942488. OLE color: 3942488.
HSL color Cylindrical-coordinate representation of color #58283C: hue angle of 335º degrees, saturation: 0.38, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #58283C is Cyan = 0, Magento = 0.55, Yellow = 0.32 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 88 | 40 | 60 | - |
| CMYK | 0 | 0.55 | 0.32 | 0.65 |
| HSL | 335º | 0.38% | 0.25% | - |
| HSV(B) | 335º | 0.55% | 0.35% | - |
| XYZ | 5.6 | 3.92 | 4.74 | - |
| YUV | 56.63 | 129.9 | 150.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 40 | 60 | 0 | 0.55 | 0.32 | 0.65 | 335 | 0.38 | 0.25 |
| Hex | 58 | 28 | 3C | 0 | 37 | 20 | 41 | 14F | 26 | 19 |
| Octal | 130 | 50 | 74 | 0 | 67 | 40 | 101 | 517 | 46 | 31 |
| Binary | 1011000 | 101000 | 111100 | 0 | 110111 | 100000 | 1000001 | 101001111 | 100110 | 11001 |
Color Harmonies of #58283C
Complementary color
Monochromatic Colors of #58283C
Black with #58283C
Text Example
Text Example
White with #58283C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #58283C; }
p { color: rgb(88,40,60); }
H1.HeaderClassName
{
color: #58283C;
}
.AnyTagClassName
{
color: #58283C;
}
</style>
background-color css
<style>
a { background-color: #58283C; }
a { background-color: rgb(88,40,60); }
div.DivClassName
{
background-color: #58283C;
}
.BgClassName
{
background-color: #58283C;
}
</style>
border-color css
<style>
span { border-color: #58283C; }
span { border-color: rgb(88,40,60); }
td.TdClassName
{
border-color: #58283C;
}
.TagClassName
{
border-color: #58283C;
}
</style>