Shades of Black Rose #58273D
Tints of Black Rose #58273D
RGB
CMYK
RGB Variations
Color information
#58273D (or 0x58273D) is known color: Black Rose. HEX triplet: 58, 27 and 3D. RGB value is (88,39,61). Sum of RGB (Red+Green+Blue) = 88+39+61=188 (24% of max value = 765). Red value is 88 (34.77% from 255 or 46.81% from 188); Green value is 39 (15.62% from 255 or 20.74% from 188); Blue value is 61 (24.22% from 255 or 32.45% from 188); Max value from RGB is 88 - color contains mainly: red. Hex color #58273D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #58273D is #A7D8C2. Grayscale: #383838. Windows color (decimal): -11000003 or 4007768. OLE color: 4007768.
HSL color Cylindrical-coordinate representation of color #58273D: hue angle of 333.06º degrees, saturation: 0.39, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #58273D is Cyan = 0, Magento = 0.56, Yellow = 0.31 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 88 | 39 | 61 | - |
| CMYK | 0 | 0.56 | 0.31 | 0.65 |
| HSL | 333.06º | 0.39% | 0.25% | - |
| HSV(B) | 333.06º | 0.56% | 0.35% | - |
| XYZ | 5.59 | 3.86 | 4.87 | - |
| YUV | 56.16 | 130.73 | 150.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 39 | 61 | 0 | 0.56 | 0.31 | 0.65 | 333.06 | 0.39 | 0.25 |
| Hex | 58 | 27 | 3D | 0 | 38 | 1F | 41 | 14D | 27 | 19 |
| Octal | 130 | 47 | 75 | 0 | 70 | 37 | 101 | 515 | 47 | 31 |
| Binary | 1011000 | 100111 | 111101 | 0 | 111000 | 11111 | 1000001 | 101001101 | 100111 | 11001 |
Color Harmonies of #58273D
Complementary color
Monochromatic Colors of #58273D
Black with #58273D
Text Example
Text Example
White with #58273D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #58273D; }
p { color: rgb(88,39,61); }
H1.HeaderClassName
{
color: #58273D;
}
.AnyTagClassName
{
color: #58273D;
}
</style>
background-color css
<style>
a { background-color: #58273D; }
a { background-color: rgb(88,39,61); }
div.DivClassName
{
background-color: #58273D;
}
.BgClassName
{
background-color: #58273D;
}
</style>
border-color css
<style>
span { border-color: #58273D; }
span { border-color: rgb(88,39,61); }
td.TdClassName
{
border-color: #58273D;
}
.TagClassName
{
border-color: #58273D;
}
</style>