Shades of Black Rose #552633
Tints of Black Rose #552633
RGB
CMYK
RGB Variations
Color information
#552633 (or 0x552633) is known color: Black Rose. HEX triplet: 55, 26 and 33. RGB value is (85,38,51). Sum of RGB (Red+Green+Blue) = 85+38+51=174 (23% of max value = 765). Red value is 85 (33.59% from 255 or 48.85% from 174); Green value is 38 (15.23% from 255 or 21.84% from 174); Blue value is 51 (20.31% from 255 or 29.31% from 174); Max value from RGB is 85 - color contains mainly: red. Hex color #552633 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #552633 is #AAD9CC. Grayscale: #353535. Windows color (decimal): -11196877 or 3352149. OLE color: 3352149.
HSL color Cylindrical-coordinate representation of color #552633: hue angle of 343.4º degrees, saturation: 0.38, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #552633 is Cyan = 0, Magento = 0.55, Yellow = 0.40 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 85 | 38 | 51 | - |
| CMYK | 0 | 0.55 | 0.40 | 0.67 |
| HSL | 343.4º | 0.38% | 0.24% | - |
| HSV(B) | 343.4º | 0.55% | 0.33% | - |
| XYZ | 5.04 | 3.56 | 3.55 | - |
| YUV | 53.54 | 126.57 | 150.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 38 | 51 | 0 | 0.55 | 0.40 | 0.67 | 343.4 | 0.38 | 0.24 |
| Hex | 55 | 26 | 33 | 0 | 37 | 28 | 43 | 157 | 26 | 18 |
| Octal | 125 | 46 | 63 | 0 | 67 | 50 | 103 | 527 | 46 | 30 |
| Binary | 1010101 | 100110 | 110011 | 0 | 110111 | 101000 | 1000011 | 101010111 | 100110 | 11000 |
Color Harmonies of #552633
Complementary color
Monochromatic Colors of #552633
Black with #552633
Text Example
Text Example
White with #552633
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #552633; }
p { color: rgb(85,38,51); }
H1.HeaderClassName
{
color: #552633;
}
.AnyTagClassName
{
color: #552633;
}
</style>
background-color css
<style>
a { background-color: #552633; }
a { background-color: rgb(85,38,51); }
div.DivClassName
{
background-color: #552633;
}
.BgClassName
{
background-color: #552633;
}
</style>
border-color css
<style>
span { border-color: #552633; }
span { border-color: rgb(85,38,51); }
td.TdClassName
{
border-color: #552633;
}
.TagClassName
{
border-color: #552633;
}
</style>