Shades of Black Rose #53202C
Tints of Black Rose #53202C
RGB
CMYK
RGB Variations
Color information
#53202C (or 0x53202C) is known color: Black Rose. HEX triplet: 53, 20 and 2C. RGB value is (83,32,44). Sum of RGB (Red+Green+Blue) = 83+32+44=159 (21% of max value = 765). Red value is 83 (32.81% from 255 or 52.20% from 159); Green value is 32 (12.89% from 255 or 20.13% from 159); Blue value is 44 (17.58% from 255 or 27.67% from 159); Max value from RGB is 83 - color contains mainly: red. Hex color #53202C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #53202C is #ACDFD3. Grayscale: #303030. Windows color (decimal): -11329492 or 2891859. OLE color: 2891859.
HSL color Cylindrical-coordinate representation of color #53202C: hue angle of 345.88º 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 #53202C is Cyan = 0, Magento = 0.61, Yellow = 0.47 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 83 | 32 | 44 | - |
| CMYK | 0 | 0.61 | 0.47 | 0.67 |
| HSL | 345.88º | 0.44% | 0.23% | - |
| HSV(B) | 345.88º | 0.61% | 0.33% | - |
| XYZ | 4.54 | 3.05 | 2.73 | - |
| YUV | 48.62 | 125.4 | 152.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 32 | 44 | 0 | 0.61 | 0.47 | 0.67 | 345.88 | 0.44 | 0.23 |
| Hex | 53 | 20 | 2C | 0 | 3D | 2F | 43 | 15A | 2C | 17 |
| Octal | 123 | 40 | 54 | 0 | 75 | 57 | 103 | 532 | 54 | 27 |
| Binary | 1010011 | 100000 | 101100 | 0 | 111101 | 101111 | 1000011 | 101011010 | 101100 | 10111 |
Color Harmonies of #53202C
Complementary color
Monochromatic Colors of #53202C
Black with #53202C
Text Example
Text Example
White with #53202C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53202C; }
p { color: rgb(83,32,44); }
H1.HeaderClassName
{
color: #53202C;
}
.AnyTagClassName
{
color: #53202C;
}
</style>
background-color css
<style>
a { background-color: #53202C; }
a { background-color: rgb(83,32,44); }
div.DivClassName
{
background-color: #53202C;
}
.BgClassName
{
background-color: #53202C;
}
</style>
border-color css
<style>
span { border-color: #53202C; }
span { border-color: rgb(83,32,44); }
td.TdClassName
{
border-color: #53202C;
}
.TagClassName
{
border-color: #53202C;
}
</style>