Shades of Black Rose #581934
Tints of Black Rose #581934
RGB
CMYK
RGB Variations
Color information
#581934 (or 0x581934) is known color: Black Rose. HEX triplet: 58, 19 and 34. RGB value is (88,25,52). Sum of RGB (Red+Green+Blue) = 88+25+52=165 (21% of max value = 765). Red value is 88 (34.77% from 255 or 53.33% from 165); Green value is 25 (10.16% from 255 or 15.15% from 165); Blue value is 52 (20.70% from 255 or 31.52% from 165); Max value from RGB is 88 - color contains mainly: red. Hex color #581934 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #581934 is #A7E6CB. Grayscale: #2E2E2E. Windows color (decimal): -11003596 or 3414360. OLE color: 3414360.
HSL color Cylindrical-coordinate representation of color #581934: hue angle of 334.29º degrees, saturation: 0.56, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #581934 is Cyan = 0, Magento = 0.72, Yellow = 0.41 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 88 | 25 | 52 | - |
| CMYK | 0 | 0.72 | 0.41 | 0.65 |
| HSL | 334.29º | 0.56% | 0.22% | - |
| HSV(B) | 334.29º | 0.72% | 0.35% | - |
| XYZ | 4.99 | 3.02 | 3.57 | - |
| YUV | 46.92 | 130.87 | 157.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 25 | 52 | 0 | 0.72 | 0.41 | 0.65 | 334.29 | 0.56 | 0.22 |
| Hex | 58 | 19 | 34 | 0 | 48 | 29 | 41 | 14E | 38 | 16 |
| Octal | 130 | 31 | 64 | 0 | 110 | 51 | 101 | 516 | 70 | 26 |
| Binary | 1011000 | 11001 | 110100 | 0 | 1001000 | 101001 | 1000001 | 101001110 | 111000 | 10110 |
Color Harmonies of #581934
Complementary color
Monochromatic Colors of #581934
Black with #581934
Text Example
Text Example
White with #581934
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #581934; }
p { color: rgb(88,25,52); }
H1.HeaderClassName
{
color: #581934;
}
.AnyTagClassName
{
color: #581934;
}
</style>
background-color css
<style>
a { background-color: #581934; }
a { background-color: rgb(88,25,52); }
div.DivClassName
{
background-color: #581934;
}
.BgClassName
{
background-color: #581934;
}
</style>
border-color css
<style>
span { border-color: #581934; }
span { border-color: rgb(88,25,52); }
td.TdClassName
{
border-color: #581934;
}
.TagClassName
{
border-color: #581934;
}
</style>