Shades of Black Rose #522B3A
Tints of Black Rose #522B3A
RGB
CMYK
RGB Variations
Color information
#522B3A (or 0x522B3A) is known color: Black Rose. HEX triplet: 52, 2B and 3A. RGB value is (82,43,58). Sum of RGB (Red+Green+Blue) = 82+43+58=183 (24% of max value = 765). Red value is 82 (32.42% from 255 or 44.81% from 183); Green value is 43 (17.19% from 255 or 23.50% from 183); Blue value is 58 (23.05% from 255 or 31.69% from 183); Max value from RGB is 82 - color contains mainly: red. Hex color #522B3A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #522B3A is #ADD4C5. Grayscale: #383838. Windows color (decimal): -11392198 or 3812178. OLE color: 3812178.
HSL color Cylindrical-coordinate representation of color #522B3A: hue angle of 336.92º degrees, saturation: 0.31, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #522B3A is Cyan = 0, Magento = 0.48, Yellow = 0.29 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 82 | 43 | 58 | - |
| CMYK | 0 | 0.48 | 0.29 | 0.68 |
| HSL | 336.92º | 0.31% | 0.25% | - |
| HSV(B) | 336.92º | 0.48% | 0.32% | - |
| XYZ | 5.11 | 3.83 | 4.47 | - |
| YUV | 56.37 | 128.92 | 146.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 43 | 58 | 0 | 0.48 | 0.29 | 0.68 | 336.92 | 0.31 | 0.25 |
| Hex | 52 | 2B | 3A | 0 | 30 | 1D | 44 | 151 | 1F | 19 |
| Octal | 122 | 53 | 72 | 0 | 60 | 35 | 104 | 521 | 37 | 31 |
| Binary | 1010010 | 101011 | 111010 | 0 | 110000 | 11101 | 1000100 | 101010001 | 11111 | 11001 |
Color Harmonies of #522B3A
Complementary color
Monochromatic Colors of #522B3A
Black with #522B3A
Text Example
Text Example
White with #522B3A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #522B3A; }
p { color: rgb(82,43,58); }
H1.HeaderClassName
{
color: #522B3A;
}
.AnyTagClassName
{
color: #522B3A;
}
</style>
background-color css
<style>
a { background-color: #522B3A; }
a { background-color: rgb(82,43,58); }
div.DivClassName
{
background-color: #522B3A;
}
.BgClassName
{
background-color: #522B3A;
}
</style>
border-color css
<style>
span { border-color: #522B3A; }
span { border-color: rgb(82,43,58); }
td.TdClassName
{
border-color: #522B3A;
}
.TagClassName
{
border-color: #522B3A;
}
</style>