Shades of Black Rose #58172D
Tints of Black Rose #58172D
RGB
CMYK
RGB Variations
Color information
#58172D (or 0x58172D) is known color: Black Rose. HEX triplet: 58, 17 and 2D. RGB value is (88,23,45). Sum of RGB (Red+Green+Blue) = 88+23+45=156 (20% of max value = 765). Red value is 88 (34.77% from 255 or 56.41% from 156); Green value is 23 (9.38% from 255 or 14.74% from 156); Blue value is 45 (17.97% from 255 or 28.85% from 156); Max value from RGB is 88 - color contains mainly: red. Hex color #58172D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #58172D is #A7E8D2. Grayscale: #2C2C2C. Windows color (decimal): -11004115 or 2955096. OLE color: 2955096.
HSL color Cylindrical-coordinate representation of color #58172D: hue angle of 339.69º degrees, saturation: 0.59, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #58172D is Cyan = 0, Magento = 0.74, Yellow = 0.49 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 88 | 23 | 45 | - |
| CMYK | 0 | 0.74 | 0.49 | 0.65 |
| HSL | 339.69º | 0.59% | 0.22% | - |
| HSV(B) | 339.69º | 0.74% | 0.35% | - |
| XYZ | 4.8 | 2.88 | 2.78 | - |
| YUV | 44.94 | 128.03 | 158.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 23 | 45 | 0 | 0.74 | 0.49 | 0.65 | 339.69 | 0.59 | 0.22 |
| Hex | 58 | 17 | 2D | 0 | 4A | 31 | 41 | 154 | 3B | 16 |
| Octal | 130 | 27 | 55 | 0 | 112 | 61 | 101 | 524 | 73 | 26 |
| Binary | 1011000 | 10111 | 101101 | 0 | 1001010 | 110001 | 1000001 | 101010100 | 111011 | 10110 |
Color Harmonies of #58172D
Complementary color
Monochromatic Colors of #58172D
Black with #58172D
Text Example
Text Example
White with #58172D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #58172D; }
p { color: rgb(88,23,45); }
H1.HeaderClassName
{
color: #58172D;
}
.AnyTagClassName
{
color: #58172D;
}
</style>
background-color css
<style>
a { background-color: #58172D; }
a { background-color: rgb(88,23,45); }
div.DivClassName
{
background-color: #58172D;
}
.BgClassName
{
background-color: #58172D;
}
</style>
border-color css
<style>
span { border-color: #58172D; }
span { border-color: rgb(88,23,45); }
td.TdClassName
{
border-color: #58172D;
}
.TagClassName
{
border-color: #58172D;
}
</style>