Shades of Black Rose #552A38
Tints of Black Rose #552A38
RGB
CMYK
RGB Variations
Color information
#552A38 (or 0x552A38) is known color: Black Rose. HEX triplet: 55, 2A and 38. RGB value is (85,42,56). Sum of RGB (Red+Green+Blue) = 85+42+56=183 (24% of max value = 765). Red value is 85 (33.59% from 255 or 46.45% from 183); Green value is 42 (16.80% from 255 or 22.95% from 183); Blue value is 56 (22.27% from 255 or 30.60% from 183); Max value from RGB is 85 - color contains mainly: red. Hex color #552A38 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #552A38 is #AAD5C7. Grayscale: #383838. Windows color (decimal): -11195848 or 3680853. OLE color: 3680853.
HSL color Cylindrical-coordinate representation of color #552A38: hue angle of 340.47º 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 #552A38 is Cyan = 0, Magento = 0.51, Yellow = 0.34 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 85 | 42 | 56 | - |
| CMYK | 0 | 0.51 | 0.34 | 0.67 |
| HSL | 340.47º | 0.34% | 0.25% | - |
| HSV(B) | 340.47º | 0.51% | 0.33% | - |
| XYZ | 5.29 | 3.87 | 4.21 | - |
| YUV | 56.45 | 127.75 | 148.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 42 | 56 | 0 | 0.51 | 0.34 | 0.67 | 340.47 | 0.34 | 0.25 |
| Hex | 55 | 2A | 38 | 0 | 33 | 22 | 43 | 154 | 22 | 19 |
| Octal | 125 | 52 | 70 | 0 | 63 | 42 | 103 | 524 | 42 | 31 |
| Binary | 1010101 | 101010 | 111000 | 0 | 110011 | 100010 | 1000011 | 101010100 | 100010 | 11001 |
Color Harmonies of #552A38
Complementary color
Monochromatic Colors of #552A38
Black with #552A38
Text Example
Text Example
White with #552A38
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #552A38; }
p { color: rgb(85,42,56); }
H1.HeaderClassName
{
color: #552A38;
}
.AnyTagClassName
{
color: #552A38;
}
</style>
background-color css
<style>
a { background-color: #552A38; }
a { background-color: rgb(85,42,56); }
div.DivClassName
{
background-color: #552A38;
}
.BgClassName
{
background-color: #552A38;
}
</style>
border-color css
<style>
span { border-color: #552A38; }
span { border-color: rgb(85,42,56); }
td.TdClassName
{
border-color: #552A38;
}
.TagClassName
{
border-color: #552A38;
}
</style>