Shades of Black Rose #531F2F
Tints of Black Rose #531F2F
RGB
CMYK
RGB Variations
Color information
#531F2F (or 0x531F2F) is known color: Black Rose. HEX triplet: 53, 1F and 2F. RGB value is (83,31,47). Sum of RGB (Red+Green+Blue) = 83+31+47=161 (21% of max value = 765). Red value is 83 (32.81% from 255 or 51.55% from 161); Green value is 31 (12.5% from 255 or 19.25% from 161); Blue value is 47 (18.75% from 255 or 29.19% from 161); Max value from RGB is 83 - color contains mainly: red. Hex color #531F2F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #531F2F is #ACE0D0. Grayscale: #303030. Windows color (decimal): -11329745 or 3088211. OLE color: 3088211.
HSL color Cylindrical-coordinate representation of color #531F2F: hue angle of 341.54º 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 #531F2F is Cyan = 0, Magento = 0.63, Yellow = 0.43 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 83 | 31 | 47 | - |
| CMYK | 0 | 0.63 | 0.43 | 0.67 |
| HSL | 341.54º | 0.46% | 0.22% | - |
| HSV(B) | 341.54º | 0.63% | 0.33% | - |
| XYZ | 4.57 | 3.02 | 3.03 | - |
| YUV | 48.37 | 127.23 | 152.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 31 | 47 | 0 | 0.63 | 0.43 | 0.67 | 341.54 | 0.46 | 0.22 |
| Hex | 53 | 1F | 2F | 0 | 3F | 2B | 43 | 156 | 2E | 16 |
| Octal | 123 | 37 | 57 | 0 | 77 | 53 | 103 | 526 | 56 | 26 |
| Binary | 1010011 | 11111 | 101111 | 0 | 111111 | 101011 | 1000011 | 101010110 | 101110 | 10110 |
Color Harmonies of #531F2F
Complementary color
Monochromatic Colors of #531F2F
Black with #531F2F
Text Example
Text Example
White with #531F2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #531F2F; }
p { color: rgb(83,31,47); }
H1.HeaderClassName
{
color: #531F2F;
}
.AnyTagClassName
{
color: #531F2F;
}
</style>
background-color css
<style>
a { background-color: #531F2F; }
a { background-color: rgb(83,31,47); }
div.DivClassName
{
background-color: #531F2F;
}
.BgClassName
{
background-color: #531F2F;
}
</style>
border-color css
<style>
span { border-color: #531F2F; }
span { border-color: rgb(83,31,47); }
td.TdClassName
{
border-color: #531F2F;
}
.TagClassName
{
border-color: #531F2F;
}
</style>