Shades of Black Rose #522C3A
Tints of Black Rose #522C3A
RGB
CMYK
RGB Variations
Color information
#522C3A (or 0x522C3A) is known color: Black Rose. HEX triplet: 52, 2C and 3A. RGB value is (82,44,58). Sum of RGB (Red+Green+Blue) = 82+44+58=184 (24% of max value = 765). Red value is 82 (32.42% from 255 or 44.57% from 184); Green value is 44 (17.58% from 255 or 23.91% from 184); Blue value is 58 (23.05% from 255 or 31.52% from 184); Max value from RGB is 82 - color contains mainly: red. Hex color #522C3A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #522C3A is #ADD3C5. Grayscale: #383838. Windows color (decimal): -11391942 or 3812434. OLE color: 3812434.
HSL color Cylindrical-coordinate representation of color #522C3A: hue angle of 337.89º degrees, saturation: 0.3, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #522C3A is Cyan = 0, Magento = 0.46, Yellow = 0.29 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 82 | 44 | 58 | - |
| CMYK | 0 | 0.46 | 0.29 | 0.68 |
| HSL | 337.89º | 0.3% | 0.25% | - |
| HSV(B) | 337.89º | 0.46% | 0.32% | - |
| XYZ | 5.14 | 3.9 | 4.48 | - |
| YUV | 56.96 | 128.59 | 145.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 44 | 58 | 0 | 0.46 | 0.29 | 0.68 | 337.89 | 0.3 | 0.25 |
| Hex | 52 | 2C | 3A | 0 | 2E | 1D | 44 | 152 | 1E | 19 |
| Octal | 122 | 54 | 72 | 0 | 56 | 35 | 104 | 522 | 36 | 31 |
| Binary | 1010010 | 101100 | 111010 | 0 | 101110 | 11101 | 1000100 | 101010010 | 11110 | 11001 |
Color Harmonies of #522C3A
Complementary color
Monochromatic Colors of #522C3A
Black with #522C3A
Text Example
Text Example
White with #522C3A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #522C3A; }
p { color: rgb(82,44,58); }
H1.HeaderClassName
{
color: #522C3A;
}
.AnyTagClassName
{
color: #522C3A;
}
</style>
background-color css
<style>
a { background-color: #522C3A; }
a { background-color: rgb(82,44,58); }
div.DivClassName
{
background-color: #522C3A;
}
.BgClassName
{
background-color: #522C3A;
}
</style>
border-color css
<style>
span { border-color: #522C3A; }
span { border-color: rgb(82,44,58); }
td.TdClassName
{
border-color: #522C3A;
}
.TagClassName
{
border-color: #522C3A;
}
</style>