Shades of Black Rose #53293A
Tints of Black Rose #53293A
RGB
CMYK
RGB Variations
Color information
#53293A (or 0x53293A) is known color: Black Rose. HEX triplet: 53, 29 and 3A. RGB value is (83,41,58). Sum of RGB (Red+Green+Blue) = 83+41+58=182 (24% of max value = 765). Red value is 83 (32.81% from 255 or 45.60% from 182); Green value is 41 (16.41% from 255 or 22.53% from 182); Blue value is 58 (23.05% from 255 or 31.87% from 182); Max value from RGB is 83 - color contains mainly: red. Hex color #53293A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #53293A is #ACD6C5. Grayscale: #373737. Windows color (decimal): -11327174 or 3811667. OLE color: 3811667.
HSL color Cylindrical-coordinate representation of color #53293A: hue angle of 335.71º degrees, saturation: 0.34, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #53293A is Cyan = 0, Magento = 0.51, Yellow = 0.30 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 83 | 41 | 58 | - |
| CMYK | 0 | 0.51 | 0.30 | 0.67 |
| HSL | 335.71º | 0.34% | 0.24% | - |
| HSV(B) | 335.71º | 0.51% | 0.33% | - |
| XYZ | 5.12 | 3.73 | 4.45 | - |
| YUV | 55.5 | 129.41 | 147.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 41 | 58 | 0 | 0.51 | 0.30 | 0.67 | 335.71 | 0.34 | 0.24 |
| Hex | 53 | 29 | 3A | 0 | 33 | 1E | 43 | 150 | 22 | 18 |
| Octal | 123 | 51 | 72 | 0 | 63 | 36 | 103 | 520 | 42 | 30 |
| Binary | 1010011 | 101001 | 111010 | 0 | 110011 | 11110 | 1000011 | 101010000 | 100010 | 11000 |
Color Harmonies of #53293A
Complementary color
Monochromatic Colors of #53293A
Black with #53293A
Text Example
Text Example
White with #53293A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53293A; }
p { color: rgb(83,41,58); }
H1.HeaderClassName
{
color: #53293A;
}
.AnyTagClassName
{
color: #53293A;
}
</style>
background-color css
<style>
a { background-color: #53293A; }
a { background-color: rgb(83,41,58); }
div.DivClassName
{
background-color: #53293A;
}
.BgClassName
{
background-color: #53293A;
}
</style>
border-color css
<style>
span { border-color: #53293A; }
span { border-color: rgb(83,41,58); }
td.TdClassName
{
border-color: #53293A;
}
.TagClassName
{
border-color: #53293A;
}
</style>