Shades of Black Rose #552C3B
Tints of Black Rose #552C3B
RGB
CMYK
RGB Variations
Color information
#552C3B (or 0x552C3B) is known color: Black Rose. HEX triplet: 55, 2C and 3B. RGB value is (85,44,59). Sum of RGB (Red+Green+Blue) = 85+44+59=188 (24% of max value = 765). Red value is 85 (33.59% from 255 or 45.21% from 188); Green value is 44 (17.58% from 255 or 23.40% from 188); Blue value is 59 (23.44% from 255 or 31.38% from 188); Max value from RGB is 85 - color contains mainly: red. Hex color #552C3B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #552C3B is #AAD3C4. Grayscale: #393939. Windows color (decimal): -11195333 or 3877973. OLE color: 3877973.
HSL color Cylindrical-coordinate representation of color #552C3B: hue angle of 338.05º 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 #552C3B is Cyan = 0, Magento = 0.48, Yellow = 0.31 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 85 | 44 | 59 | - |
| CMYK | 0 | 0.48 | 0.31 | 0.67 |
| HSL | 338.05º | 0.32% | 0.25% | - |
| HSV(B) | 338.05º | 0.48% | 0.33% | - |
| XYZ | 5.44 | 4.05 | 4.63 | - |
| YUV | 57.97 | 128.58 | 147.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 44 | 59 | 0 | 0.48 | 0.31 | 0.67 | 338.05 | 0.32 | 0.25 |
| Hex | 55 | 2C | 3B | 0 | 30 | 1F | 43 | 152 | 20 | 19 |
| Octal | 125 | 54 | 73 | 0 | 60 | 37 | 103 | 522 | 40 | 31 |
| Binary | 1010101 | 101100 | 111011 | 0 | 110000 | 11111 | 1000011 | 101010010 | 100000 | 11001 |
Color Harmonies of #552C3B
Complementary color
Monochromatic Colors of #552C3B
Black with #552C3B
Text Example
Text Example
White with #552C3B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #552C3B; }
p { color: rgb(85,44,59); }
H1.HeaderClassName
{
color: #552C3B;
}
.AnyTagClassName
{
color: #552C3B;
}
</style>
background-color css
<style>
a { background-color: #552C3B; }
a { background-color: rgb(85,44,59); }
div.DivClassName
{
background-color: #552C3B;
}
.BgClassName
{
background-color: #552C3B;
}
</style>
border-color css
<style>
span { border-color: #552C3B; }
span { border-color: rgb(85,44,59); }
td.TdClassName
{
border-color: #552C3B;
}
.TagClassName
{
border-color: #552C3B;
}
</style>