Shades of Black Rose #52222D
Tints of Black Rose #52222D
RGB
CMYK
RGB Variations
Color information
#52222D (or 0x52222D) is known color: Black Rose. HEX triplet: 52, 22 and 2D. RGB value is (82,34,45). Sum of RGB (Red+Green+Blue) = 82+34+45=161 (21% of max value = 765). Red value is 82 (32.42% from 255 or 50.93% from 161); Green value is 34 (13.67% from 255 or 21.12% from 161); Blue value is 45 (17.97% from 255 or 27.95% from 161); Max value from RGB is 82 - color contains mainly: red. Hex color #52222D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #52222D is #ADDDD2. Grayscale: #313131. Windows color (decimal): -11394515 or 2957906. OLE color: 2957906.
HSL color Cylindrical-coordinate representation of color #52222D: hue angle of 346.25º degrees, saturation: 0.41, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #52222D is Cyan = 0, Magento = 0.59, Yellow = 0.45 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 82 | 34 | 45 | - |
| CMYK | 0 | 0.59 | 0.45 | 0.68 |
| HSL | 346.25º | 0.41% | 0.23% | - |
| HSV(B) | 346.25º | 0.59% | 0.32% | - |
| XYZ | 4.53 | 3.13 | 2.85 | - |
| YUV | 49.61 | 125.4 | 151.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 34 | 45 | 0 | 0.59 | 0.45 | 0.68 | 346.25 | 0.41 | 0.23 |
| Hex | 52 | 22 | 2D | 0 | 3B | 2D | 44 | 15A | 29 | 17 |
| Octal | 122 | 42 | 55 | 0 | 73 | 55 | 104 | 532 | 51 | 27 |
| Binary | 1010010 | 100010 | 101101 | 0 | 111011 | 101101 | 1000100 | 101011010 | 101001 | 10111 |
Color Harmonies of #52222D
Complementary color
Monochromatic Colors of #52222D
Black with #52222D
Text Example
Text Example
White with #52222D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52222D; }
p { color: rgb(82,34,45); }
H1.HeaderClassName
{
color: #52222D;
}
.AnyTagClassName
{
color: #52222D;
}
</style>
background-color css
<style>
a { background-color: #52222D; }
a { background-color: rgb(82,34,45); }
div.DivClassName
{
background-color: #52222D;
}
.BgClassName
{
background-color: #52222D;
}
</style>
border-color css
<style>
span { border-color: #52222D; }
span { border-color: rgb(82,34,45); }
td.TdClassName
{
border-color: #52222D;
}
.TagClassName
{
border-color: #52222D;
}
</style>