Shades of Black Rose #532031
Tints of Black Rose #532031
RGB
CMYK
RGB Variations
Color information
#532031 (or 0x532031) is known color: Black Rose. HEX triplet: 53, 20 and 31. RGB value is (83,32,49). Sum of RGB (Red+Green+Blue) = 83+32+49=164 (21% of max value = 765). Red value is 83 (32.81% from 255 or 50.61% from 164); Green value is 32 (12.89% from 255 or 19.51% from 164); Blue value is 49 (19.53% from 255 or 29.88% from 164); Max value from RGB is 83 - color contains mainly: red. Hex color #532031 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #532031 is #ACDFCE. Grayscale: #313131. Windows color (decimal): -11329487 or 3219539. OLE color: 3219539.
HSL color Cylindrical-coordinate representation of color #532031: hue angle of 340º degrees, saturation: 0.44, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #532031 is Cyan = 0, Magento = 0.61, Yellow = 0.41 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 83 | 32 | 49 | - |
| CMYK | 0 | 0.61 | 0.41 | 0.67 |
| HSL | 340º | 0.44% | 0.23% | - |
| HSV(B) | 340º | 0.61% | 0.33% | - |
| XYZ | 4.64 | 3.09 | 3.26 | - |
| YUV | 49.19 | 127.9 | 152.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 32 | 49 | 0 | 0.61 | 0.41 | 0.67 | 340 | 0.44 | 0.23 |
| Hex | 53 | 20 | 31 | 0 | 3D | 29 | 43 | 154 | 2C | 17 |
| Octal | 123 | 40 | 61 | 0 | 75 | 51 | 103 | 524 | 54 | 27 |
| Binary | 1010011 | 100000 | 110001 | 0 | 111101 | 101001 | 1000011 | 101010100 | 101100 | 10111 |
Color Harmonies of #532031
Complementary color
Monochromatic Colors of #532031
Black with #532031
Text Example
Text Example
White with #532031
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #532031; }
p { color: rgb(83,32,49); }
H1.HeaderClassName
{
color: #532031;
}
.AnyTagClassName
{
color: #532031;
}
</style>
background-color css
<style>
a { background-color: #532031; }
a { background-color: rgb(83,32,49); }
div.DivClassName
{
background-color: #532031;
}
.BgClassName
{
background-color: #532031;
}
</style>
border-color css
<style>
span { border-color: #532031; }
span { border-color: rgb(83,32,49); }
td.TdClassName
{
border-color: #532031;
}
.TagClassName
{
border-color: #532031;
}
</style>