Shades of Black Rose #552D3B
Tints of Black Rose #552D3B
RGB
CMYK
RGB Variations
Color information
#552D3B (or 0x552D3B) is known color: Black Rose. HEX triplet: 55, 2D and 3B. RGB value is (85,45,59). Sum of RGB (Red+Green+Blue) = 85+45+59=189 (25% of max value = 765). Red value is 85 (33.59% from 255 or 44.97% from 189); Green value is 45 (17.97% from 255 or 23.81% from 189); Blue value is 59 (23.44% from 255 or 31.22% from 189); Max value from RGB is 85 - color contains mainly: red. Hex color #552D3B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #552D3B is #AAD2C4. Grayscale: #3A3A3A. Windows color (decimal): -11195077 or 3878229. OLE color: 3878229.
HSL color Cylindrical-coordinate representation of color #552D3B: hue angle of 339º 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 #552D3B is Cyan = 0, Magento = 0.47, Yellow = 0.31 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 85 | 45 | 59 | - |
| CMYK | 0 | 0.47 | 0.31 | 0.67 |
| HSL | 339º | 0.31% | 0.25% | - |
| HSV(B) | 339º | 0.47% | 0.33% | - |
| XYZ | 5.47 | 4.12 | 4.65 | - |
| YUV | 58.56 | 128.25 | 146.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 45 | 59 | 0 | 0.47 | 0.31 | 0.67 | 339 | 0.31 | 0.25 |
| Hex | 55 | 2D | 3B | 0 | 2F | 1F | 43 | 153 | 1F | 19 |
| Octal | 125 | 55 | 73 | 0 | 57 | 37 | 103 | 523 | 37 | 31 |
| Binary | 1010101 | 101101 | 111011 | 0 | 101111 | 11111 | 1000011 | 101010011 | 11111 | 11001 |
Color Harmonies of #552D3B
Complementary color
Monochromatic Colors of #552D3B
Black with #552D3B
Text Example
Text Example
White with #552D3B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #552D3B; }
p { color: rgb(85,45,59); }
H1.HeaderClassName
{
color: #552D3B;
}
.AnyTagClassName
{
color: #552D3B;
}
</style>
background-color css
<style>
a { background-color: #552D3B; }
a { background-color: rgb(85,45,59); }
div.DivClassName
{
background-color: #552D3B;
}
.BgClassName
{
background-color: #552D3B;
}
</style>
border-color css
<style>
span { border-color: #552D3B; }
span { border-color: rgb(85,45,59); }
td.TdClassName
{
border-color: #552D3B;
}
.TagClassName
{
border-color: #552D3B;
}
</style>