Shades of Black Rose #582A3A
Tints of Black Rose #582A3A
RGB
CMYK
RGB Variations
Color information
#582A3A (or 0x582A3A) is known color: Black Rose. HEX triplet: 58, 2A and 3A. RGB value is (88,42,58). Sum of RGB (Red+Green+Blue) = 88+42+58=188 (24% of max value = 765). Red value is 88 (34.77% from 255 or 46.81% from 188); Green value is 42 (16.80% from 255 or 22.34% from 188); Blue value is 58 (23.05% from 255 or 30.85% from 188); Max value from RGB is 88 - color contains mainly: red. Hex color #582A3A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #582A3A is #A7D5C5. Grayscale: #393939. Windows color (decimal): -10999238 or 3811928. OLE color: 3811928.
HSL color Cylindrical-coordinate representation of color #582A3A: hue angle of 339.13º degrees, saturation: 0.35, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #582A3A is Cyan = 0, Magento = 0.52, Yellow = 0.34 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 88 | 42 | 58 | - |
| CMYK | 0 | 0.52 | 0.34 | 0.65 |
| HSL | 339.13º | 0.35% | 0.25% | - |
| HSV(B) | 339.13º | 0.52% | 0.35% | - |
| XYZ | 5.62 | 4.04 | 4.49 | - |
| YUV | 57.58 | 128.24 | 149.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 42 | 58 | 0 | 0.52 | 0.34 | 0.65 | 339.13 | 0.35 | 0.25 |
| Hex | 58 | 2A | 3A | 0 | 34 | 22 | 41 | 153 | 23 | 19 |
| Octal | 130 | 52 | 72 | 0 | 64 | 42 | 101 | 523 | 43 | 31 |
| Binary | 1011000 | 101010 | 111010 | 0 | 110100 | 100010 | 1000001 | 101010011 | 100011 | 11001 |
Color Harmonies of #582A3A
Complementary color
Monochromatic Colors of #582A3A
Black with #582A3A
Text Example
Text Example
White with #582A3A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #582A3A; }
p { color: rgb(88,42,58); }
H1.HeaderClassName
{
color: #582A3A;
}
.AnyTagClassName
{
color: #582A3A;
}
</style>
background-color css
<style>
a { background-color: #582A3A; }
a { background-color: rgb(88,42,58); }
div.DivClassName
{
background-color: #582A3A;
}
.BgClassName
{
background-color: #582A3A;
}
</style>
border-color css
<style>
span { border-color: #582A3A; }
span { border-color: rgb(88,42,58); }
td.TdClassName
{
border-color: #582A3A;
}
.TagClassName
{
border-color: #582A3A;
}
</style>