Shades of Black Rose #531C2D
Tints of Black Rose #531C2D
RGB
CMYK
RGB Variations
Color information
#531C2D (or 0x531C2D) is known color: Black Rose. HEX triplet: 53, 1C and 2D. RGB value is (83,28,45). Sum of RGB (Red+Green+Blue) = 83+28+45=156 (20% of max value = 765). Red value is 83 (32.81% from 255 or 53.21% from 156); Green value is 28 (11.33% from 255 or 17.95% from 156); Blue value is 45 (17.97% from 255 or 28.85% from 156); Max value from RGB is 83 - color contains mainly: red. Hex color #531C2D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #531C2D is #ACE3D2. Grayscale: #2E2E2E. Windows color (decimal): -11330515 or 2956371. OLE color: 2956371.
HSL color Cylindrical-coordinate representation of color #531C2D: hue angle of 341.45º 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 #531C2D is Cyan = 0, Magento = 0.66, Yellow = 0.46 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 83 | 28 | 45 | - |
| CMYK | 0 | 0.66 | 0.46 | 0.67 |
| HSL | 341.45º | 0.5% | 0.22% | - |
| HSV(B) | 341.45º | 0.66% | 0.33% | - |
| XYZ | 4.46 | 2.86 | 2.8 | - |
| YUV | 46.38 | 127.22 | 154.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 28 | 45 | 0 | 0.66 | 0.46 | 0.67 | 341.45 | 0.5 | 0.22 |
| Hex | 53 | 1C | 2D | 0 | 42 | 2E | 43 | 155 | 32 | 16 |
| Octal | 123 | 34 | 55 | 0 | 102 | 56 | 103 | 525 | 62 | 26 |
| Binary | 1010011 | 11100 | 101101 | 0 | 1000010 | 101110 | 1000011 | 101010101 | 110010 | 10110 |
Color Harmonies of #531C2D
Complementary color
Monochromatic Colors of #531C2D
Black with #531C2D
Text Example
Text Example
White with #531C2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #531C2D; }
p { color: rgb(83,28,45); }
H1.HeaderClassName
{
color: #531C2D;
}
.AnyTagClassName
{
color: #531C2D;
}
</style>
background-color css
<style>
a { background-color: #531C2D; }
a { background-color: rgb(83,28,45); }
div.DivClassName
{
background-color: #531C2D;
}
.BgClassName
{
background-color: #531C2D;
}
</style>
border-color css
<style>
span { border-color: #531C2D; }
span { border-color: rgb(83,28,45); }
td.TdClassName
{
border-color: #531C2D;
}
.TagClassName
{
border-color: #531C2D;
}
</style>