Shades of Black Rose #581D2D
Tints of Black Rose #581D2D
RGB
CMYK
RGB Variations
Color information
#581D2D (or 0x581D2D) is known color: Black Rose. HEX triplet: 58, 1D and 2D. RGB value is (88,29,45). Sum of RGB (Red+Green+Blue) = 88+29+45=162 (21% of max value = 765). Red value is 88 (34.77% from 255 or 54.32% from 162); Green value is 29 (11.72% from 255 or 17.90% from 162); Blue value is 45 (17.97% from 255 or 27.78% from 162); Max value from RGB is 88 - color contains mainly: red. Hex color #581D2D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #581D2D is #A7E2D2. Grayscale: #303030. Windows color (decimal): -11002579 or 2956632. OLE color: 2956632.
HSL color Cylindrical-coordinate representation of color #581D2D: hue angle of 343.73º 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 #581D2D is Cyan = 0, Magento = 0.67, Yellow = 0.49 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 88 | 29 | 45 | - |
| CMYK | 0 | 0.67 | 0.49 | 0.65 |
| HSL | 343.73º | 0.5% | 0.23% | - |
| HSV(B) | 343.73º | 0.67% | 0.35% | - |
| XYZ | 4.94 | 3.14 | 2.83 | - |
| YUV | 48.47 | 126.05 | 156.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 29 | 45 | 0 | 0.67 | 0.49 | 0.65 | 343.73 | 0.5 | 0.23 |
| Hex | 58 | 1D | 2D | 0 | 43 | 31 | 41 | 158 | 32 | 17 |
| Octal | 130 | 35 | 55 | 0 | 103 | 61 | 101 | 530 | 62 | 27 |
| Binary | 1011000 | 11101 | 101101 | 0 | 1000011 | 110001 | 1000001 | 101011000 | 110010 | 10111 |
Color Harmonies of #581D2D
Complementary color
Monochromatic Colors of #581D2D
Black with #581D2D
Text Example
Text Example
White with #581D2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #581D2D; }
p { color: rgb(88,29,45); }
H1.HeaderClassName
{
color: #581D2D;
}
.AnyTagClassName
{
color: #581D2D;
}
</style>
background-color css
<style>
a { background-color: #581D2D; }
a { background-color: rgb(88,29,45); }
div.DivClassName
{
background-color: #581D2D;
}
.BgClassName
{
background-color: #581D2D;
}
</style>
border-color css
<style>
span { border-color: #581D2D; }
span { border-color: rgb(88,29,45); }
td.TdClassName
{
border-color: #581D2D;
}
.TagClassName
{
border-color: #581D2D;
}
</style>