Shades of Black Rose #531F2C
Tints of Black Rose #531F2C
RGB
CMYK
RGB Variations
Color information
#531F2C (or 0x531F2C) is known color: Black Rose. HEX triplet: 53, 1F and 2C. RGB value is (83,31,44). Sum of RGB (Red+Green+Blue) = 83+31+44=158 (20% of max value = 765). Red value is 83 (32.81% from 255 or 52.53% from 158); Green value is 31 (12.5% from 255 or 19.62% from 158); Blue value is 44 (17.58% from 255 or 27.85% from 158); Max value from RGB is 83 - color contains mainly: red. Hex color #531F2C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #531F2C is #ACE0D3. Grayscale: #303030. Windows color (decimal): -11329748 or 2891603. OLE color: 2891603.
HSL color Cylindrical-coordinate representation of color #531F2C: hue angle of 345º degrees, saturation: 0.46, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #531F2C is Cyan = 0, Magento = 0.63, Yellow = 0.47 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 83 | 31 | 44 | - |
| CMYK | 0 | 0.63 | 0.47 | 0.67 |
| HSL | 345º | 0.46% | 0.22% | - |
| HSV(B) | 345º | 0.63% | 0.33% | - |
| XYZ | 4.51 | 3 | 2.72 | - |
| YUV | 48.03 | 125.73 | 152.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 31 | 44 | 0 | 0.63 | 0.47 | 0.67 | 345 | 0.46 | 0.22 |
| Hex | 53 | 1F | 2C | 0 | 3F | 2F | 43 | 159 | 2E | 16 |
| Octal | 123 | 37 | 54 | 0 | 77 | 57 | 103 | 531 | 56 | 26 |
| Binary | 1010011 | 11111 | 101100 | 0 | 111111 | 101111 | 1000011 | 101011001 | 101110 | 10110 |
Color Harmonies of #531F2C
Complementary color
Monochromatic Colors of #531F2C
Black with #531F2C
Text Example
Text Example
White with #531F2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #531F2C; }
p { color: rgb(83,31,44); }
H1.HeaderClassName
{
color: #531F2C;
}
.AnyTagClassName
{
color: #531F2C;
}
</style>
background-color css
<style>
a { background-color: #531F2C; }
a { background-color: rgb(83,31,44); }
div.DivClassName
{
background-color: #531F2C;
}
.BgClassName
{
background-color: #531F2C;
}
</style>
border-color css
<style>
span { border-color: #531F2C; }
span { border-color: rgb(83,31,44); }
td.TdClassName
{
border-color: #531F2C;
}
.TagClassName
{
border-color: #531F2C;
}
</style>