Shades of Black Rose #531B2E
Tints of Black Rose #531B2E
RGB
CMYK
RGB Variations
Color information
#531B2E (or 0x531B2E) is known color: Black Rose. HEX triplet: 53, 1B and 2E. RGB value is (83,27,46). Sum of RGB (Red+Green+Blue) = 83+27+46=156 (20% of max value = 765). Red value is 83 (32.81% from 255 or 53.21% from 156); Green value is 27 (10.94% from 255 or 17.31% from 156); Blue value is 46 (18.36% from 255 or 29.49% from 156); Max value from RGB is 83 - color contains mainly: red. Hex color #531B2E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #531B2E is #ACE4D1. Grayscale: #2D2D2D. Windows color (decimal): -11330770 or 3021651. OLE color: 3021651.
HSL color Cylindrical-coordinate representation of color #531B2E: hue angle of 339.64º degrees, saturation: 0.51, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #531B2E is Cyan = 0, Magento = 0.67, Yellow = 0.45 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 83 | 27 | 46 | - |
| CMYK | 0 | 0.67 | 0.45 | 0.67 |
| HSL | 339.64º | 0.51% | 0.22% | - |
| HSV(B) | 339.64º | 0.67% | 0.33% | - |
| XYZ | 4.45 | 2.82 | 2.89 | - |
| YUV | 45.91 | 128.05 | 154.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 27 | 46 | 0 | 0.67 | 0.45 | 0.67 | 339.64 | 0.51 | 0.22 |
| Hex | 53 | 1B | 2E | 0 | 43 | 2D | 43 | 154 | 33 | 16 |
| Octal | 123 | 33 | 56 | 0 | 103 | 55 | 103 | 524 | 63 | 26 |
| Binary | 1010011 | 11011 | 101110 | 0 | 1000011 | 101101 | 1000011 | 101010100 | 110011 | 10110 |
Color Harmonies of #531B2E
Complementary color
Monochromatic Colors of #531B2E
Black with #531B2E
Text Example
Text Example
White with #531B2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #531B2E; }
p { color: rgb(83,27,46); }
H1.HeaderClassName
{
color: #531B2E;
}
.AnyTagClassName
{
color: #531B2E;
}
</style>
background-color css
<style>
a { background-color: #531B2E; }
a { background-color: rgb(83,27,46); }
div.DivClassName
{
background-color: #531B2E;
}
.BgClassName
{
background-color: #531B2E;
}
</style>
border-color css
<style>
span { border-color: #531B2E; }
span { border-color: rgb(83,27,46); }
td.TdClassName
{
border-color: #531B2E;
}
.TagClassName
{
border-color: #531B2E;
}
</style>