Shades of Black Rose #581D33
Tints of Black Rose #581D33
RGB
CMYK
RGB Variations
Color information
#581D33 (or 0x581D33) is known color: Black Rose. HEX triplet: 58, 1D and 33. RGB value is (88,29,51). Sum of RGB (Red+Green+Blue) = 88+29+51=168 (22% of max value = 765). Red value is 88 (34.77% from 255 or 52.38% from 168); Green value is 29 (11.72% from 255 or 17.26% from 168); Blue value is 51 (20.31% from 255 or 30.36% from 168); Max value from RGB is 88 - color contains mainly: red. Hex color #581D33 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #581D33 is #A7E2CC. Grayscale: #313131. Windows color (decimal): -11002573 or 3349848. OLE color: 3349848.
HSL color Cylindrical-coordinate representation of color #581D33: hue angle of 337.63º degrees, saturation: 0.5, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #581D33 is Cyan = 0, Magento = 0.67, Yellow = 0.42 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 88 | 29 | 51 | - |
| CMYK | 0 | 0.67 | 0.42 | 0.65 |
| HSL | 337.63º | 0.5% | 0.23% | - |
| HSV(B) | 337.63º | 0.67% | 0.35% | - |
| XYZ | 5.06 | 3.19 | 3.48 | - |
| YUV | 49.15 | 129.05 | 155.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 29 | 51 | 0 | 0.67 | 0.42 | 0.65 | 337.63 | 0.5 | 0.23 |
| Hex | 58 | 1D | 33 | 0 | 43 | 2A | 41 | 152 | 32 | 17 |
| Octal | 130 | 35 | 63 | 0 | 103 | 52 | 101 | 522 | 62 | 27 |
| Binary | 1011000 | 11101 | 110011 | 0 | 1000011 | 101010 | 1000001 | 101010010 | 110010 | 10111 |
Color Harmonies of #581D33
Complementary color
Monochromatic Colors of #581D33
Black with #581D33
Text Example
Text Example
White with #581D33
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #581D33; }
p { color: rgb(88,29,51); }
H1.HeaderClassName
{
color: #581D33;
}
.AnyTagClassName
{
color: #581D33;
}
</style>
background-color css
<style>
a { background-color: #581D33; }
a { background-color: rgb(88,29,51); }
div.DivClassName
{
background-color: #581D33;
}
.BgClassName
{
background-color: #581D33;
}
</style>
border-color css
<style>
span { border-color: #581D33; }
span { border-color: rgb(88,29,51); }
td.TdClassName
{
border-color: #581D33;
}
.TagClassName
{
border-color: #581D33;
}
</style>