Shades of Black Rose #532D39
Tints of Black Rose #532D39
RGB
CMYK
RGB Variations
Color information
#532D39 (or 0x532D39) is known color: Black Rose. HEX triplet: 53, 2D and 39. RGB value is (83,45,57). Sum of RGB (Red+Green+Blue) = 83+45+57=185 (24% of max value = 765). Red value is 83 (32.81% from 255 or 44.86% from 185); Green value is 45 (17.97% from 255 or 24.32% from 185); Blue value is 57 (22.66% from 255 or 30.81% from 185); Max value from RGB is 83 - color contains mainly: red. Hex color #532D39 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #532D39 is #ACD2C6. Grayscale: #393939. Windows color (decimal): -11326151 or 3747155. OLE color: 3747155.
HSL color Cylindrical-coordinate representation of color #532D39: hue angle of 341.05º degrees, saturation: 0.3, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #532D39 is Cyan = 0, Magento = 0.46, Yellow = 0.31 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 83 | 45 | 57 | - |
| CMYK | 0 | 0.46 | 0.31 | 0.67 |
| HSL | 341.05º | 0.3% | 0.25% | - |
| HSV(B) | 341.05º | 0.46% | 0.33% | - |
| XYZ | 5.24 | 4.01 | 4.37 | - |
| YUV | 57.73 | 127.59 | 146.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 45 | 57 | 0 | 0.46 | 0.31 | 0.67 | 341.05 | 0.3 | 0.25 |
| Hex | 53 | 2D | 39 | 0 | 2E | 1F | 43 | 155 | 1E | 19 |
| Octal | 123 | 55 | 71 | 0 | 56 | 37 | 103 | 525 | 36 | 31 |
| Binary | 1010011 | 101101 | 111001 | 0 | 101110 | 11111 | 1000011 | 101010101 | 11110 | 11001 |
Color Harmonies of #532D39
Complementary color
Monochromatic Colors of #532D39
Black with #532D39
Text Example
Text Example
White with #532D39
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #532D39; }
p { color: rgb(83,45,57); }
H1.HeaderClassName
{
color: #532D39;
}
.AnyTagClassName
{
color: #532D39;
}
</style>
background-color css
<style>
a { background-color: #532D39; }
a { background-color: rgb(83,45,57); }
div.DivClassName
{
background-color: #532D39;
}
.BgClassName
{
background-color: #532D39;
}
</style>
border-color css
<style>
span { border-color: #532D39; }
span { border-color: rgb(83,45,57); }
td.TdClassName
{
border-color: #532D39;
}
.TagClassName
{
border-color: #532D39;
}
</style>