Shades of Black Rose #52242D
Tints of Black Rose #52242D
RGB
CMYK
RGB Variations
Color information
#52242D (or 0x52242D) is known color: Black Rose. HEX triplet: 52, 24 and 2D. RGB value is (82,36,45). Sum of RGB (Red+Green+Blue) = 82+36+45=163 (21% of max value = 765). Red value is 82 (32.42% from 255 or 50.31% from 163); Green value is 36 (14.45% from 255 or 22.09% from 163); Blue value is 45 (17.97% from 255 or 27.61% from 163); Max value from RGB is 82 - color contains mainly: red. Hex color #52242D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #52242D is #ADDBD2. Grayscale: #323232. Windows color (decimal): -11394003 or 2958418. OLE color: 2958418.
HSL color Cylindrical-coordinate representation of color #52242D: hue angle of 348.26º degrees, saturation: 0.39, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #52242D is Cyan = 0, Magento = 0.56, Yellow = 0.45 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 82 | 36 | 45 | - |
| CMYK | 0 | 0.56 | 0.45 | 0.68 |
| HSL | 348.26º | 0.39% | 0.23% | - |
| HSV(B) | 348.26º | 0.56% | 0.32% | - |
| XYZ | 4.58 | 3.25 | 2.87 | - |
| YUV | 50.78 | 124.74 | 150.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 36 | 45 | 0 | 0.56 | 0.45 | 0.68 | 348.26 | 0.39 | 0.23 |
| Hex | 52 | 24 | 2D | 0 | 38 | 2D | 44 | 15C | 27 | 17 |
| Octal | 122 | 44 | 55 | 0 | 70 | 55 | 104 | 534 | 47 | 27 |
| Binary | 1010010 | 100100 | 101101 | 0 | 111000 | 101101 | 1000100 | 101011100 | 100111 | 10111 |
Color Harmonies of #52242D
Complementary color
Monochromatic Colors of #52242D
Black with #52242D
Text Example
Text Example
White with #52242D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52242D; }
p { color: rgb(82,36,45); }
H1.HeaderClassName
{
color: #52242D;
}
.AnyTagClassName
{
color: #52242D;
}
</style>
background-color css
<style>
a { background-color: #52242D; }
a { background-color: rgb(82,36,45); }
div.DivClassName
{
background-color: #52242D;
}
.BgClassName
{
background-color: #52242D;
}
</style>
border-color css
<style>
span { border-color: #52242D; }
span { border-color: rgb(82,36,45); }
td.TdClassName
{
border-color: #52242D;
}
.TagClassName
{
border-color: #52242D;
}
</style>