Shades of Black Rose #52202C
Tints of Black Rose #52202C
RGB
CMYK
RGB Variations
Color information
#52202C (or 0x52202C) is known color: Black Rose. HEX triplet: 52, 20 and 2C. RGB value is (82,32,44). Sum of RGB (Red+Green+Blue) = 82+32+44=158 (20% of max value = 765). Red value is 82 (32.42% from 255 or 51.90% from 158); Green value is 32 (12.89% from 255 or 20.25% from 158); Blue value is 44 (17.58% from 255 or 27.85% from 158); Max value from RGB is 82 - color contains mainly: red. Hex color #52202C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #52202C is #ADDFD3. Grayscale: #303030. Windows color (decimal): -11395028 or 2891858. OLE color: 2891858.
HSL color Cylindrical-coordinate representation of color #52202C: hue angle of 345.6º degrees, saturation: 0.44, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #52202C is Cyan = 0, Magento = 0.61, Yellow = 0.46 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 82 | 32 | 44 | - |
| CMYK | 0 | 0.61 | 0.46 | 0.68 |
| HSL | 345.6º | 0.44% | 0.22% | - |
| HSV(B) | 345.6º | 0.61% | 0.32% | - |
| XYZ | 4.45 | 3.01 | 2.73 | - |
| YUV | 48.32 | 125.57 | 152.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 32 | 44 | 0 | 0.61 | 0.46 | 0.68 | 345.6 | 0.44 | 0.22 |
| Hex | 52 | 20 | 2C | 0 | 3D | 2E | 44 | 15A | 2C | 16 |
| Octal | 122 | 40 | 54 | 0 | 75 | 56 | 104 | 532 | 54 | 26 |
| Binary | 1010010 | 100000 | 101100 | 0 | 111101 | 101110 | 1000100 | 101011010 | 101100 | 10110 |
Color Harmonies of #52202C
Complementary color
Monochromatic Colors of #52202C
Black with #52202C
Text Example
Text Example
White with #52202C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52202C; }
p { color: rgb(82,32,44); }
H1.HeaderClassName
{
color: #52202C;
}
.AnyTagClassName
{
color: #52202C;
}
</style>
background-color css
<style>
a { background-color: #52202C; }
a { background-color: rgb(82,32,44); }
div.DivClassName
{
background-color: #52202C;
}
.BgClassName
{
background-color: #52202C;
}
</style>
border-color css
<style>
span { border-color: #52202C; }
span { border-color: rgb(82,32,44); }
td.TdClassName
{
border-color: #52202C;
}
.TagClassName
{
border-color: #52202C;
}
</style>