Shades of Black Rose #531F31
Tints of Black Rose #531F31
RGB
CMYK
RGB Variations
Color information
#531F31 (or 0x531F31) is known color: Black Rose. HEX triplet: 53, 1F and 31. RGB value is (83,31,49). Sum of RGB (Red+Green+Blue) = 83+31+49=163 (21% of max value = 765). Red value is 83 (32.81% from 255 or 50.92% from 163); Green value is 31 (12.5% from 255 or 19.02% from 163); Blue value is 49 (19.53% from 255 or 30.06% from 163); Max value from RGB is 83 - color contains mainly: red. Hex color #531F31 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #531F31 is #ACE0CE. Grayscale: #303030. Windows color (decimal): -11329743 or 3219283. OLE color: 3219283.
HSL color Cylindrical-coordinate representation of color #531F31: hue angle of 339.23º 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 #531F31 is Cyan = 0, Magento = 0.63, Yellow = 0.41 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 83 | 31 | 49 | - |
| CMYK | 0 | 0.63 | 0.41 | 0.67 |
| HSL | 339.23º | 0.46% | 0.22% | - |
| HSV(B) | 339.23º | 0.63% | 0.33% | - |
| XYZ | 4.61 | 3.04 | 3.25 | - |
| YUV | 48.6 | 128.23 | 152.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 31 | 49 | 0 | 0.63 | 0.41 | 0.67 | 339.23 | 0.46 | 0.22 |
| Hex | 53 | 1F | 31 | 0 | 3F | 29 | 43 | 153 | 2E | 16 |
| Octal | 123 | 37 | 61 | 0 | 77 | 51 | 103 | 523 | 56 | 26 |
| Binary | 1010011 | 11111 | 110001 | 0 | 111111 | 101001 | 1000011 | 101010011 | 101110 | 10110 |
Color Harmonies of #531F31
Complementary color
Monochromatic Colors of #531F31
Black with #531F31
Text Example
Text Example
White with #531F31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #531F31; }
p { color: rgb(83,31,49); }
H1.HeaderClassName
{
color: #531F31;
}
.AnyTagClassName
{
color: #531F31;
}
</style>
background-color css
<style>
a { background-color: #531F31; }
a { background-color: rgb(83,31,49); }
div.DivClassName
{
background-color: #531F31;
}
.BgClassName
{
background-color: #531F31;
}
</style>
border-color css
<style>
span { border-color: #531F31; }
span { border-color: rgb(83,31,49); }
td.TdClassName
{
border-color: #531F31;
}
.TagClassName
{
border-color: #531F31;
}
</style>