Shades of Black Rose #582A3E
Tints of Black Rose #582A3E
RGB
CMYK
RGB Variations
Color information
#582A3E (or 0x582A3E) is known color: Black Rose. HEX triplet: 58, 2A and 3E. RGB value is (88,42,62). Sum of RGB (Red+Green+Blue) = 88+42+62=192 (25% of max value = 765). Red value is 88 (34.77% from 255 or 45.83% from 192); Green value is 42 (16.80% from 255 or 21.88% from 192); Blue value is 62 (24.61% from 255 or 32.29% from 192); Max value from RGB is 88 - color contains mainly: red. Hex color #582A3E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #582A3E is #A7D5C1. Grayscale: #393939. Windows color (decimal): -10999234 or 4074072. OLE color: 4074072.
HSL color Cylindrical-coordinate representation of color #582A3E: hue angle of 333.91º 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 #582A3E is Cyan = 0, Magento = 0.52, Yellow = 0.30 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 88 | 42 | 62 | - |
| CMYK | 0 | 0.52 | 0.30 | 0.65 |
| HSL | 333.91º | 0.35% | 0.25% | - |
| HSV(B) | 333.91º | 0.52% | 0.35% | - |
| XYZ | 5.72 | 4.08 | 5.04 | - |
| YUV | 58.03 | 130.24 | 149.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 42 | 62 | 0 | 0.52 | 0.30 | 0.65 | 333.91 | 0.35 | 0.25 |
| Hex | 58 | 2A | 3E | 0 | 34 | 1E | 41 | 14E | 23 | 19 |
| Octal | 130 | 52 | 76 | 0 | 64 | 36 | 101 | 516 | 43 | 31 |
| Binary | 1011000 | 101010 | 111110 | 0 | 110100 | 11110 | 1000001 | 101001110 | 100011 | 11001 |
Color Harmonies of #582A3E
Complementary color
Monochromatic Colors of #582A3E
Black with #582A3E
Text Example
Text Example
White with #582A3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #582A3E; }
p { color: rgb(88,42,62); }
H1.HeaderClassName
{
color: #582A3E;
}
.AnyTagClassName
{
color: #582A3E;
}
</style>
background-color css
<style>
a { background-color: #582A3E; }
a { background-color: rgb(88,42,62); }
div.DivClassName
{
background-color: #582A3E;
}
.BgClassName
{
background-color: #582A3E;
}
</style>
border-color css
<style>
span { border-color: #582A3E; }
span { border-color: rgb(88,42,62); }
td.TdClassName
{
border-color: #582A3E;
}
.TagClassName
{
border-color: #582A3E;
}
</style>