Shades of Black Rose #552D3C
Tints of Black Rose #552D3C
RGB
CMYK
RGB Variations
Color information
#552D3C (or 0x552D3C) is known color: Black Rose. HEX triplet: 55, 2D and 3C. RGB value is (85,45,60). Sum of RGB (Red+Green+Blue) = 85+45+60=190 (25% of max value = 765). Red value is 85 (33.59% from 255 or 44.74% from 190); Green value is 45 (17.97% from 255 or 23.68% from 190); Blue value is 60 (23.83% from 255 or 31.58% from 190); Max value from RGB is 85 - color contains mainly: red. Hex color #552D3C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #552D3C is #AAD2C3. Grayscale: #3A3A3A. Windows color (decimal): -11195076 or 3943765. OLE color: 3943765.
HSL color Cylindrical-coordinate representation of color #552D3C: hue angle of 337.5º 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 #552D3C is Cyan = 0, Magento = 0.47, Yellow = 0.29 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 85 | 45 | 60 | - |
| CMYK | 0 | 0.47 | 0.29 | 0.67 |
| HSL | 337.5º | 0.31% | 0.25% | - |
| HSV(B) | 337.5º | 0.47% | 0.33% | - |
| XYZ | 5.5 | 4.13 | 4.78 | - |
| YUV | 58.67 | 128.75 | 146.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 45 | 60 | 0 | 0.47 | 0.29 | 0.67 | 337.5 | 0.31 | 0.25 |
| Hex | 55 | 2D | 3C | 0 | 2F | 1D | 43 | 152 | 1F | 19 |
| Octal | 125 | 55 | 74 | 0 | 57 | 35 | 103 | 522 | 37 | 31 |
| Binary | 1010101 | 101101 | 111100 | 0 | 101111 | 11101 | 1000011 | 101010010 | 11111 | 11001 |
Color Harmonies of #552D3C
Complementary color
Monochromatic Colors of #552D3C
Black with #552D3C
Text Example
Text Example
White with #552D3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #552D3C; }
p { color: rgb(85,45,60); }
H1.HeaderClassName
{
color: #552D3C;
}
.AnyTagClassName
{
color: #552D3C;
}
</style>
background-color css
<style>
a { background-color: #552D3C; }
a { background-color: rgb(85,45,60); }
div.DivClassName
{
background-color: #552D3C;
}
.BgClassName
{
background-color: #552D3C;
}
</style>
border-color css
<style>
span { border-color: #552D3C; }
span { border-color: rgb(85,45,60); }
td.TdClassName
{
border-color: #552D3C;
}
.TagClassName
{
border-color: #552D3C;
}
</style>