Shades of Black Rose #522D3A
Tints of Black Rose #522D3A
RGB
CMYK
RGB Variations
Color information
#522D3A (or 0x522D3A) is known color: Black Rose. HEX triplet: 52, 2D and 3A. RGB value is (82,45,58). Sum of RGB (Red+Green+Blue) = 82+45+58=185 (24% of max value = 765). Red value is 82 (32.42% from 255 or 44.32% from 185); Green value is 45 (17.97% from 255 or 24.32% from 185); Blue value is 58 (23.05% from 255 or 31.35% from 185); Max value from RGB is 82 - color contains mainly: red. Hex color #522D3A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #522D3A is #ADD2C5. Grayscale: #393939. Windows color (decimal): -11391686 or 3812690. OLE color: 3812690.
HSL color Cylindrical-coordinate representation of color #522D3A: hue angle of 338.92º degrees, saturation: 0.29, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #522D3A is Cyan = 0, Magento = 0.45, Yellow = 0.29 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 82 | 45 | 58 | - |
| CMYK | 0 | 0.45 | 0.29 | 0.68 |
| HSL | 338.92º | 0.29% | 0.25% | - |
| HSV(B) | 338.92º | 0.45% | 0.32% | - |
| XYZ | 5.18 | 3.98 | 4.5 | - |
| YUV | 57.55 | 128.26 | 145.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 45 | 58 | 0 | 0.45 | 0.29 | 0.68 | 338.92 | 0.29 | 0.25 |
| Hex | 52 | 2D | 3A | 0 | 2D | 1D | 44 | 153 | 1D | 19 |
| Octal | 122 | 55 | 72 | 0 | 55 | 35 | 104 | 523 | 35 | 31 |
| Binary | 1010010 | 101101 | 111010 | 0 | 101101 | 11101 | 1000100 | 101010011 | 11101 | 11001 |
Color Harmonies of #522D3A
Complementary color
Monochromatic Colors of #522D3A
Black with #522D3A
Text Example
Text Example
White with #522D3A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #522D3A; }
p { color: rgb(82,45,58); }
H1.HeaderClassName
{
color: #522D3A;
}
.AnyTagClassName
{
color: #522D3A;
}
</style>
background-color css
<style>
a { background-color: #522D3A; }
a { background-color: rgb(82,45,58); }
div.DivClassName
{
background-color: #522D3A;
}
.BgClassName
{
background-color: #522D3A;
}
</style>
border-color css
<style>
span { border-color: #522D3A; }
span { border-color: rgb(82,45,58); }
td.TdClassName
{
border-color: #522D3A;
}
.TagClassName
{
border-color: #522D3A;
}
</style>