Shades of Black Rose #53222D
Tints of Black Rose #53222D
RGB
CMYK
RGB Variations
Color information
#53222D (or 0x53222D) is known color: Black Rose. HEX triplet: 53, 22 and 2D. RGB value is (83,34,45). Sum of RGB (Red+Green+Blue) = 83+34+45=162 (21% of max value = 765). Red value is 83 (32.81% from 255 or 51.23% from 162); Green value is 34 (13.67% from 255 or 20.99% from 162); Blue value is 45 (17.97% from 255 or 27.78% from 162); Max value from RGB is 83 - color contains mainly: red. Hex color #53222D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #53222D is #ACDDD2. Grayscale: #313131. Windows color (decimal): -11328979 or 2957907. OLE color: 2957907.
HSL color Cylindrical-coordinate representation of color #53222D: hue angle of 346.53º degrees, saturation: 0.42, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #53222D is Cyan = 0, Magento = 0.59, Yellow = 0.46 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 83 | 34 | 45 | - |
| CMYK | 0 | 0.59 | 0.46 | 0.67 |
| HSL | 346.53º | 0.42% | 0.23% | - |
| HSV(B) | 346.53º | 0.59% | 0.33% | - |
| XYZ | 4.61 | 3.17 | 2.85 | - |
| YUV | 49.91 | 125.23 | 151.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 34 | 45 | 0 | 0.59 | 0.46 | 0.67 | 346.53 | 0.42 | 0.23 |
| Hex | 53 | 22 | 2D | 0 | 3B | 2E | 43 | 15B | 2A | 17 |
| Octal | 123 | 42 | 55 | 0 | 73 | 56 | 103 | 533 | 52 | 27 |
| Binary | 1010011 | 100010 | 101101 | 0 | 111011 | 101110 | 1000011 | 101011011 | 101010 | 10111 |
Color Harmonies of #53222D
Complementary color
Monochromatic Colors of #53222D
Black with #53222D
Text Example
Text Example
White with #53222D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53222D; }
p { color: rgb(83,34,45); }
H1.HeaderClassName
{
color: #53222D;
}
.AnyTagClassName
{
color: #53222D;
}
</style>
background-color css
<style>
a { background-color: #53222D; }
a { background-color: rgb(83,34,45); }
div.DivClassName
{
background-color: #53222D;
}
.BgClassName
{
background-color: #53222D;
}
</style>
border-color css
<style>
span { border-color: #53222D; }
span { border-color: rgb(83,34,45); }
td.TdClassName
{
border-color: #53222D;
}
.TagClassName
{
border-color: #53222D;
}
</style>