Shades of Black Rose #531C2F
Tints of Black Rose #531C2F
RGB
CMYK
RGB Variations
Color information
#531C2F (or 0x531C2F) is known color: Black Rose. HEX triplet: 53, 1C and 2F. RGB value is (83,28,47). Sum of RGB (Red+Green+Blue) = 83+28+47=158 (20% of max value = 765). Red value is 83 (32.81% from 255 or 52.53% from 158); Green value is 28 (11.33% from 255 or 17.72% from 158); Blue value is 47 (18.75% from 255 or 29.75% from 158); Max value from RGB is 83 - color contains mainly: red. Hex color #531C2F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #531C2F is #ACE3D0. Grayscale: #2E2E2E. Windows color (decimal): -11330513 or 3087443. OLE color: 3087443.
HSL color Cylindrical-coordinate representation of color #531C2F: hue angle of 339.27º degrees, saturation: 0.5, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #531C2F is Cyan = 0, Magento = 0.66, Yellow = 0.43 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 83 | 28 | 47 | - |
| CMYK | 0 | 0.66 | 0.43 | 0.67 |
| HSL | 339.27º | 0.5% | 0.22% | - |
| HSV(B) | 339.27º | 0.66% | 0.33% | - |
| XYZ | 4.5 | 2.87 | 3.01 | - |
| YUV | 46.61 | 128.22 | 153.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 28 | 47 | 0 | 0.66 | 0.43 | 0.67 | 339.27 | 0.5 | 0.22 |
| Hex | 53 | 1C | 2F | 0 | 42 | 2B | 43 | 153 | 32 | 16 |
| Octal | 123 | 34 | 57 | 0 | 102 | 53 | 103 | 523 | 62 | 26 |
| Binary | 1010011 | 11100 | 101111 | 0 | 1000010 | 101011 | 1000011 | 101010011 | 110010 | 10110 |
Color Harmonies of #531C2F
Complementary color
Monochromatic Colors of #531C2F
Black with #531C2F
Text Example
Text Example
White with #531C2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #531C2F; }
p { color: rgb(83,28,47); }
H1.HeaderClassName
{
color: #531C2F;
}
.AnyTagClassName
{
color: #531C2F;
}
</style>
background-color css
<style>
a { background-color: #531C2F; }
a { background-color: rgb(83,28,47); }
div.DivClassName
{
background-color: #531C2F;
}
.BgClassName
{
background-color: #531C2F;
}
</style>
border-color css
<style>
span { border-color: #531C2F; }
span { border-color: rgb(83,28,47); }
td.TdClassName
{
border-color: #531C2F;
}
.TagClassName
{
border-color: #531C2F;
}
</style>