Shades of Black Rose #58262E
Tints of Black Rose #58262E
RGB
CMYK
RGB Variations
Color information
#58262E (or 0x58262E) is known color: Black Rose. HEX triplet: 58, 26 and 2E. RGB value is (88,38,46). Sum of RGB (Red+Green+Blue) = 88+38+46=172 (22% of max value = 765). Red value is 88 (34.77% from 255 or 51.16% from 172); Green value is 38 (15.23% from 255 or 22.09% from 172); Blue value is 46 (18.36% from 255 or 26.74% from 172); Max value from RGB is 88 - color contains mainly: red. Hex color #58262E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #58262E is #A7D9D1. Grayscale: #353535. Windows color (decimal): -11000274 or 3024472. OLE color: 3024472.
HSL color Cylindrical-coordinate representation of color #58262E: hue angle of 350.4º degrees, saturation: 0.4, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #58262E is Cyan = 0, Magento = 0.57, Yellow = 0.48 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 88 | 38 | 46 | - |
| CMYK | 0 | 0.57 | 0.48 | 0.65 |
| HSL | 350.4º | 0.4% | 0.25% | - |
| HSV(B) | 350.4º | 0.57% | 0.35% | - |
| XYZ | 5.21 | 3.66 | 3.02 | - |
| YUV | 53.86 | 123.57 | 152.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 38 | 46 | 0 | 0.57 | 0.48 | 0.65 | 350.4 | 0.4 | 0.25 |
| Hex | 58 | 26 | 2E | 0 | 39 | 30 | 41 | 15E | 28 | 19 |
| Octal | 130 | 46 | 56 | 0 | 71 | 60 | 101 | 536 | 50 | 31 |
| Binary | 1011000 | 100110 | 101110 | 0 | 111001 | 110000 | 1000001 | 101011110 | 101000 | 11001 |
Color Harmonies of #58262E
Complementary color
Monochromatic Colors of #58262E
Black with #58262E
Text Example
Text Example
White with #58262E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #58262E; }
p { color: rgb(88,38,46); }
H1.HeaderClassName
{
color: #58262E;
}
.AnyTagClassName
{
color: #58262E;
}
</style>
background-color css
<style>
a { background-color: #58262E; }
a { background-color: rgb(88,38,46); }
div.DivClassName
{
background-color: #58262E;
}
.BgClassName
{
background-color: #58262E;
}
</style>
border-color css
<style>
span { border-color: #58262E; }
span { border-color: rgb(88,38,46); }
td.TdClassName
{
border-color: #58262E;
}
.TagClassName
{
border-color: #58262E;
}
</style>