Shades of Black Rose #522233
Tints of Black Rose #522233
RGB
CMYK
RGB Variations
Color information
#522233 (or 0x522233) is known color: Black Rose. HEX triplet: 52, 22 and 33. RGB value is (82,34,51). Sum of RGB (Red+Green+Blue) = 82+34+51=167 (22% of max value = 765). Red value is 82 (32.42% from 255 or 49.10% from 167); Green value is 34 (13.67% from 255 or 20.36% from 167); Blue value is 51 (20.31% from 255 or 30.54% from 167); Max value from RGB is 82 - color contains mainly: red. Hex color #522233 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #522233 is #ADDDCC. Grayscale: #323232. Windows color (decimal): -11394509 or 3351122. OLE color: 3351122.
HSL color Cylindrical-coordinate representation of color #522233: hue angle of 338.75º 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 #522233 is Cyan = 0, Magento = 0.59, Yellow = 0.38 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 82 | 34 | 51 | - |
| CMYK | 0 | 0.59 | 0.38 | 0.68 |
| HSL | 338.75º | 0.41% | 0.23% | - |
| HSV(B) | 338.75º | 0.59% | 0.32% | - |
| XYZ | 4.65 | 3.18 | 3.5 | - |
| YUV | 50.29 | 128.4 | 150.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 34 | 51 | 0 | 0.59 | 0.38 | 0.68 | 338.75 | 0.41 | 0.23 |
| Hex | 52 | 22 | 33 | 0 | 3B | 26 | 44 | 153 | 29 | 17 |
| Octal | 122 | 42 | 63 | 0 | 73 | 46 | 104 | 523 | 51 | 27 |
| Binary | 1010010 | 100010 | 110011 | 0 | 111011 | 100110 | 1000100 | 101010011 | 101001 | 10111 |
Color Harmonies of #522233
Complementary color
Monochromatic Colors of #522233
Black with #522233
Text Example
Text Example
White with #522233
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #522233; }
p { color: rgb(82,34,51); }
H1.HeaderClassName
{
color: #522233;
}
.AnyTagClassName
{
color: #522233;
}
</style>
background-color css
<style>
a { background-color: #522233; }
a { background-color: rgb(82,34,51); }
div.DivClassName
{
background-color: #522233;
}
.BgClassName
{
background-color: #522233;
}
</style>
border-color css
<style>
span { border-color: #522233; }
span { border-color: rgb(82,34,51); }
td.TdClassName
{
border-color: #522233;
}
.TagClassName
{
border-color: #522233;
}
</style>