Shades of Black Rose #58263D
Tints of Black Rose #58263D
RGB
CMYK
RGB Variations
Color information
#58263D (or 0x58263D) is known color: Black Rose. HEX triplet: 58, 26 and 3D. RGB value is (88,38,61). Sum of RGB (Red+Green+Blue) = 88+38+61=187 (24% of max value = 765). Red value is 88 (34.77% from 255 or 47.06% from 187); Green value is 38 (15.23% from 255 or 20.32% from 187); Blue value is 61 (24.22% from 255 or 32.62% from 187); Max value from RGB is 88 - color contains mainly: red. Hex color #58263D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #58263D is #A7D9C2. Grayscale: #373737. Windows color (decimal): -11000259 or 4007512. OLE color: 4007512.
HSL color Cylindrical-coordinate representation of color #58263D: hue angle of 332.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 #58263D is Cyan = 0, Magento = 0.57, Yellow = 0.31 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 88 | 38 | 61 | - |
| CMYK | 0 | 0.57 | 0.31 | 0.65 |
| HSL | 332.4º | 0.4% | 0.25% | - |
| HSV(B) | 332.4º | 0.57% | 0.35% | - |
| XYZ | 5.56 | 3.8 | 4.85 | - |
| YUV | 55.57 | 131.07 | 151.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 38 | 61 | 0 | 0.57 | 0.31 | 0.65 | 332.4 | 0.4 | 0.25 |
| Hex | 58 | 26 | 3D | 0 | 39 | 1F | 41 | 14C | 28 | 19 |
| Octal | 130 | 46 | 75 | 0 | 71 | 37 | 101 | 514 | 50 | 31 |
| Binary | 1011000 | 100110 | 111101 | 0 | 111001 | 11111 | 1000001 | 101001100 | 101000 | 11001 |
Color Harmonies of #58263D
Complementary color
Monochromatic Colors of #58263D
Black with #58263D
Text Example
Text Example
White with #58263D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #58263D; }
p { color: rgb(88,38,61); }
H1.HeaderClassName
{
color: #58263D;
}
.AnyTagClassName
{
color: #58263D;
}
</style>
background-color css
<style>
a { background-color: #58263D; }
a { background-color: rgb(88,38,61); }
div.DivClassName
{
background-color: #58263D;
}
.BgClassName
{
background-color: #58263D;
}
</style>
border-color css
<style>
span { border-color: #58263D; }
span { border-color: rgb(88,38,61); }
td.TdClassName
{
border-color: #58263D;
}
.TagClassName
{
border-color: #58263D;
}
</style>