Shades of Black Rose #532C3B
Tints of Black Rose #532C3B
RGB
CMYK
RGB Variations
Color information
#532C3B (or 0x532C3B) is known color: Black Rose. HEX triplet: 53, 2C and 3B. RGB value is (83,44,59). Sum of RGB (Red+Green+Blue) = 83+44+59=186 (24% of max value = 765). Red value is 83 (32.81% from 255 or 44.62% from 186); Green value is 44 (17.58% from 255 or 23.66% from 186); Blue value is 59 (23.44% from 255 or 31.72% from 186); Max value from RGB is 83 - color contains mainly: red. Hex color #532C3B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #532C3B is #ACD3C4. Grayscale: #393939. Windows color (decimal): -11326405 or 3877971. OLE color: 3877971.
HSL color Cylindrical-coordinate representation of color #532C3B: hue angle of 336.92º degrees, saturation: 0.31, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #532C3B is Cyan = 0, Magento = 0.47, Yellow = 0.29 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 83 | 44 | 59 | - |
| CMYK | 0 | 0.47 | 0.29 | 0.67 |
| HSL | 336.92º | 0.31% | 0.25% | - |
| HSV(B) | 336.92º | 0.47% | 0.33% | - |
| XYZ | 5.26 | 3.96 | 4.62 | - |
| YUV | 57.37 | 128.92 | 146.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 44 | 59 | 0 | 0.47 | 0.29 | 0.67 | 336.92 | 0.31 | 0.25 |
| Hex | 53 | 2C | 3B | 0 | 2F | 1D | 43 | 151 | 1F | 19 |
| Octal | 123 | 54 | 73 | 0 | 57 | 35 | 103 | 521 | 37 | 31 |
| Binary | 1010011 | 101100 | 111011 | 0 | 101111 | 11101 | 1000011 | 101010001 | 11111 | 11001 |
Color Harmonies of #532C3B
Complementary color
Monochromatic Colors of #532C3B
Black with #532C3B
Text Example
Text Example
White with #532C3B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #532C3B; }
p { color: rgb(83,44,59); }
H1.HeaderClassName
{
color: #532C3B;
}
.AnyTagClassName
{
color: #532C3B;
}
</style>
background-color css
<style>
a { background-color: #532C3B; }
a { background-color: rgb(83,44,59); }
div.DivClassName
{
background-color: #532C3B;
}
.BgClassName
{
background-color: #532C3B;
}
</style>
border-color css
<style>
span { border-color: #532C3B; }
span { border-color: rgb(83,44,59); }
td.TdClassName
{
border-color: #532C3B;
}
.TagClassName
{
border-color: #532C3B;
}
</style>