Shades of Black Rose #582E3C
Tints of Black Rose #582E3C
RGB
CMYK
RGB Variations
Color information
#582E3C (or 0x582E3C) is known color: Black Rose. HEX triplet: 58, 2E and 3C. RGB value is (88,46,60). Sum of RGB (Red+Green+Blue) = 88+46+60=194 (25% of max value = 765). Red value is 88 (34.77% from 255 or 45.36% from 194); Green value is 46 (18.36% from 255 or 23.71% from 194); Blue value is 60 (23.83% from 255 or 30.93% from 194); Max value from RGB is 88 - color contains mainly: red. Hex color #582E3C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #582E3C is #A7D1C3. Grayscale: #3C3C3C. Windows color (decimal): -10998212 or 3944024. OLE color: 3944024.
HSL color Cylindrical-coordinate representation of color #582E3C: hue angle of 340º degrees, saturation: 0.31, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #582E3C is Cyan = 0, Magento = 0.48, Yellow = 0.32 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 88 | 46 | 60 | - |
| CMYK | 0 | 0.48 | 0.32 | 0.65 |
| HSL | 340º | 0.31% | 0.26% | - |
| HSV(B) | 340º | 0.48% | 0.35% | - |
| XYZ | 5.82 | 4.35 | 4.81 | - |
| YUV | 60.15 | 127.91 | 147.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 46 | 60 | 0 | 0.48 | 0.32 | 0.65 | 340 | 0.31 | 0.26 |
| Hex | 58 | 2E | 3C | 0 | 30 | 20 | 41 | 154 | 1F | 1A |
| Octal | 130 | 56 | 74 | 0 | 60 | 40 | 101 | 524 | 37 | 32 |
| Binary | 1011000 | 101110 | 111100 | 0 | 110000 | 100000 | 1000001 | 101010100 | 11111 | 11010 |
Color Harmonies of #582E3C
Complementary color
Monochromatic Colors of #582E3C
Black with #582E3C
Text Example
Text Example
White with #582E3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #582E3C; }
p { color: rgb(88,46,60); }
H1.HeaderClassName
{
color: #582E3C;
}
.AnyTagClassName
{
color: #582E3C;
}
</style>
background-color css
<style>
a { background-color: #582E3C; }
a { background-color: rgb(88,46,60); }
div.DivClassName
{
background-color: #582E3C;
}
.BgClassName
{
background-color: #582E3C;
}
</style>
border-color css
<style>
span { border-color: #582E3C; }
span { border-color: rgb(88,46,60); }
td.TdClassName
{
border-color: #582E3C;
}
.TagClassName
{
border-color: #582E3C;
}
</style>