Shades of Black Rose #531A2D
Tints of Black Rose #531A2D
RGB
CMYK
RGB Variations
Color information
#531A2D (or 0x531A2D) is known color: Black Rose. HEX triplet: 53, 1A and 2D. RGB value is (83,26,45). Sum of RGB (Red+Green+Blue) = 83+26+45=154 (20% of max value = 765). Red value is 83 (32.81% from 255 or 53.90% from 154); Green value is 26 (10.55% from 255 or 16.88% from 154); Blue value is 45 (17.97% from 255 or 29.22% from 154); Max value from RGB is 83 - color contains mainly: red. Hex color #531A2D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #531A2D is #ACE5D2. Grayscale: #2D2D2D. Windows color (decimal): -11331027 or 2955859. OLE color: 2955859.
HSL color Cylindrical-coordinate representation of color #531A2D: hue angle of 340º degrees, saturation: 0.52, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #531A2D is Cyan = 0, Magento = 0.69, Yellow = 0.46 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 83 | 26 | 45 | - |
| CMYK | 0 | 0.69 | 0.46 | 0.67 |
| HSL | 340º | 0.52% | 0.21% | - |
| HSV(B) | 340º | 0.69% | 0.33% | - |
| XYZ | 4.41 | 2.77 | 2.78 | - |
| YUV | 45.21 | 127.88 | 154.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 26 | 45 | 0 | 0.69 | 0.46 | 0.67 | 340 | 0.52 | 0.21 |
| Hex | 53 | 1A | 2D | 0 | 45 | 2E | 43 | 154 | 34 | 15 |
| Octal | 123 | 32 | 55 | 0 | 105 | 56 | 103 | 524 | 64 | 25 |
| Binary | 1010011 | 11010 | 101101 | 0 | 1000101 | 101110 | 1000011 | 101010100 | 110100 | 10101 |
Color Harmonies of #531A2D
Complementary color
Monochromatic Colors of #531A2D
Black with #531A2D
Text Example
Text Example
White with #531A2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #531A2D; }
p { color: rgb(83,26,45); }
H1.HeaderClassName
{
color: #531A2D;
}
.AnyTagClassName
{
color: #531A2D;
}
</style>
background-color css
<style>
a { background-color: #531A2D; }
a { background-color: rgb(83,26,45); }
div.DivClassName
{
background-color: #531A2D;
}
.BgClassName
{
background-color: #531A2D;
}
</style>
border-color css
<style>
span { border-color: #531A2D; }
span { border-color: rgb(83,26,45); }
td.TdClassName
{
border-color: #531A2D;
}
.TagClassName
{
border-color: #531A2D;
}
</style>