Shades of Black Rose #53212D
Tints of Black Rose #53212D
RGB
CMYK
RGB Variations
Color information
#53212D (or 0x53212D) is known color: Black Rose. HEX triplet: 53, 21 and 2D. RGB value is (83,33,45). Sum of RGB (Red+Green+Blue) = 83+33+45=161 (21% of max value = 765). Red value is 83 (32.81% from 255 or 51.55% from 161); Green value is 33 (13.28% from 255 or 20.50% from 161); Blue value is 45 (17.97% from 255 or 27.95% from 161); Max value from RGB is 83 - color contains mainly: red. Hex color #53212D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #53212D is #ACDED2. Grayscale: #313131. Windows color (decimal): -11329235 or 2957651. OLE color: 2957651.
HSL color Cylindrical-coordinate representation of color #53212D: hue angle of 345.6º degrees, saturation: 0.43, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #53212D is Cyan = 0, Magento = 0.60, Yellow = 0.46 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 83 | 33 | 45 | - |
| CMYK | 0 | 0.60 | 0.46 | 0.67 |
| HSL | 345.6º | 0.43% | 0.23% | - |
| HSV(B) | 345.6º | 0.6% | 0.33% | - |
| XYZ | 4.58 | 3.12 | 2.84 | - |
| YUV | 49.32 | 125.57 | 152.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 33 | 45 | 0 | 0.60 | 0.46 | 0.67 | 345.6 | 0.43 | 0.23 |
| Hex | 53 | 21 | 2D | 0 | 3C | 2E | 43 | 15A | 2B | 17 |
| Octal | 123 | 41 | 55 | 0 | 74 | 56 | 103 | 532 | 53 | 27 |
| Binary | 1010011 | 100001 | 101101 | 0 | 111100 | 101110 | 1000011 | 101011010 | 101011 | 10111 |
Color Harmonies of #53212D
Complementary color
Monochromatic Colors of #53212D
Black with #53212D
Text Example
Text Example
White with #53212D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53212D; }
p { color: rgb(83,33,45); }
H1.HeaderClassName
{
color: #53212D;
}
.AnyTagClassName
{
color: #53212D;
}
</style>
background-color css
<style>
a { background-color: #53212D; }
a { background-color: rgb(83,33,45); }
div.DivClassName
{
background-color: #53212D;
}
.BgClassName
{
background-color: #53212D;
}
</style>
border-color css
<style>
span { border-color: #53212D; }
span { border-color: rgb(83,33,45); }
td.TdClassName
{
border-color: #53212D;
}
.TagClassName
{
border-color: #53212D;
}
</style>