Shades of Black Rose #52252D
Tints of Black Rose #52252D
RGB
CMYK
RGB Variations
Color information
#52252D (or 0x52252D) is known color: Black Rose. HEX triplet: 52, 25 and 2D. RGB value is (82,37,45). Sum of RGB (Red+Green+Blue) = 82+37+45=164 (21% of max value = 765). Red value is 82 (32.42% from 255 or 50% from 164); Green value is 37 (14.84% from 255 or 22.56% from 164); Blue value is 45 (17.97% from 255 or 27.44% from 164); Max value from RGB is 82 - color contains mainly: red. Hex color #52252D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #52252D is #ADDAD2. Grayscale: #333333. Windows color (decimal): -11393747 or 2958674. OLE color: 2958674.
HSL color Cylindrical-coordinate representation of color #52252D: hue angle of 349.33º degrees, saturation: 0.38, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #52252D is Cyan = 0, Magento = 0.55, Yellow = 0.45 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 82 | 37 | 45 | - |
| CMYK | 0 | 0.55 | 0.45 | 0.68 |
| HSL | 349.33º | 0.38% | 0.23% | - |
| HSV(B) | 349.33º | 0.55% | 0.32% | - |
| XYZ | 4.61 | 3.31 | 2.88 | - |
| YUV | 51.37 | 124.41 | 149.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 37 | 45 | 0 | 0.55 | 0.45 | 0.68 | 349.33 | 0.38 | 0.23 |
| Hex | 52 | 25 | 2D | 0 | 37 | 2D | 44 | 15D | 26 | 17 |
| Octal | 122 | 45 | 55 | 0 | 67 | 55 | 104 | 535 | 46 | 27 |
| Binary | 1010010 | 100101 | 101101 | 0 | 110111 | 101101 | 1000100 | 101011101 | 100110 | 10111 |
Color Harmonies of #52252D
Complementary color
Monochromatic Colors of #52252D
Black with #52252D
Text Example
Text Example
White with #52252D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52252D; }
p { color: rgb(82,37,45); }
H1.HeaderClassName
{
color: #52252D;
}
.AnyTagClassName
{
color: #52252D;
}
</style>
background-color css
<style>
a { background-color: #52252D; }
a { background-color: rgb(82,37,45); }
div.DivClassName
{
background-color: #52252D;
}
.BgClassName
{
background-color: #52252D;
}
</style>
border-color css
<style>
span { border-color: #52252D; }
span { border-color: rgb(82,37,45); }
td.TdClassName
{
border-color: #52252D;
}
.TagClassName
{
border-color: #52252D;
}
</style>