Shades of Black Rose #552C3D
Tints of Black Rose #552C3D
RGB
CMYK
RGB Variations
Color information
#552C3D (or 0x552C3D) is known color: Black Rose. HEX triplet: 55, 2C and 3D. RGB value is (85,44,61). Sum of RGB (Red+Green+Blue) = 85+44+61=190 (25% of max value = 765). Red value is 85 (33.59% from 255 or 44.74% from 190); Green value is 44 (17.58% from 255 or 23.16% from 190); Blue value is 61 (24.22% from 255 or 32.11% from 190); Max value from RGB is 85 - color contains mainly: red. Hex color #552C3D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #552C3D is #AAD3C2. Grayscale: #3A3A3A. Windows color (decimal): -11195331 or 4009045. OLE color: 4009045.
HSL color Cylindrical-coordinate representation of color #552C3D: hue angle of 335.12º degrees, saturation: 0.32, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #552C3D is Cyan = 0, Magento = 0.48, Yellow = 0.28 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 85 | 44 | 61 | - |
| CMYK | 0 | 0.48 | 0.28 | 0.67 |
| HSL | 335.12º | 0.32% | 0.25% | - |
| HSV(B) | 335.12º | 0.48% | 0.33% | - |
| XYZ | 5.49 | 4.07 | 4.91 | - |
| YUV | 58.2 | 129.58 | 147.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 44 | 61 | 0 | 0.48 | 0.28 | 0.67 | 335.12 | 0.32 | 0.25 |
| Hex | 55 | 2C | 3D | 0 | 30 | 1C | 43 | 14F | 20 | 19 |
| Octal | 125 | 54 | 75 | 0 | 60 | 34 | 103 | 517 | 40 | 31 |
| Binary | 1010101 | 101100 | 111101 | 0 | 110000 | 11100 | 1000011 | 101001111 | 100000 | 11001 |
Color Harmonies of #552C3D
Complementary color
Monochromatic Colors of #552C3D
Black with #552C3D
Text Example
Text Example
White with #552C3D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #552C3D; }
p { color: rgb(85,44,61); }
H1.HeaderClassName
{
color: #552C3D;
}
.AnyTagClassName
{
color: #552C3D;
}
</style>
background-color css
<style>
a { background-color: #552C3D; }
a { background-color: rgb(85,44,61); }
div.DivClassName
{
background-color: #552C3D;
}
.BgClassName
{
background-color: #552C3D;
}
</style>
border-color css
<style>
span { border-color: #552C3D; }
span { border-color: rgb(85,44,61); }
td.TdClassName
{
border-color: #552C3D;
}
.TagClassName
{
border-color: #552C3D;
}
</style>