Shades of Black Rose #552D3D
Tints of Black Rose #552D3D
RGB
CMYK
RGB Variations
Color information
#552D3D (or 0x552D3D) is known color: Black Rose. HEX triplet: 55, 2D and 3D. RGB value is (85,45,61). Sum of RGB (Red+Green+Blue) = 85+45+61=191 (25% of max value = 765). Red value is 85 (33.59% from 255 or 44.50% from 191); Green value is 45 (17.97% from 255 or 23.56% from 191); Blue value is 61 (24.22% from 255 or 31.94% from 191); Max value from RGB is 85 - color contains mainly: red. Hex color #552D3D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #552D3D is #AAD2C2. Grayscale: #3A3A3A. Windows color (decimal): -11195075 or 4009301. OLE color: 4009301.
HSL color Cylindrical-coordinate representation of color #552D3D: hue angle of 336º degrees, saturation: 0.31, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #552D3D is Cyan = 0, Magento = 0.47, Yellow = 0.28 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 85 | 45 | 61 | - |
| CMYK | 0 | 0.47 | 0.28 | 0.67 |
| HSL | 336º | 0.31% | 0.25% | - |
| HSV(B) | 336º | 0.47% | 0.33% | - |
| XYZ | 5.53 | 4.14 | 4.92 | - |
| YUV | 58.78 | 129.25 | 146.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 45 | 61 | 0 | 0.47 | 0.28 | 0.67 | 336 | 0.31 | 0.25 |
| Hex | 55 | 2D | 3D | 0 | 2F | 1C | 43 | 150 | 1F | 19 |
| Octal | 125 | 55 | 75 | 0 | 57 | 34 | 103 | 520 | 37 | 31 |
| Binary | 1010101 | 101101 | 111101 | 0 | 101111 | 11100 | 1000011 | 101010000 | 11111 | 11001 |
Color Harmonies of #552D3D
Complementary color
Monochromatic Colors of #552D3D
Black with #552D3D
Text Example
Text Example
White with #552D3D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #552D3D; }
p { color: rgb(85,45,61); }
H1.HeaderClassName
{
color: #552D3D;
}
.AnyTagClassName
{
color: #552D3D;
}
</style>
background-color css
<style>
a { background-color: #552D3D; }
a { background-color: rgb(85,45,61); }
div.DivClassName
{
background-color: #552D3D;
}
.BgClassName
{
background-color: #552D3D;
}
</style>
border-color css
<style>
span { border-color: #552D3D; }
span { border-color: rgb(85,45,61); }
td.TdClassName
{
border-color: #552D3D;
}
.TagClassName
{
border-color: #552D3D;
}
</style>