Shades of Black Rose #582B3D
Tints of Black Rose #582B3D
RGB
CMYK
RGB Variations
Color information
#582B3D (or 0x582B3D) is known color: Black Rose. HEX triplet: 58, 2B and 3D. RGB value is (88,43,61). Sum of RGB (Red+Green+Blue) = 88+43+61=192 (25% of max value = 765). Red value is 88 (34.77% from 255 or 45.83% from 192); Green value is 43 (17.19% from 255 or 22.40% from 192); Blue value is 61 (24.22% from 255 or 31.77% from 192); Max value from RGB is 88 - color contains mainly: red. Hex color #582B3D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #582B3D is #A7D4C2. Grayscale: #3A3A3A. Windows color (decimal): -10998979 or 4008792. OLE color: 4008792.
HSL color Cylindrical-coordinate representation of color #582B3D: hue angle of 336º degrees, saturation: 0.34, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #582B3D is Cyan = 0, Magento = 0.51, Yellow = 0.31 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 88 | 43 | 61 | - |
| CMYK | 0 | 0.51 | 0.31 | 0.65 |
| HSL | 336º | 0.34% | 0.26% | - |
| HSV(B) | 336º | 0.51% | 0.35% | - |
| XYZ | 5.73 | 4.14 | 4.91 | - |
| YUV | 58.51 | 129.41 | 149.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 43 | 61 | 0 | 0.51 | 0.31 | 0.65 | 336 | 0.34 | 0.26 |
| Hex | 58 | 2B | 3D | 0 | 33 | 1F | 41 | 150 | 22 | 1A |
| Octal | 130 | 53 | 75 | 0 | 63 | 37 | 101 | 520 | 42 | 32 |
| Binary | 1011000 | 101011 | 111101 | 0 | 110011 | 11111 | 1000001 | 101010000 | 100010 | 11010 |
Color Harmonies of #582B3D
Complementary color
Monochromatic Colors of #582B3D
Black with #582B3D
Text Example
Text Example
White with #582B3D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #582B3D; }
p { color: rgb(88,43,61); }
H1.HeaderClassName
{
color: #582B3D;
}
.AnyTagClassName
{
color: #582B3D;
}
</style>
background-color css
<style>
a { background-color: #582B3D; }
a { background-color: rgb(88,43,61); }
div.DivClassName
{
background-color: #582B3D;
}
.BgClassName
{
background-color: #582B3D;
}
</style>
border-color css
<style>
span { border-color: #582B3D; }
span { border-color: rgb(88,43,61); }
td.TdClassName
{
border-color: #582B3D;
}
.TagClassName
{
border-color: #582B3D;
}
</style>