Shades of Black Rose #582D3D
Tints of Black Rose #582D3D
RGB
CMYK
RGB Variations
Color information
#582D3D (or 0x582D3D) is known color: Black Rose. HEX triplet: 58, 2D and 3D. RGB value is (88,45,61). Sum of RGB (Red+Green+Blue) = 88+45+61=194 (25% of max value = 765). Red value is 88 (34.77% from 255 or 45.36% from 194); Green value is 45 (17.97% from 255 or 23.20% from 194); Blue value is 61 (24.22% from 255 or 31.44% from 194); Max value from RGB is 88 - color contains mainly: red. Hex color #582D3D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #582D3D is #A7D2C2. Grayscale: #3B3B3B. Windows color (decimal): -10998467 or 4009304. OLE color: 4009304.
HSL color Cylindrical-coordinate representation of color #582D3D: hue angle of 337.67º degrees, saturation: 0.32, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #582D3D is Cyan = 0, Magento = 0.49, Yellow = 0.31 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 88 | 45 | 61 | - |
| CMYK | 0 | 0.49 | 0.31 | 0.65 |
| HSL | 337.67º | 0.32% | 0.26% | - |
| HSV(B) | 337.67º | 0.49% | 0.35% | - |
| XYZ | 5.81 | 4.29 | 4.94 | - |
| YUV | 59.68 | 128.75 | 148.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 45 | 61 | 0 | 0.49 | 0.31 | 0.65 | 337.67 | 0.32 | 0.26 |
| Hex | 58 | 2D | 3D | 0 | 31 | 1F | 41 | 152 | 20 | 1A |
| Octal | 130 | 55 | 75 | 0 | 61 | 37 | 101 | 522 | 40 | 32 |
| Binary | 1011000 | 101101 | 111101 | 0 | 110001 | 11111 | 1000001 | 101010010 | 100000 | 11010 |
Color Harmonies of #582D3D
Complementary color
Monochromatic Colors of #582D3D
Black with #582D3D
Text Example
Text Example
White with #582D3D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #582D3D; }
p { color: rgb(88,45,61); }
H1.HeaderClassName
{
color: #582D3D;
}
.AnyTagClassName
{
color: #582D3D;
}
</style>
background-color css
<style>
a { background-color: #582D3D; }
a { background-color: rgb(88,45,61); }
div.DivClassName
{
background-color: #582D3D;
}
.BgClassName
{
background-color: #582D3D;
}
</style>
border-color css
<style>
span { border-color: #582D3D; }
span { border-color: rgb(88,45,61); }
td.TdClassName
{
border-color: #582D3D;
}
.TagClassName
{
border-color: #582D3D;
}
</style>