Shades of Black Rose #522A3A
Tints of Black Rose #522A3A
RGB
CMYK
RGB Variations
Color information
#522A3A (or 0x522A3A) is known color: Black Rose. HEX triplet: 52, 2A and 3A. RGB value is (82,42,58). Sum of RGB (Red+Green+Blue) = 82+42+58=182 (24% of max value = 765). Red value is 82 (32.42% from 255 or 45.05% from 182); Green value is 42 (16.80% from 255 or 23.08% from 182); Blue value is 58 (23.05% from 255 or 31.87% from 182); Max value from RGB is 82 - color contains mainly: red. Hex color #522A3A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #522A3A is #ADD5C5. Grayscale: #373737. Windows color (decimal): -11392454 or 3811922. OLE color: 3811922.
HSL color Cylindrical-coordinate representation of color #522A3A: hue angle of 336º degrees, saturation: 0.32, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #522A3A is Cyan = 0, Magento = 0.49, Yellow = 0.29 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 82 | 42 | 58 | - |
| CMYK | 0 | 0.49 | 0.29 | 0.68 |
| HSL | 336º | 0.32% | 0.24% | - |
| HSV(B) | 336º | 0.49% | 0.32% | - |
| XYZ | 5.07 | 3.76 | 4.46 | - |
| YUV | 55.78 | 129.25 | 146.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 42 | 58 | 0 | 0.49 | 0.29 | 0.68 | 336 | 0.32 | 0.24 |
| Hex | 52 | 2A | 3A | 0 | 31 | 1D | 44 | 150 | 20 | 18 |
| Octal | 122 | 52 | 72 | 0 | 61 | 35 | 104 | 520 | 40 | 30 |
| Binary | 1010010 | 101010 | 111010 | 0 | 110001 | 11101 | 1000100 | 101010000 | 100000 | 11000 |
Color Harmonies of #522A3A
Complementary color
Monochromatic Colors of #522A3A
Black with #522A3A
Text Example
Text Example
White with #522A3A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #522A3A; }
p { color: rgb(82,42,58); }
H1.HeaderClassName
{
color: #522A3A;
}
.AnyTagClassName
{
color: #522A3A;
}
</style>
background-color css
<style>
a { background-color: #522A3A; }
a { background-color: rgb(82,42,58); }
div.DivClassName
{
background-color: #522A3A;
}
.BgClassName
{
background-color: #522A3A;
}
</style>
border-color css
<style>
span { border-color: #522A3A; }
span { border-color: rgb(82,42,58); }
td.TdClassName
{
border-color: #522A3A;
}
.TagClassName
{
border-color: #522A3A;
}
</style>