Shades of Black Rose #53202E
Tints of Black Rose #53202E
RGB
CMYK
RGB Variations
Color information
#53202E (or 0x53202E) is known color: Black Rose. HEX triplet: 53, 20 and 2E. RGB value is (83,32,46). Sum of RGB (Red+Green+Blue) = 83+32+46=161 (21% of max value = 765). Red value is 83 (32.81% from 255 or 51.55% from 161); Green value is 32 (12.89% from 255 or 19.88% from 161); Blue value is 46 (18.36% from 255 or 28.57% from 161); Max value from RGB is 83 - color contains mainly: red. Hex color #53202E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #53202E is #ACDFD1. Grayscale: #303030. Windows color (decimal): -11329490 or 3022931. OLE color: 3022931.
HSL color Cylindrical-coordinate representation of color #53202E: hue angle of 343.53º degrees, saturation: 0.44, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #53202E is Cyan = 0, Magento = 0.61, Yellow = 0.45 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 83 | 32 | 46 | - |
| CMYK | 0 | 0.61 | 0.45 | 0.67 |
| HSL | 343.53º | 0.44% | 0.23% | - |
| HSV(B) | 343.53º | 0.61% | 0.33% | - |
| XYZ | 4.58 | 3.07 | 2.94 | - |
| YUV | 48.85 | 126.4 | 152.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 32 | 46 | 0 | 0.61 | 0.45 | 0.67 | 343.53 | 0.44 | 0.23 |
| Hex | 53 | 20 | 2E | 0 | 3D | 2D | 43 | 158 | 2C | 17 |
| Octal | 123 | 40 | 56 | 0 | 75 | 55 | 103 | 530 | 54 | 27 |
| Binary | 1010011 | 100000 | 101110 | 0 | 111101 | 101101 | 1000011 | 101011000 | 101100 | 10111 |
Color Harmonies of #53202E
Complementary color
Monochromatic Colors of #53202E
Black with #53202E
Text Example
Text Example
White with #53202E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53202E; }
p { color: rgb(83,32,46); }
H1.HeaderClassName
{
color: #53202E;
}
.AnyTagClassName
{
color: #53202E;
}
</style>
background-color css
<style>
a { background-color: #53202E; }
a { background-color: rgb(83,32,46); }
div.DivClassName
{
background-color: #53202E;
}
.BgClassName
{
background-color: #53202E;
}
</style>
border-color css
<style>
span { border-color: #53202E; }
span { border-color: rgb(83,32,46); }
td.TdClassName
{
border-color: #53202E;
}
.TagClassName
{
border-color: #53202E;
}
</style>