Shades of Black Rose #52202E
Tints of Black Rose #52202E
RGB
CMYK
RGB Variations
Color information
#52202E (or 0x52202E) is known color: Black Rose. HEX triplet: 52, 20 and 2E. RGB value is (82,32,46). Sum of RGB (Red+Green+Blue) = 82+32+46=160 (21% of max value = 765). Red value is 82 (32.42% from 255 or 51.25% from 160); Green value is 32 (12.89% from 255 or 20% from 160); Blue value is 46 (18.36% from 255 or 28.75% from 160); Max value from RGB is 82 - color contains mainly: red. Hex color #52202E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #52202E is #ADDFD1. Grayscale: #303030. Windows color (decimal): -11395026 or 3022930. OLE color: 3022930.
HSL color Cylindrical-coordinate representation of color #52202E: hue angle of 343.2º 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 #52202E is Cyan = 0, Magento = 0.61, Yellow = 0.44 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 82 | 32 | 46 | - |
| CMYK | 0 | 0.61 | 0.44 | 0.68 |
| HSL | 343.2º | 0.44% | 0.22% | - |
| HSV(B) | 343.2º | 0.61% | 0.32% | - |
| XYZ | 4.49 | 3.02 | 2.93 | - |
| YUV | 48.55 | 126.57 | 151.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 32 | 46 | 0 | 0.61 | 0.44 | 0.68 | 343.2 | 0.44 | 0.22 |
| Hex | 52 | 20 | 2E | 0 | 3D | 2C | 44 | 157 | 2C | 16 |
| Octal | 122 | 40 | 56 | 0 | 75 | 54 | 104 | 527 | 54 | 26 |
| Binary | 1010010 | 100000 | 101110 | 0 | 111101 | 101100 | 1000100 | 101010111 | 101100 | 10110 |
Color Harmonies of #52202E
Complementary color
Monochromatic Colors of #52202E
Black with #52202E
Text Example
Text Example
White with #52202E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52202E; }
p { color: rgb(82,32,46); }
H1.HeaderClassName
{
color: #52202E;
}
.AnyTagClassName
{
color: #52202E;
}
</style>
background-color css
<style>
a { background-color: #52202E; }
a { background-color: rgb(82,32,46); }
div.DivClassName
{
background-color: #52202E;
}
.BgClassName
{
background-color: #52202E;
}
</style>
border-color css
<style>
span { border-color: #52202E; }
span { border-color: rgb(82,32,46); }
td.TdClassName
{
border-color: #52202E;
}
.TagClassName
{
border-color: #52202E;
}
</style>