Shades of Black Rose #581C2D
Tints of Black Rose #581C2D
RGB
CMYK
RGB Variations
Color information
#581C2D (or 0x581C2D) is known color: Black Rose. HEX triplet: 58, 1C and 2D. RGB value is (88,28,45). Sum of RGB (Red+Green+Blue) = 88+28+45=161 (21% of max value = 765). Red value is 88 (34.77% from 255 or 54.66% from 161); Green value is 28 (11.33% from 255 or 17.39% from 161); Blue value is 45 (17.97% from 255 or 27.95% from 161); Max value from RGB is 88 - color contains mainly: red. Hex color #581C2D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #581C2D is #A7E3D2. Grayscale: #2F2F2F. Windows color (decimal): -11002835 or 2956376. OLE color: 2956376.
HSL color Cylindrical-coordinate representation of color #581C2D: hue angle of 343º degrees, saturation: 0.52, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #581C2D is Cyan = 0, Magento = 0.68, Yellow = 0.49 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 88 | 28 | 45 | - |
| CMYK | 0 | 0.68 | 0.49 | 0.65 |
| HSL | 343º | 0.52% | 0.23% | - |
| HSV(B) | 343º | 0.68% | 0.35% | - |
| XYZ | 4.91 | 3.09 | 2.82 | - |
| YUV | 47.88 | 126.38 | 156.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 28 | 45 | 0 | 0.68 | 0.49 | 0.65 | 343 | 0.52 | 0.23 |
| Hex | 58 | 1C | 2D | 0 | 44 | 31 | 41 | 157 | 34 | 17 |
| Octal | 130 | 34 | 55 | 0 | 104 | 61 | 101 | 527 | 64 | 27 |
| Binary | 1011000 | 11100 | 101101 | 0 | 1000100 | 110001 | 1000001 | 101010111 | 110100 | 10111 |
Color Harmonies of #581C2D
Complementary color
Monochromatic Colors of #581C2D
Black with #581C2D
Text Example
Text Example
White with #581C2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #581C2D; }
p { color: rgb(88,28,45); }
H1.HeaderClassName
{
color: #581C2D;
}
.AnyTagClassName
{
color: #581C2D;
}
</style>
background-color css
<style>
a { background-color: #581C2D; }
a { background-color: rgb(88,28,45); }
div.DivClassName
{
background-color: #581C2D;
}
.BgClassName
{
background-color: #581C2D;
}
</style>
border-color css
<style>
span { border-color: #581C2D; }
span { border-color: rgb(88,28,45); }
td.TdClassName
{
border-color: #581C2D;
}
.TagClassName
{
border-color: #581C2D;
}
</style>