Shades of Black Rose #532B3A
Tints of Black Rose #532B3A
RGB
CMYK
RGB Variations
Color information
#532B3A (or 0x532B3A) is known color: Black Rose. HEX triplet: 53, 2B and 3A. RGB value is (83,43,58). Sum of RGB (Red+Green+Blue) = 83+43+58=184 (24% of max value = 765). Red value is 83 (32.81% from 255 or 45.11% from 184); Green value is 43 (17.19% from 255 or 23.37% from 184); Blue value is 58 (23.05% from 255 or 31.52% from 184); Max value from RGB is 83 - color contains mainly: red. Hex color #532B3A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #532B3A is #ACD4C5. Grayscale: #383838. Windows color (decimal): -11326662 or 3812179. OLE color: 3812179.
HSL color Cylindrical-coordinate representation of color #532B3A: hue angle of 337.5º degrees, saturation: 0.32, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #532B3A is Cyan = 0, Magento = 0.48, Yellow = 0.30 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 83 | 43 | 58 | - |
| CMYK | 0 | 0.48 | 0.30 | 0.67 |
| HSL | 337.5º | 0.32% | 0.25% | - |
| HSV(B) | 337.5º | 0.48% | 0.33% | - |
| XYZ | 5.19 | 3.87 | 4.48 | - |
| YUV | 56.67 | 128.75 | 146.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 43 | 58 | 0 | 0.48 | 0.30 | 0.67 | 337.5 | 0.32 | 0.25 |
| Hex | 53 | 2B | 3A | 0 | 30 | 1E | 43 | 152 | 20 | 19 |
| Octal | 123 | 53 | 72 | 0 | 60 | 36 | 103 | 522 | 40 | 31 |
| Binary | 1010011 | 101011 | 111010 | 0 | 110000 | 11110 | 1000011 | 101010010 | 100000 | 11001 |
Color Harmonies of #532B3A
Complementary color
Monochromatic Colors of #532B3A
Black with #532B3A
Text Example
Text Example
White with #532B3A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #532B3A; }
p { color: rgb(83,43,58); }
H1.HeaderClassName
{
color: #532B3A;
}
.AnyTagClassName
{
color: #532B3A;
}
</style>
background-color css
<style>
a { background-color: #532B3A; }
a { background-color: rgb(83,43,58); }
div.DivClassName
{
background-color: #532B3A;
}
.BgClassName
{
background-color: #532B3A;
}
</style>
border-color css
<style>
span { border-color: #532B3A; }
span { border-color: rgb(83,43,58); }
td.TdClassName
{
border-color: #532B3A;
}
.TagClassName
{
border-color: #532B3A;
}
</style>