Shades of Black Rose #531C2E
Tints of Black Rose #531C2E
RGB
CMYK
RGB Variations
Color information
#531C2E (or 0x531C2E) is known color: Black Rose. HEX triplet: 53, 1C and 2E. RGB value is (83,28,46). Sum of RGB (Red+Green+Blue) = 83+28+46=157 (20% of max value = 765). Red value is 83 (32.81% from 255 or 52.87% from 157); Green value is 28 (11.33% from 255 or 17.83% from 157); Blue value is 46 (18.36% from 255 or 29.30% from 157); Max value from RGB is 83 - color contains mainly: red. Hex color #531C2E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #531C2E is #ACE3D1. Grayscale: #2E2E2E. Windows color (decimal): -11330514 or 3021907. OLE color: 3021907.
HSL color Cylindrical-coordinate representation of color #531C2E: hue angle of 340.36º 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 #531C2E is Cyan = 0, Magento = 0.66, Yellow = 0.45 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 83 | 28 | 46 | - |
| CMYK | 0 | 0.66 | 0.45 | 0.67 |
| HSL | 340.36º | 0.5% | 0.22% | - |
| HSV(B) | 340.36º | 0.66% | 0.33% | - |
| XYZ | 4.48 | 2.87 | 2.9 | - |
| YUV | 46.5 | 127.72 | 154.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 28 | 46 | 0 | 0.66 | 0.45 | 0.67 | 340.36 | 0.5 | 0.22 |
| Hex | 53 | 1C | 2E | 0 | 42 | 2D | 43 | 154 | 32 | 16 |
| Octal | 123 | 34 | 56 | 0 | 102 | 55 | 103 | 524 | 62 | 26 |
| Binary | 1010011 | 11100 | 101110 | 0 | 1000010 | 101101 | 1000011 | 101010100 | 110010 | 10110 |
Color Harmonies of #531C2E
Complementary color
Monochromatic Colors of #531C2E
Black with #531C2E
Text Example
Text Example
White with #531C2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #531C2E; }
p { color: rgb(83,28,46); }
H1.HeaderClassName
{
color: #531C2E;
}
.AnyTagClassName
{
color: #531C2E;
}
</style>
background-color css
<style>
a { background-color: #531C2E; }
a { background-color: rgb(83,28,46); }
div.DivClassName
{
background-color: #531C2E;
}
.BgClassName
{
background-color: #531C2E;
}
</style>
border-color css
<style>
span { border-color: #531C2E; }
span { border-color: rgb(83,28,46); }
td.TdClassName
{
border-color: #531C2E;
}
.TagClassName
{
border-color: #531C2E;
}
</style>