Shades of Black Rose #53232D
Tints of Black Rose #53232D
RGB
CMYK
RGB Variations
Color information
#53232D (or 0x53232D) is known color: Black Rose. HEX triplet: 53, 23 and 2D. RGB value is (83,35,45). Sum of RGB (Red+Green+Blue) = 83+35+45=163 (21% of max value = 765). Red value is 83 (32.81% from 255 or 50.92% from 163); Green value is 35 (14.06% from 255 or 21.47% from 163); Blue value is 45 (17.97% from 255 or 27.61% from 163); Max value from RGB is 83 - color contains mainly: red. Hex color #53232D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #53232D is #ACDCD2. Grayscale: #323232. Windows color (decimal): -11328723 or 2958163. OLE color: 2958163.
HSL color Cylindrical-coordinate representation of color #53232D: hue angle of 347.5º degrees, saturation: 0.41, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #53232D is Cyan = 0, Magento = 0.58, Yellow = 0.46 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 83 | 35 | 45 | - |
| CMYK | 0 | 0.58 | 0.46 | 0.67 |
| HSL | 347.5º | 0.41% | 0.23% | - |
| HSV(B) | 347.5º | 0.58% | 0.33% | - |
| XYZ | 4.64 | 3.23 | 2.86 | - |
| YUV | 50.49 | 124.9 | 151.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 35 | 45 | 0 | 0.58 | 0.46 | 0.67 | 347.5 | 0.41 | 0.23 |
| Hex | 53 | 23 | 2D | 0 | 3A | 2E | 43 | 15C | 29 | 17 |
| Octal | 123 | 43 | 55 | 0 | 72 | 56 | 103 | 534 | 51 | 27 |
| Binary | 1010011 | 100011 | 101101 | 0 | 111010 | 101110 | 1000011 | 101011100 | 101001 | 10111 |
Color Harmonies of #53232D
Complementary color
Monochromatic Colors of #53232D
Black with #53232D
Text Example
Text Example
White with #53232D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53232D; }
p { color: rgb(83,35,45); }
H1.HeaderClassName
{
color: #53232D;
}
.AnyTagClassName
{
color: #53232D;
}
</style>
background-color css
<style>
a { background-color: #53232D; }
a { background-color: rgb(83,35,45); }
div.DivClassName
{
background-color: #53232D;
}
.BgClassName
{
background-color: #53232D;
}
</style>
border-color css
<style>
span { border-color: #53232D; }
span { border-color: rgb(83,35,45); }
td.TdClassName
{
border-color: #53232D;
}
.TagClassName
{
border-color: #53232D;
}
</style>