Shades of Black Rose #552A39
Tints of Black Rose #552A39
RGB
CMYK
RGB Variations
Color information
#552A39 (or 0x552A39) is known color: Black Rose. HEX triplet: 55, 2A and 39. RGB value is (85,42,57). Sum of RGB (Red+Green+Blue) = 85+42+57=184 (24% of max value = 765). Red value is 85 (33.59% from 255 or 46.20% from 184); Green value is 42 (16.80% from 255 or 22.83% from 184); Blue value is 57 (22.66% from 255 or 30.98% from 184); Max value from RGB is 85 - color contains mainly: red. Hex color #552A39 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #552A39 is #AAD5C6. Grayscale: #383838. Windows color (decimal): -11195847 or 3746389. OLE color: 3746389.
HSL color Cylindrical-coordinate representation of color #552A39: hue angle of 339.07º degrees, saturation: 0.34, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #552A39 is Cyan = 0, Magento = 0.51, Yellow = 0.33 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 85 | 42 | 57 | - |
| CMYK | 0 | 0.51 | 0.33 | 0.67 |
| HSL | 339.07º | 0.34% | 0.25% | - |
| HSV(B) | 339.07º | 0.51% | 0.33% | - |
| XYZ | 5.31 | 3.88 | 4.34 | - |
| YUV | 56.57 | 128.25 | 148.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 42 | 57 | 0 | 0.51 | 0.33 | 0.67 | 339.07 | 0.34 | 0.25 |
| Hex | 55 | 2A | 39 | 0 | 33 | 21 | 43 | 153 | 22 | 19 |
| Octal | 125 | 52 | 71 | 0 | 63 | 41 | 103 | 523 | 42 | 31 |
| Binary | 1010101 | 101010 | 111001 | 0 | 110011 | 100001 | 1000011 | 101010011 | 100010 | 11001 |
Color Harmonies of #552A39
Complementary color
Monochromatic Colors of #552A39
Black with #552A39
Text Example
Text Example
White with #552A39
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #552A39; }
p { color: rgb(85,42,57); }
H1.HeaderClassName
{
color: #552A39;
}
.AnyTagClassName
{
color: #552A39;
}
</style>
background-color css
<style>
a { background-color: #552A39; }
a { background-color: rgb(85,42,57); }
div.DivClassName
{
background-color: #552A39;
}
.BgClassName
{
background-color: #552A39;
}
</style>
border-color css
<style>
span { border-color: #552A39; }
span { border-color: rgb(85,42,57); }
td.TdClassName
{
border-color: #552A39;
}
.TagClassName
{
border-color: #552A39;
}
</style>